Update bandcamp.py
This commit is contained in:
parent
b89b54e392
commit
8040fa3f06
@ -145,7 +145,7 @@ class BandcampIE(InfoExtractor):
|
|||||||
return {
|
return {
|
||||||
'id': video_id,
|
'id': video_id,
|
||||||
'title': title,
|
'title': title,
|
||||||
'thumbnail': thumbnail,
|
'thumbnail': info.get('thumb_url') or thumbnail,
|
||||||
'uploader': info.get('artist'),
|
'uploader': info.get('artist'),
|
||||||
'artist': artist,
|
'artist': artist,
|
||||||
'track': track,
|
'track': track,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user