projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfe7439
)
[bandcamp] Skip album test
author
Philipp Hagemeister
<phihag@phihag.de>
Fri, 22 Nov 2013 18:08:25 +0000
(19:08 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Fri, 22 Nov 2013 18:08:25 +0000
(19:08 +0100)
youtube_dl/extractor/bandcamp.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/bandcamp.py
b/youtube_dl/extractor/bandcamp.py
index 8b1d56da31fa92d2d68d988f11b2e49a143f2ee3..359d4174bc181abb3ec7b210b9f851c182d3f765 100644
(file)
--- 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):