summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-05-12 23:57:52 +0600
committerSergey M․ <dstftw@gmail.com>2016-05-12 23:57:52 +0600
commit0db3a66162cf1059dbfccd60db350596f7c5b469 (patch)
treec100bdf3573b5672fab8a2181166abdf90e7fd52
parent7581bfc958c8de77adbf8a502564d2263d17479d (diff)
downloadyoutube-dl-0db3a66162cf1059dbfccd60db350596f7c5b469.tar.gz
youtube-dl-0db3a66162cf1059dbfccd60db350596f7c5b469.tar.xz
youtube-dl-0db3a66162cf1059dbfccd60db350596f7c5b469.zip
[twitch] Skip dead tests
-rw-r--r--youtube_dl/extractor/twitch.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/youtube_dl/extractor/twitch.py b/youtube_dl/extractor/twitch.py
index 36ee1adff..68f50487b 100644
--- a/youtube_dl/extractor/twitch.py
+++ b/youtube_dl/extractor/twitch.py
@@ -171,6 +171,7 @@ class TwitchVideoIE(TwitchItemBaseIE):
             'title': 'Worlds Semifinals - Star Horn Royal Club vs. OMG',
         },
         'playlist_mincount': 12,
+        'skip': 'HTTP Error 404: Not Found',
     }
 
 
@@ -187,6 +188,7 @@ class TwitchChapterIE(TwitchItemBaseIE):
             'title': 'ACRL Off Season - Sports Cars @ Nordschleife',
         },
         'playlist_mincount': 3,
+        'skip': 'HTTP Error 404: Not Found',
     }, {
         'url': 'http://www.twitch.tv/tsm_theoddone/c/2349361',
         'only_matching': True,
@@ -368,6 +370,7 @@ class TwitchBookmarksIE(TwitchPlaylistBaseIE):
             'title': 'Ognos',
         },
         'playlist_mincount': 3,
+        'skip': 'HTTP Error 404: Not Found',
     }
 
     def _extract_playlist_page(self, response):