projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7df308
)
[utils] add sami mimetype to mimetype2ext
author
Remita Amine
<remitamine@gmail.com>
Sat, 2 Dec 2017 23:04:43 +0000
(
00:04
+0100)
committer
Remita Amine
<remitamine@gmail.com>
Sat, 2 Dec 2017 23:04:43 +0000
(
00:04
+0100)
youtube_dl/utils.py
patch
|
blob
|
history
diff --git
a/youtube_dl/utils.py
b/youtube_dl/utils.py
index febc9d26f9d5686e13daa408f502c5b6c29719cd..eccbc0b1f316fee3e67d8132cbe442f8fd76dba5 100644
(file)
--- a/
youtube_dl/utils.py
+++ b/
youtube_dl/utils.py
@@
-2350,6
+2350,7
@@
def mimetype2ext(mt):
'ttml+xml': 'ttml',
'x-flv': 'flv',
'x-mp4-fragmented': 'mp4',
+ 'x-ms-sami': 'sami',
'x-ms-wmv': 'wmv',
'mpegurl': 'm3u8',
'x-mpegurl': 'm3u8',