rm debug info

This commit is contained in:
jiemoon 2016-03-28 10:18:25 +08:00
parent 32f4963d3c
commit 5b4bc70073

View File

@ -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'] fvkey = output_json['vl']['vi'][0]['fvkey']
fn = output_json['vl']['vi'][0]['fn'] fn = output_json['vl']['vi'][0]['fn']
url = '%s/%s?vkey=%s' % ( url, fn, fvkey ) url = '%s/%s?vkey=%s' % ( url, fn, fvkey )
print(url)
_, ext, size = url_info(url, faker=True) _, ext, size = url_info(url, faker=True)
print_info(site_info, title, ext, size) print_info(site_info, title, ext, size)