[streamcloud] skip test on travis
authorPhilipp Hagemeister <phihag@phihag.de>
Sat, 23 Nov 2013 14:57:42 +0000 (15:57 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Sat, 23 Nov 2013 14:57:42 +0000 (15:57 +0100)
youtube_dl/extractor/streamcloud.py

index d476693ec0f98d296dc92753ed0a6bc3dfa5f870..9faf3a5e3f677ae8b00454c492f6ef2bf129d329 100644 (file)
@@ -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):