X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Futils.py;h=f5cd6819b4b51942e3fa273d1987debb6f8333ed;hb=c8e170b2092f5e2ad9ea8fd7fb2eedd35e307a1c;hp=4c1d0d526d5745622b3a5257e998d5611a6ad40b;hpb=0b68de3cc1f99ce8c49a497245c02d4d03201aa8;p=youtube-dl.git diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py index 4c1d0d526..f5cd6819b 100644 --- a/youtube_dl/utils.py +++ b/youtube_dl/utils.py @@ -2123,6 +2123,8 @@ def mimetype2ext(mt): 'dash+xml': 'mpd', 'f4m': 'f4m', 'f4m+xml': 'f4m', + 'hds+xml': 'f4m', + 'vnd.ms-sstr+xml': 'ism', }.get(res, res)