Add playlist_channel and playlist_channel_id fields (#10266)
Authored by: bashonly
This commit is contained in:
parent
36e8dd8325
commit
55e3e6fd21
2 changed files with 4 additions and 0 deletions
|
|
@ -1926,6 +1926,8 @@ class YoutubeDL:
|
|||
'playlist_title': ie_result.get('title'),
|
||||
'playlist_uploader': ie_result.get('uploader'),
|
||||
'playlist_uploader_id': ie_result.get('uploader_id'),
|
||||
'playlist_channel': ie_result.get('channel'),
|
||||
'playlist_channel_id': ie_result.get('channel_id'),
|
||||
**kwargs,
|
||||
}
|
||||
if strict:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue