[bandcamp] Skip album test
authorPhilipp Hagemeister <phihag@phihag.de>
Fri, 22 Nov 2013 18:08:25 +0000 (19:08 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Fri, 22 Nov 2013 18:08:25 +0000 (19:08 +0100)
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):