From f143a42fe65ce4932dfab7be1f41c52ffe8a203e Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 22 Nov 2013 19:08:25 +0100 Subject: [PATCH] [bandcamp] Skip album test --- youtube_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 index 8b1d56da3..359d4174b 100644 --- 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): -- 2.30.2