[ard] Change subtitles extension to ttml (Closes #9169)

ttml is now served instead of srt
pull/8/head
Sergey M․ 2016-04-12 21:20:31 +06:00
rodzic a837416025
commit ffa2cecf72
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 2C393E0F18A9236D
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -83,7 +83,7 @@ class ARDMediathekIE(InfoExtractor):
subtitle_url = media_info.get('_subtitleUrl')
if subtitle_url:
subtitles['de'] = [{
'ext': 'srt',
'ext': 'ttml',
'url': subtitle_url,
}]