youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 9f1f6d24378c2af8e76e149937de202f121dc7d0
parent 9e0f897f6bf763f2f0c4901616b6c4745700ddea
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Fri,  4 Oct 2013 11:33:14 +0200

[rtlnow] Skip test on travis

Diffstat:
Myoutube_dl/extractor/rtlnow.py | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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)