1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-08-15 08:58:28 +00:00

BandcampIE_3

This commit is contained in:
doe1080 2025-07-24 17:25:26 +09:00
parent 0b8e3e31ad
commit 5566291735

View File

@ -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',
}]