projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e0f897
)
[rtlnow] Skip test on travis
author
Philipp Hagemeister
<phihag@phihag.de>
Fri, 4 Oct 2013 09:33:14 +0000
(11:33 +0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Fri, 4 Oct 2013 09:33:14 +0000
(11:33 +0200)
youtube_dl/extractor/rtlnow.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/rtlnow.py
b/youtube_dl/extractor/rtlnow.py
index 580f9e6d5b7c32562f4509fb1514dfff599af2de..d1b08c9bc050b3639ca252f2e84a373a8e4fa5f9 100644
(file)
--- a/
youtube_dl/extractor/rtlnow.py
+++ b/
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)