From 9b5bc621c6aab9d1fbf5876c71f454ad84fd6125 Mon Sep 17 00:00:00 2001 From: Pike Date: Sat, 10 Jan 2015 15:15:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=99=E9=94=99=E4=BA=86type...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/you_get/extractor/qq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/you_get/extractor/qq.py b/src/you_get/extractor/qq.py index 5b3e506d..1f4cc681 100644 --- a/src/you_get/extractor/qq.py +++ b/src/you_get/extractor/qq.py @@ -207,7 +207,7 @@ def qq_download_by_vid(vid, title = None, output_dir = '.', merge = True, info_o print_info(site_info, title, type_name, size) if not info_only: - download_urls(urls, title, 'flv', size, output_dir = output_dir, merge = merge) + download_urls(urls, title, type_name, size, output_dir = output_dir, merge = merge) def qq_download(url, output_dir = '.', merge = True, info_only = False): content = get_html(url)