[yahoo] Add support for closed captions (closes #5714)
This commit is contained in:
parent
1b0427e6c4
commit
ecee572411
2 changed files with 19 additions and 0 deletions
|
@ -1665,6 +1665,7 @@ def mimetype2ext(mt):
|
|||
return {
|
||||
'x-ms-wmv': 'wmv',
|
||||
'x-mp4-fragmented': 'mp4',
|
||||
'ttml+xml': 'ttml',
|
||||
}.get(res, res)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue