From 8783e245132cd51f2e6de5e0de194a65b8a9dcf3 Mon Sep 17 00:00:00 2001 From: liushuyu Date: Fri, 19 Jun 2015 10:19:00 +0800 Subject: [PATCH] Update zhanqi.py Minor fix --- src/you_get/extractors/zhanqi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/you_get/extractors/zhanqi.py b/src/you_get/extractors/zhanqi.py index 82777058..017dba55 100644 --- a/src/you_get/extractors/zhanqi.py +++ b/src/you_get/extractors/zhanqi.py @@ -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"