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