mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-13 04:09:46 +00:00
Add playlist uploader and uploader_id
This commit is contained in:
parent
0b6b7742c2
commit
3d24c96ee4
@ -671,7 +671,9 @@ class SoundcloudPlaylistBaseIE(SoundcloudBaseIE):
|
||||
return self.playlist_result(
|
||||
entries, playlist_id,
|
||||
playlist.get('title'),
|
||||
playlist.get('description'))
|
||||
playlist.get('description'),
|
||||
uploader=playlist.get('user', {}).get('username'),
|
||||
uploader_id=str_or_none(playlist.get('user', {}).get('id')))
|
||||
|
||||
|
||||
class SoundcloudSetIE(SoundcloudPlaylistBaseIE):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user