Merge remote-tracking branch 'jaimeMF/yt-playlists'
[youtube-dl] / youtube_dl / extractor / bandcamp.py
index 8b1d56da31fa92d2d68d988f11b2e49a143f2ee3..359d4174bc181abb3ec7b210b9f851c182d3f765 100644 (file)
@@ -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):