youtube-dl

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

commit f143a42fe65ce4932dfab7be1f41c52ffe8a203e
parent bfe7439a2076452a70946ac146be463fa7277d67
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Fri, 22 Nov 2013 19:08:25 +0100

[bandcamp] Skip album test

Diffstat:
Myoutube_dl/extractor/bandcamp.py | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/bandcamp.py b/youtube_dl/extractor/bandcamp.py @@ -40,7 +40,8 @@ class BandcampIE(InfoExtractor): ], u'params': { u'playlistend': 2 - } + }, + u'skip': u'Bancamp imposes download limits. See test_playlists:test_bandcamp_album for the playlist test' }] def _real_extract(self, url):