youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 9bd7bd0b8054231adbeb2a0eddd42a0b969fd6c4
parent 4a76b73c6c797ec7c63432680b38198ba5ef5b9f
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Sat,  1 Oct 2016 16:37:49 +0800

[twitch] Skip a 404 test

Diffstat:
Myoutube_dl/extractor/twitch.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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):