youtube-dl

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

commit f164b97123d5b61a7dd055c888212a0dc670f04f
parent 5275efe30d0606deb44c7723271110f66a1e1e65
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat, 23 Jul 2016 16:48:59 +0700

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