diff --git a/yt_dlp/extractor/bandcamp.py b/yt_dlp/extractor/bandcamp.py index 4edf6484a..972873c6f 100644 --- a/yt_dlp/extractor/bandcamp.py +++ b/yt_dlp/extractor/bandcamp.py @@ -53,8 +53,6 @@ class BandcampIE(InfoExtractor): 'id': '2650410135', 'ext': 'm4a', 'title': 'Ben Prunty - Lanius (Battle)', - 'album_artists': ['Ben Prunty'], - 'artists': ['Ben Prunty'], 'uploader': 'Ben Prunty', 'thumbnail': r're:https?://f4\.bcbits\.com/img/.+\.jpg', 'timestamp': 1396508491, @@ -80,8 +78,6 @@ class BandcampIE(InfoExtractor): 'id': '2584466013', 'ext': 'mp3', 'title': 'Mastodon - Hail to Fire', - 'album_artists': ['Mastodon'], - 'artists': ['Mastodon'], 'uploader': 'Mastodon', 'thumbnail': r're:https?://f4\.bcbits\.com/img/.+\.jpg', 'timestamp': 1322005399, @@ -107,8 +103,6 @@ class BandcampIE(InfoExtractor): 'id': '1978174799', 'ext': 'mp3', 'title': 'submerse - submerse - Safehouse', - 'album_artists': ['Diskotopia'], - 'artists': ['submerse'], 'uploader': 'submerse', 'thumbnail': r're:https?://f4\.bcbits\.com/img/.+\.jpg', 'timestamp': 1480779297, @@ -148,7 +142,6 @@ class BandcampIE(InfoExtractor): 'uploader': 'Stay Inside', 'uploader_id': 'stayinside', 'uploader_url': 'https://stayinside.bandcamp.com', - }, 'skip': 'IE fix required; embed detection', }]