mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-20 13:24:16 -07:00
Specify subtitle file extension
This commit is contained in:
parent
338e4b8527
commit
bbfd415058
1 changed files with 1 additions and 0 deletions
|
@ -182,6 +182,7 @@ class MediathekViewWebSearchIE(SearchInfoExtractor):
|
|||
if item.get('url_subtitle'):
|
||||
video.setdefault('subtitles', {}).setdefault('de', []).append({
|
||||
'url': item.get('url_subtitle'),
|
||||
'ext': 'ttml',
|
||||
})
|
||||
entries.append(video)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue