mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-17 22:55:42 +07:00
8tracks: Include performer as uploader
This commit is contained in:
@@ -3893,6 +3893,7 @@ def _real_extract(self, url):
|
||||
'id': track_data['id'],
|
||||
'url': track_data['track_file_stream_url'],
|
||||
'title': track_data['name'],
|
||||
'uploader': track_data['performer'],
|
||||
'ext': 'm4a',
|
||||
}
|
||||
res.append(info)
|
||||
|
||||
Reference in New Issue
Block a user