1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-02 20:42:51 +08:00

Update bandcamp.py

This commit is contained in:
Sergey M 2018-08-31 02:31:38 +07:00 committed by GitHub
parent c3904b5cc5
commit 11c62ed5eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):