youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit d4f05d473134d7bd61b054468e6ba297cef3c88f
parent d7df30898115c4762514868140cfa856618cdfd5
Author: Remita Amine <remitamine@gmail.com>
Date:   Sun,  3 Dec 2017 00:04:43 +0100

[utils] add sami mimetype to mimetype2ext

Diffstat:
Myoutube_dl/utils.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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',