[youtube] extract srv[1-3] subtitle formats(#20566)

merge-requests/5/head
Remita Amine 2019-04-05 16:18:57 +01:00
parent afb7496416
commit 19041a3877
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
# RTMP (unnamed)
'_rtmp': {'protocol': 'rtmp'},
}
_SUBTITLE_FORMATS = ('ttml', 'vtt')
_SUBTITLE_FORMATS = ('srv1', 'srv2', 'srv3', 'ttml', 'vtt')
_GEO_BYPASS = False