[twitch] Skip a 404 test

This commit is contained in:
Yen Chi Hsuan 2016-10-01 16:37:49 +08:00
parent 4a76b73c6c
commit 9bd7bd0b80
No known key found for this signature in database
GPG Key ID: 3FDDD575826C5C30
1 changed files with 1 additions and 0 deletions

View File

@ -247,6 +247,7 @@ class TwitchVodIE(TwitchItemBaseIE):
# m3u8 download
'skip_download': True,
},
'skip': 'HTTP Error 404: Not Found',
}]
def _real_extract(self, url):