[twitch] Skip a 404 test
authorYen Chi Hsuan <yan12125@gmail.com>
Sat, 1 Oct 2016 08:37:49 +0000 (16:37 +0800)
committerYen Chi Hsuan <yan12125@gmail.com>
Sat, 1 Oct 2016 08:38:47 +0000 (16:38 +0800)
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):