diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-11-20 07:46:44 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-11-20 07:46:44 +0100 |
commit | f2e87ef4fab5f6d000a7bb152b535a748866bca3 (patch) | |
tree | f6ad8c8078b69cc0a71d88d67c61393a29fb537c | |
parent | 0ad97bbc056c83d49bc771ac202a9eb8354686de (diff) |
[anitube] Skip test (on travis)
-rw-r--r-- | youtube_dl/extractor/anitube.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/anitube.py b/youtube_dl/extractor/anitube.py index 679027f4e..691d5a844 100644 --- a/youtube_dl/extractor/anitube.py +++ b/youtube_dl/extractor/anitube.py @@ -17,6 +17,7 @@ class AnitubeIE(InfoExtractor): u'ext': u'mp4', u'title': u'Recorder to Randoseru 01', }, + u'skip': u'Blocked in the US', } def _real_extract(self, url): |