mirror of
https://github.com/soimort/you-get.git
synced 2025-02-12 04:55:21 +03:00
rm debug info
This commit is contained in:
parent
32f4963d3c
commit
5b4bc70073
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user