Update zhanqi.py

Minor fix
This commit is contained in:
liushuyu 2015-06-19 10:19:00 +08:00
parent 66d6907877
commit 8783e24513

View File

@ -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"