[utils] `mimetype2ext`: Recognize `vnd.dlna.mpeg-tts` (#14388)

Closes #14386
Authored by: seproDev
pull/13821/head
sepro 5 days ago committed by GitHub
parent bf5d18016b
commit 98b6b0d339
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2945,6 +2945,7 @@ def mimetype2ext(mt, default=NO_DEFAULT):
'x-ms-asf': 'asf', 'x-ms-asf': 'asf',
'x-ms-wmv': 'wmv', 'x-ms-wmv': 'wmv',
'x-msvideo': 'avi', 'x-msvideo': 'avi',
'vnd.dlna.mpeg-tts': 'mpeg',
# application (streaming playlists) # application (streaming playlists)
'dash+xml': 'mpd', 'dash+xml': 'mpd',

Loading…
Cancel
Save