mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[bandcamp] Skip album test
This commit is contained in:
parent
bfe7439a20
commit
f143a42fe6
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user