[yahoo] Add support for closed captions (closes #5714)

This commit is contained in:
Yen Chi Hsuan 2015-05-19 00:50:24 +08:00
parent 1b0427e6c4
commit ecee572411
2 changed files with 19 additions and 0 deletions

View file

@ -1665,6 +1665,7 @@ def mimetype2ext(mt):
return {
'x-ms-wmv': 'wmv',
'x-mp4-fragmented': 'mp4',
'ttml+xml': 'ttml',
}.get(res, res)