[brightcove] skip ism manifests
[youtube-dl] / youtube_dl / utils.py
index 4c1d0d526d5745622b3a5257e998d5611a6ad40b..e6e0155b4e0df067da47140971aeb8469dc3e119 100644 (file)
@@ -2123,6 +2123,7 @@ def mimetype2ext(mt):
         'dash+xml': 'mpd',
         'f4m': 'f4m',
         'f4m+xml': 'f4m',
+        'vnd.ms-sstr+xml': 'ism',
     }.get(res, res)