diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-10-01 16:37:49 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-10-01 16:38:47 +0800 |
commit | 9bd7bd0b8054231adbeb2a0eddd42a0b969fd6c4 (patch) | |
tree | d0c541f3d4aefe463b1d00e59c983d836baefbb3 /youtube_dl/extractor/twitch.py | |
parent | 4a76b73c6c797ec7c63432680b38198ba5ef5b9f (diff) |
[twitch] Skip a 404 test
Diffstat (limited to 'youtube_dl/extractor/twitch.py')
-rw-r--r-- | youtube_dl/extractor/twitch.py | 1 |
1 files changed, 1 insertions, 0 deletions
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): |