[utils] add sami mimetype to mimetype2ext
authorRemita Amine <remitamine@gmail.com>
Sat, 2 Dec 2017 23:04:43 +0000 (00:04 +0100)
committerRemita Amine <remitamine@gmail.com>
Sat, 2 Dec 2017 23:04:43 +0000 (00:04 +0100)
youtube_dl/utils.py

index febc9d26f9d5686e13daa408f502c5b6c29719cd..eccbc0b1f316fee3e67d8132cbe442f8fd76dba5 100644 (file)
@@ -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',