mirror of
https://github.com/soimort/you-get.git
synced 2025-02-03 00:33:58 +03:00
Update cntv.py
This commit is contained in:
parent
17ddd08cd7
commit
fad5a9b6da
@ -13,7 +13,7 @@ def cntv_download_by_id(id, title = None, output_dir = '.', merge = True, info_o
|
|||||||
title = title or info['title']
|
title = title or info['title']
|
||||||
video = info['video']
|
video = info['video']
|
||||||
alternatives = [x for x in video.keys() if x.endswith('hapters')]
|
alternatives = [x for x in video.keys() if x.endswith('hapters')]
|
||||||
#assert alternatives in (['chapters'], ['chapters', 'lowChapters']), alternatives
|
#assert alternatives in (['chapters'], ['lowChapters', 'chapters'], ['chapters', 'lowChapters']), alternatives
|
||||||
chapters = video['chapters'] if 'chapters' in video else video['lowChapters']
|
chapters = video['chapters'] if 'chapters' in video else video['lowChapters']
|
||||||
urls = [x['url'] for x in chapters]
|
urls = [x['url'] for x in chapters]
|
||||||
ext = r1(r'\.([^.]+)$', urls[0])
|
ext = r1(r'\.([^.]+)$', urls[0])
|
||||||
|
Loading…
Reference in New Issue
Block a user