youtube-dl

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

commit 12bbd32ad0993d512ef798d5a56891d82fb29d12
parent 266e466ee48f510226de9c7eb99f8727c99175bc
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun,  6 Sep 2015 08:00:16 +0600

[kuwo:singer] Skip test

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

diff --git a/youtube_dl/extractor/kuwo.py b/youtube_dl/extractor/kuwo.py @@ -202,6 +202,7 @@ class KuwoSingerIE(InfoExtractor): 'title': 'Ali', }, 'playlist_mincount': 95, + 'skip': 'Regularly stalls travis build', # See https://travis-ci.org/rg3/youtube-dl/jobs/78878540 }] def _real_extract(self, url):