提速,暂时屏蔽未实现的演员照片功能 javdb javbus

This commit is contained in:
lededev
2021-10-18 17:58:21 +08:00
parent 24b4f9f5e2
commit f553927913
2 changed files with 2 additions and 2 deletions

View File

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