Explorar el Código

[rtlnow] Skip test on travis

Philipp Hagemeister hace 12 años
padre
commit
9f1f6d2437
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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)