From b1b940dd9e4eee3a7591be0ef0480873c2d2bb6a Mon Sep 17 00:00:00 2001 From: ngfchl Date: Wed, 23 Nov 2022 15:00:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E6=B5=B7=E8=B1=B9=E7=AC=AC?= =?UTF-8?q?=E4=B8=80=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pt_site/UtilityTool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pt_site/UtilityTool.py b/pt_site/UtilityTool.py index 5d04527..ed4ea9b 100644 --- a/pt_site/UtilityTool.py +++ b/pt_site/UtilityTool.py @@ -1442,7 +1442,7 @@ class PtSpider: except Exception as e: logger.info('BT学校获取做种信息有误!') pass - if 'lemonhd.org' in site.url: + if 'lemonhd.org' in site.url or 'greatposterwall' in site.url: seeding_html = details_html else: seeding_detail_res = self.send_request(my_site=my_site, url=seeding_detail_url, delay=25)