mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-11-01 09:26:45 -07:00
[yahoo] Add support for closed captions (closes #5714)
This commit is contained in:
@@ -1665,6 +1665,7 @@ def mimetype2ext(mt):
|
||||
return {
|
||||
'x-ms-wmv': 'wmv',
|
||||
'x-mp4-fragmented': 'mp4',
|
||||
'ttml+xml': 'ttml',
|
||||
}.get(res, res)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user