summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-11-20 07:46:44 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-11-20 07:46:44 +0100
commitf2e87ef4fab5f6d000a7bb152b535a748866bca3 (patch)
treef6ad8c8078b69cc0a71d88d67c61393a29fb537c
parent0ad97bbc056c83d49bc771ac202a9eb8354686de (diff)
downloadyoutube-dl-f2e87ef4fab5f6d000a7bb152b535a748866bca3.tar.gz
youtube-dl-f2e87ef4fab5f6d000a7bb152b535a748866bca3.tar.xz
youtube-dl-f2e87ef4fab5f6d000a7bb152b535a748866bca3.zip
[anitube] Skip test (on travis)
-rw-r--r--youtube_dl/extractor/anitube.py1
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):