浏览代码

[rtlnow] Skip test on travis

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

+ 2 - 0
youtube_dl/extractor/rtlnow.py

@@ -86,8 +86,10 @@ class RTLnowIE(InfoExtractor):
         u'params': {
             u'skip_download': True,
         },
+        u'skip': u'Only works from Germany',
     }]
 
+
     def _real_extract(self,url):
         mobj = re.match(self._VALID_URL, url)