由于目前程序未实现演员照片功能,暂时屏蔽以提升速度

This commit is contained in:
lededev
2021-09-28 18:31:20 +08:00
parent b5d6c7fe4f
commit b5b2e7f0d8
2 changed files with 2 additions and 2 deletions

View File

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