Update bandcamp.py

This commit is contained in:
Sergey M 2017-05-06 03:34:49 +07:00 committed by GitHub
parent b89b54e392
commit 8040fa3f06

View File

@ -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,