Explorar o código

[bandcamp] Skip album test

Philipp Hagemeister %!s(int64=11) %!d(string=hai) anos
pai
achega
f143a42fe6
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      youtube_dl/extractor/bandcamp.py

+ 2 - 1
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):