mirror of
https://github.com/soimort/you-get.git
synced 2025-02-03 08:43:58 +03:00
some mistake3 in my.tv.sohu.com
This commit is contained in:
parent
62e0ec0219
commit
3b97487505
@ -61,7 +61,7 @@ def sohu_download(url, output_dir = '.', merge = True, info_only = False, extrac
|
|||||||
assert len(data['clipsURL']) == len(data['clipsBytes']) == len(data['su'])
|
assert len(data['clipsURL']) == len(data['clipsBytes']) == len(data['su'])
|
||||||
for new,clip,ck, in zip(data['su'], data['clipsURL'], data['ck']):
|
for new,clip,ck, in zip(data['su'], data['clipsURL'], data['ck']):
|
||||||
clipURL = urlparse(clip).path
|
clipURL = urlparse(clip).path
|
||||||
urls.append(real_url(host,hqvid,tvid,new,clipURL,ck))
|
urls.append(real_url(host,vid,tvid,new,clipURL,ck))
|
||||||
|
|
||||||
print_info(site_info, title, 'mp4', size)
|
print_info(site_info, title, 'mp4', size)
|
||||||
if not info_only:
|
if not info_only:
|
||||||
|
Loading…
Reference in New Issue
Block a user