mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-03 08:42:42 +00:00
[utils] mimetype2ext
: Recognize vnd.dlna.mpeg-tts
(#14388)
Closes #14386 Authored by: seproDev
This commit is contained in:
@@ -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',
|
||||||
|
Reference in New Issue
Block a user