From: Yen Chi Hsuan Date: Sat, 1 Oct 2016 08:37:49 +0000 (+0800) Subject: [twitch] Skip a 404 test X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;ds=sidebyside;h=9bd7bd0b8054231adbeb2a0eddd42a0b969fd6c4;p=youtube-dl [twitch] Skip a 404 test --- diff --git a/youtube_dl/extractor/twitch.py b/youtube_dl/extractor/twitch.py index bc352391e..46c2cfe7b 100644 --- a/youtube_dl/extractor/twitch.py +++ b/youtube_dl/extractor/twitch.py @@ -247,6 +247,7 @@ class TwitchVodIE(TwitchItemBaseIE): # m3u8 download 'skip_download': True, }, + 'skip': 'HTTP Error 404: Not Found', }] def _real_extract(self, url):