diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-11-22 19:08:25 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-11-22 19:08:25 +0100 |
commit | f143a42fe65ce4932dfab7be1f41c52ffe8a203e (patch) | |
tree | 3e74d354893105b528a801042ef64822a2e6818b /youtube_dl/extractor/bandcamp.py | |
parent | bfe7439a2076452a70946ac146be463fa7277d67 (diff) |
[bandcamp] Skip album test
Diffstat (limited to 'youtube_dl/extractor/bandcamp.py')
-rw-r--r-- | youtube_dl/extractor/bandcamp.py | 3 |
1 files changed, 2 insertions, 1 deletions
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): |