Merge branch 'cinemassacre' of github.com:rzhxeo/youtube-dl into rzhxeo-cinemassacre
[youtube-dl] / 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)