youtube-dl

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

commit f6861ec96f33722c9b1ba4f2d8ca307dcbe64ac1
parent f733b05302f44776d369f45c730da4a5b558e21b
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Mon, 25 Jan 2016 00:58:53 +0800

[utils] Add more items to mimetype2ext (#8293)

These are used in Youtube formats

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

diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py @@ -1831,6 +1831,8 @@ def mimetype2ext(mt): 'x-ms-wmv': 'wmv', 'x-mp4-fragmented': 'mp4', 'ttml+xml': 'ttml', + '3gpp': '3gp', + 'x-flv': 'flv', }.get(res, res)