mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:12:40 +01:00
[youtube] fix subtitle order
This commit is contained in:
parent
09be85b8dd
commit
2fb35d1c28
@ -918,7 +918,7 @@ def _get_subtitles(self, video_id, webpage):
|
||||
if lang in sub_lang_list:
|
||||
continue
|
||||
sub_formats = []
|
||||
for ext in ['vtt', 'ttml']:
|
||||
for ext in ['ttml', 'vtt']:
|
||||
params = compat_urllib_parse.urlencode({
|
||||
'lang': lang,
|
||||
'v': video_id,
|
||||
|
Loading…
Reference in New Issue
Block a user