parent
298f16f954
commit
f8b5ab8cfa
1 changed files with 2 additions and 2 deletions
|
@ -93,8 +93,8 @@ class BandcampIE(InfoExtractor):
|
|||
'ext': 'mp3',
|
||||
'vcodec': 'none',
|
||||
'url': final_url,
|
||||
'thumbnail': info['thumb_url'],
|
||||
'uploader': info['artist'],
|
||||
'thumbnail': info.get('thumb_url'),
|
||||
'uploader': info.get('artist'),
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue