[twitch] Skip a 404 test

This commit is contained in:
Yen Chi Hsuan 2016-10-01 16:37:49 +08:00 committed by Déstin Reed
parent 877741a9e5
commit c3e0904bca

View File

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