Browse Source

[rtlnow] Skip test on travis

master
Philipp Hagemeister 11 years ago
parent
commit
9f1f6d2437
1 changed files with 2 additions and 0 deletions
  1. 2
      youtube_dl/extractor/rtlnow.py

2
youtube_dl/extractor/rtlnow.py

@ -86,8 +86,10 @@ class RTLnowIE(InfoExtractor):
u'params': { u'params': {
u'skip_download': True, u'skip_download': True,
}, },
u'skip': u'Only works from Germany',
}] }]
def _real_extract(self,url): def _real_extract(self,url):
mobj = re.match(self._VALID_URL, url) mobj = re.match(self._VALID_URL, url)

Loading…
Cancel
Save