mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 09:40:30 +00:00
parent
298f16f954
commit
f8b5ab8cfa
@ -93,8 +93,8 @@ def _real_extract(self, url):
|
||||
'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 New Issue
Block a user