1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 10:29:28 +00:00

[rtlnow] Skip test on travis

This commit is contained in:
Philipp Hagemeister 2013-10-04 11:33:14 +02:00
parent 9e0f897f6b
commit 9f1f6d2437

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