From b5b2e7f0d803522f77249ad225577d8208f9905a Mon Sep 17 00:00:00 2001 From: lededev Date: Tue, 28 Sep 2021 18:31:20 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B1=E4=BA=8E=E7=9B=AE=E5=89=8D=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E6=9C=AA=E5=AE=9E=E7=8E=B0=E6=BC=94=E5=91=98=E7=85=A7?= =?UTF-8?q?=E7=89=87=E5=8A=9F=E8=83=BD=EF=BC=8C=E6=9A=82=E6=97=B6=E5=B1=8F?= =?UTF-8?q?=E8=94=BD=E4=BB=A5=E6=8F=90=E5=8D=87=E9=80=9F=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebCrawler/carib.py | 2 +- WebCrawler/xcity.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WebCrawler/carib.py b/WebCrawler/carib.py index f4fa9c0..8eee1af 100755 --- a/WebCrawler/carib.py +++ b/WebCrawler/carib.py @@ -39,7 +39,7 @@ def main(number: str) -> json: 'extrafanart': get_extrafanart(lx), 'label': get_series(lx), 'imagecut': 1, - 'actor_photo': get_actor_photo(browser), +# 'actor_photo': get_actor_photo(browser), 'website': 'https://www.caribbeancom.com/moviepages/' + number + '/index.html', 'source': 'carib.py', 'series': get_series(lx), diff --git a/WebCrawler/xcity.py b/WebCrawler/xcity.py index f531470..01de367 100644 --- a/WebCrawler/xcity.py +++ b/WebCrawler/xcity.py @@ -217,7 +217,7 @@ def main(number): 'tag': getTag(detail_page), 'label': getLabel(detail_page), 'year': getYear(getRelease(detail_page)), # str(re.search('\d{4}',getRelease(a)).group()), - 'actor_photo': getActorPhoto(browser), +# 'actor_photo': getActorPhoto(browser), 'website': url, 'source': 'xcity.py', 'series': getSeries(detail_page),