Explorar o código

[rtlnow] Skip test on travis

Philipp Hagemeister %!s(int64=12) %!d(string=hai) anos
pai
achega
9f1f6d2437
Modificáronse 1 ficheiros con 2 adicións e 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)