diff --git a/WebCrawler/javbus.py b/WebCrawler/javbus.py index c9d53f3..0959e1e 100644 --- a/WebCrawler/javbus.py +++ b/WebCrawler/javbus.py @@ -182,7 +182,7 @@ def main(number): 'tag': getTag(htmlcode), 'extrafanart': getExtrafanart(htmlcode), 'label': getSerise(htmlcode), - 'actor_photo': getActorPhoto(htmlcode), +# 'actor_photo': getActorPhoto(htmlcode), 'website': 'https://www.javbus.com/' + number, 'source': 'javbus.py', 'series': getSerise(htmlcode), diff --git a/WebCrawler/javdb.py b/WebCrawler/javdb.py index 241de49..34cfc32 100755 --- a/WebCrawler/javdb.py +++ b/WebCrawler/javdb.py @@ -319,7 +319,7 @@ def main(number): 'tag': getTag(detail_page), 'label': getLabel(detail_page), 'year': getYear(detail_page), # str(re.search('\d{4}',getRelease(a)).group()), - 'actor_photo': getActorPhoto(detail_page), +# 'actor_photo': getActorPhoto(detail_page), 'website': 'https://javdb.com' + correct_url, 'source': 'javdb.py', 'series': getSeries(detail_page),