[rtlnow] Skip test on travis
authorPhilipp Hagemeister <phihag@phihag.de>
Fri, 4 Oct 2013 09:33:14 +0000 (11:33 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Fri, 4 Oct 2013 09:33:14 +0000 (11:33 +0200)
youtube_dl/extractor/rtlnow.py

index 580f9e6d5b7c32562f4509fb1514dfff599af2de..d1b08c9bc050b3639ca252f2e84a373a8e4fa5f9 100644 (file)
@@ -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)