[utils] Add more items to mimetype2ext (#8293)
These are used in Youtube formats
This commit is contained in:
parent
f733b05302
commit
f6861ec96f
1 changed files with 2 additions and 0 deletions
|
@ -1831,6 +1831,8 @@ def mimetype2ext(mt):
|
|||
'x-ms-wmv': 'wmv',
|
||||
'x-mp4-fragmented': 'mp4',
|
||||
'ttml+xml': 'ttml',
|
||||
'3gpp': '3gp',
|
||||
'x-flv': 'flv',
|
||||
}.get(res, res)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue