mirror of
https://github.com/soimort/you-get.git
synced 2025-01-24 05:55:02 +03:00
Update zhanqi.py
Minor fix
This commit is contained in:
parent
66d6907877
commit
8783e24513
@ -44,7 +44,7 @@ def zhanqi_download(url, output_dir = '.', merge = True, info_only = False):
|
||||
|
||||
print_info(site_info, title, type_ or 'ts', size)
|
||||
if not info_only:
|
||||
download_urls(real_url, title, type_ or 'ts', None, output_dir, merge = merge)
|
||||
download_urls(real_url, title, type_ or 'ts', size, output_dir, merge = merge)
|
||||
else:
|
||||
NotImplementedError('Unknown_video_type')
|
||||
site_info = "zhanqi.tv"
|
||||
|
Loading…
Reference in New Issue
Block a user