[utils] mimetype2ext: Recognize vnd.dlna.mpeg-tts (#14388)
Closes #14386 Authored by: seproDev
This commit is contained in:
parent
bf5d18016b
commit
98b6b0d339
1 changed files with 1 additions and 0 deletions
|
|
@ -2945,6 +2945,7 @@ def mimetype2ext(mt, default=NO_DEFAULT):
|
|||
'x-ms-asf': 'asf',
|
||||
'x-ms-wmv': 'wmv',
|
||||
'x-msvideo': 'avi',
|
||||
'vnd.dlna.mpeg-tts': 'mpeg',
|
||||
|
||||
# application (streaming playlists)
|
||||
'dash+xml': 'mpd',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue