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),