From 11c62ed5eb4b8c7966817648c1916cf67cc681e6 Mon Sep 17 00:00:00 2001 From: Sergey M Date: Fri, 31 Aug 2018 02:31:38 +0700 Subject: [PATCH] Update bandcamp.py --- youtube_dl/extractor/bandcamp.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/youtube_dl/extractor/bandcamp.py b/youtube_dl/extractor/bandcamp.py index b7cf91944..bc4c5165a 100644 --- a/youtube_dl/extractor/bandcamp.py +++ b/youtube_dl/extractor/bandcamp.py @@ -46,13 +46,15 @@ class BandcampIE(InfoExtractor): }, }, { 'url': 'https://relapsealumni.bandcamp.com/track/hail-to-fire', - 'md5': 'fec12ff55e804bb7f7ebeb77a800c8b7', 'info_dict': { 'id': '2584466013', 'ext': 'mp3', 'title': 'Hail to Fire', 'track_number': 5, }, + 'params': { + 'skip_download': True, + }, }] def _real_extract(self, url):