[youtube] fix subtitle extraction(fixes #8415)
This commit is contained in:
parent
eadc3ccd50
commit
09be85b8dd
1 changed files with 1 additions and 1 deletions
|
@ -918,7 +918,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
|||
if lang in sub_lang_list:
|
||||
continue
|
||||
sub_formats = []
|
||||
for ext in ['sbv', 'vtt', 'srt']:
|
||||
for ext in ['vtt', 'ttml']:
|
||||
params = compat_urllib_parse.urlencode({
|
||||
'lang': lang,
|
||||
'v': video_id,
|
||||
|
|
Loading…
Reference in a new issue