[utils] Add another f4m mimetype to mimetype2ext
This commit is contained in:
parent
5275efe30d
commit
f164b97123
1 changed files with 1 additions and 0 deletions
|
@ -2123,6 +2123,7 @@ def mimetype2ext(mt):
|
|||
'dash+xml': 'mpd',
|
||||
'f4m': 'f4m',
|
||||
'f4m+xml': 'f4m',
|
||||
'hds+xml': 'f4m',
|
||||
'vnd.ms-sstr+xml': 'ism',
|
||||
}.get(res, res)
|
||||
|
||||
|
|
Loading…
Reference in a new issue