mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +00:00
[utils] Add more items to mimetype2ext (#8293)
These are used in Youtube formats
This commit is contained in:
parent
f733b05302
commit
f6861ec96f
@ -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 New Issue
Block a user