From 5b4bc700737d0b4547aa6f1a7a3e312bca3ef1d0 Mon Sep 17 00:00:00 2001 From: jiemoon Date: Mon, 28 Mar 2016 10:18:25 +0800 Subject: [PATCH] rm debug info --- src/you_get/extractors/qq.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/you_get/extractors/qq.py b/src/you_get/extractors/qq.py index d7e3c639..21b31d65 100644 --- a/src/you_get/extractors/qq.py +++ b/src/you_get/extractors/qq.py @@ -12,7 +12,6 @@ def qq_download_by_vid(vid, title, output_dir='.', merge=True, info_only=False): fvkey = output_json['vl']['vi'][0]['fvkey'] fn = output_json['vl']['vi'][0]['fn'] url = '%s/%s?vkey=%s' % ( url, fn, fvkey ) - print(url) _, ext, size = url_info(url, faker=True) print_info(site_info, title, ext, size)