浏览代码

[streamcloud] skip test on travis

Philipp Hagemeister 11 年之前
父节点
当前提交
e5c146d586
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      youtube_dl/extractor/streamcloud.py

+ 1 - 0
youtube_dl/extractor/streamcloud.py

@@ -21,6 +21,7 @@ class StreamcloudIE(InfoExtractor):
             u'title': u'youtube-dl test video  \'/\\ ä ↭',
             u'title': u'youtube-dl test video  \'/\\ ä ↭',
             u'duration': 9,
             u'duration': 9,
         },
         },
+        u'skip': u'Only available from the EU'
     }
     }
 
 
     def _real_extract(self, url):
     def _real_extract(self, url):