From d5d7a2a34d9538aabe0473f0f391c8f4953136cf Mon Sep 17 00:00:00 2001 From: liuwei Date: Mon, 22 Dec 2025 15:43:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E6=96=B0=E7=9A=84=E7=BD=91?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/sehuatang/shehuatang.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/sehuatang/shehuatang.py b/utils/sehuatang/shehuatang.py index 75cfff9..89dc7fb 100644 --- a/utils/sehuatang/shehuatang.py +++ b/utils/sehuatang/shehuatang.py @@ -266,7 +266,7 @@ def add_pdf_encryption(pdf_file, password="4000"): def pdf_file_path(): try: - url = 'https://www.sehuatang.net/forum.php?mod=forumdisplay&fid=103&filter=typeid&typeid=481' + url = 'https://www.sehuatang.org/forum.php?mod=forumdisplay&fid=103&filter=typeid&typeid=481' pdf_path = fetch_and_create_pdf(url) if pdf_path: logger.info(f"返回的PDF文件路径:{pdf_path}")