8tracks: Include performer as uploader
[youtube-dl] / youtube_dl / InfoExtractors.py
index 50a5a5cfb922c010be12cff4a018ab08ee1cd981..0af59bce29794cef8d9aa0fe13058a60b6842667 100755 (executable)
@@ -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)