[utils] Add another f4m mimetype to mimetype2ext
authorSergey M․ <dstftw@gmail.com>
Sat, 23 Jul 2016 09:48:59 +0000 (16:48 +0700)
committerSergey M․ <dstftw@gmail.com>
Sat, 23 Jul 2016 09:48:59 +0000 (16:48 +0700)
youtube_dl/utils.py

index e6e0155b4e0df067da47140971aeb8469dc3e119..f5cd6819b4b51942e3fa273d1987debb6f8333ed 100644 (file)
@@ -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)