From 5566291735bcb8cd3e4030d50e1522faecc37ee2 Mon Sep 17 00:00:00 2001 From: doe1080 <98906116+doe1080@users.noreply.github.com> Date: Thu, 24 Jul 2025 17:25:26 +0900 Subject: [PATCH] BandcampIE_3 --- yt_dlp/extractor/bandcamp.py | 7 ------- 1 file changed, 7 deletions(-) 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', }]