]> git.bitcoin.ninja Git - youtube-dl/blobdiff - youtube_dl/utils.py
[utils] Add another f4m mimetype to mimetype2ext
[youtube-dl] / 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)