mirror of
https://github.com/soimort/you-get.git
synced 2025-03-13 03:17:44 +03:00
remove debug info
This commit is contained in:
parent
50954908aa
commit
0222cbb19f
@ -50,7 +50,6 @@ def sohu_download(url, output_dir = '.', merge = True, info_only = False, extrac
|
||||
urls = []
|
||||
data = data['data']
|
||||
title = data['tvName']
|
||||
print(data)
|
||||
size = sum([int(clipsBytes) for clipsBytes in data['clipsBytes']])
|
||||
assert len(data['clipsURL']) == len(data['clipsBytes']) == len(data['su'])
|
||||
for new in data['su']:
|
||||
|
Loading…
x
Reference in New Issue
Block a user