[jwplatform] Support DASH streams
[youtube-dl] / youtube_dl / extractor / twitch.py
index bc352391ef931ab6691400badebabfcb58047347..46c2cfe7b251beb65422238a2158b48ad0a1d795 100644 (file)
@@ -247,6 +247,7 @@ class TwitchVodIE(TwitchItemBaseIE):
             # m3u8 download
             'skip_download': True,
         },
+        'skip': 'HTTP Error 404: Not Found',
     }]
 
     def _real_extract(self, url):