Skip to content

Commit

Permalink
fix: iqqtv default url (close #134)
Browse files Browse the repository at this point in the history
  • Loading branch information
sqzw-x committed Mar 9, 2024
1 parent e70294b commit e4d7c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/crawlers/iqqtv.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def main(number, appoint_url='', log_info='', req_web='', language='zh_cn'):
if not re.match(r'n\d{4}', number):
number = number.upper()
real_url = appoint_url
iqqtv_url = getattr(config, "iqqtv_website", "'https://iqq5.xyz'")
iqqtv_url = getattr(config, "iqqtv_website", "https://iqq5.xyz")
cover_url = ''
image_cut = 'right'
image_download = False
Expand Down

0 comments on commit e4d7c7a

Please sign in to comment.