Browse Source

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

ttml is now served instead of srt
totalwebcasting
Sergey M․ 9 years ago
parent
commit
ffa2cecf72
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/ard.py

+ 1
- 1
youtube_dl/extractor/ard.py View File

@ -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,
}]


Loading…
Cancel
Save