projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a76b73
)
[twitch] Skip a 404 test
author
Yen Chi Hsuan
<yan12125@gmail.com>
Sat, 1 Oct 2016 08:37:49 +0000
(16:37 +0800)
committer
Yen Chi Hsuan
<yan12125@gmail.com>
Sat, 1 Oct 2016 08:38:47 +0000
(16:38 +0800)
youtube_dl/extractor/twitch.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/twitch.py
b/youtube_dl/extractor/twitch.py
index bc352391ef931ab6691400badebabfcb58047347..46c2cfe7b251beb65422238a2158b48ad0a1d795 100644
(file)
--- 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):