Browse Source

[bandcamp] Skip album test

rtmp_test
Philipp Hagemeister 11 years ago
parent
commit
f143a42fe6
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      youtube_dl/extractor/bandcamp.py

+ 2
- 1
youtube_dl/extractor/bandcamp.py View 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):


Loading…
Cancel
Save