youtube-dl

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

commit c2b2c7e1386056698ee1b0de5427ea90abf8e9c3
parent dacb3a864a8c89edb312cd28c3de1605a5467d0f
Author: Sergey M․ <dstftw@gmail.com>
Date:   Fri,  2 Sep 2016 23:50:42 +0700

[utils] Add quicktime 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 @@ -2168,6 +2168,7 @@ def mimetype2ext(mt): 'f4m+xml': 'f4m', 'hds+xml': 'f4m', 'vnd.ms-sstr+xml': 'ism', + 'quicktime': 'mov', }.get(res, res)