[utils] Add another f4m mimetype to mimetype2ext

master
Sergey M․ 8 years ago
parent 5275efe30d
commit f164b97123
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D

@ -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…
Cancel
Save