summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-11-23 15:57:42 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-11-23 15:57:42 +0100
commite5c146d58682dbdda2b46fc71a16ddc5b1fcc9fc (patch)
treeeb2ba76772f280d8654a2128e9dd83b75ef1181d
parenta87b0615aa311083923e607c3d1a5cdceab818f7 (diff)
downloadyoutube-dl-e5c146d58682dbdda2b46fc71a16ddc5b1fcc9fc.tar.gz
youtube-dl-e5c146d58682dbdda2b46fc71a16ddc5b1fcc9fc.tar.xz
youtube-dl-e5c146d58682dbdda2b46fc71a16ddc5b1fcc9fc.zip
[streamcloud] skip test on travis
-rw-r--r--youtube_dl/extractor/streamcloud.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/streamcloud.py b/youtube_dl/extractor/streamcloud.py
index d476693ec..9faf3a5e3 100644
--- a/youtube_dl/extractor/streamcloud.py
+++ b/youtube_dl/extractor/streamcloud.py
@@ -21,6 +21,7 @@ class StreamcloudIE(InfoExtractor):
             u'title': u'youtube-dl test video  \'/\\ ä ↭',
             u'duration': 9,
         },
+        u'skip': u'Only available from the EU'
     }
 
     def _real_extract(self, url):