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:
parent
c3904b5cc5
commit
11c62ed5eb
@ -46,13 +46,15 @@ class BandcampIE(InfoExtractor):
|
|||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://relapsealumni.bandcamp.com/track/hail-to-fire',
|
'url': 'https://relapsealumni.bandcamp.com/track/hail-to-fire',
|
||||||
'md5': 'fec12ff55e804bb7f7ebeb77a800c8b7',
|
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': '2584466013',
|
'id': '2584466013',
|
||||||
'ext': 'mp3',
|
'ext': 'mp3',
|
||||||
'title': 'Hail to Fire',
|
'title': 'Hail to Fire',
|
||||||
'track_number': 5,
|
'track_number': 5,
|
||||||
},
|
},
|
||||||
|
'params': {
|
||||||
|
'skip_download': True,
|
||||||
|
},
|
||||||
}]
|
}]
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
|
Loading…
Reference in New Issue
Block a user