mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-01 03:22:50 -05:00
8tracks: Include performer as uploader
This commit is contained in:
@ -3893,6 +3893,7 @@ class EightTracksIE(InfoExtractor):
|
||||
'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