Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.

Commit

Permalink
fix pic with javbus
Browse files Browse the repository at this point in the history
  • Loading branch information
fanza1 committed Jun 9, 2021
1 parent 3012b3f commit 9b8aac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javsdt/JavbusYouma.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
# DVD封面cover
coverg = re.search(r'bigImage" href="(.+?)">', html_web) # 封面图片的正则对象
if str(coverg) != 'None':
url_cover = coverg.group(1)
url_cover = url_bus + coverg.group(1)
else:
url_cover = ''
# 发行日期
Expand Down

0 comments on commit 9b8aac6

Please sign in to comment.