소스 검색

[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)