youtube-dl

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

commit f2e87ef4fab5f6d000a7bb152b535a748866bca3
parent 0ad97bbc056c83d49bc771ac202a9eb8354686de
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Wed, 20 Nov 2013 07:46:44 +0100

[anitube] Skip test (on travis)

Diffstat:
Myoutube_dl/extractor/anitube.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/anitube.py b/youtube_dl/extractor/anitube.py @@ -17,6 +17,7 @@ class AnitubeIE(InfoExtractor): u'ext': u'mp4', u'title': u'Recorder to Randoseru 01', }, + u'skip': u'Blocked in the US', } def _real_extract(self, url):