From 3165aaf950826a31a21787708449157318e3cb6e Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 14 Mar 2017 14:51:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=A9=E8=BF=9B=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/you_get/extractors/qq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/you_get/extractors/qq.py b/src/you_get/extractors/qq.py index 6380e423..f1077106 100644 --- a/src/you_get/extractors/qq.py +++ b/src/you_get/extractors/qq.py @@ -279,7 +279,7 @@ def qq_download(url, output_dir='.', merge=True, info_only=False, **kwargs): # title = match1(content, r'"title":"([^"]+)"') if not title else title # title = vid if not title else title # general fallback - site.download_by_vid(vid=vid, output_dir=output_dir, merge=merge, info_only=info_only, **kwargs) + site.download_by_vid(vid=vid, output_dir=output_dir, merge=merge, info_only=info_only, **kwargs) qq_download_by_vid = site.download_by_vid