1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-31 14:45:14 +00:00

Add playlist_channel and playlist_channel_id fields (#10266)

Authored by: bashonly
This commit is contained in:
bashonly
2024-07-01 11:48:11 -05:00
committed by GitHub
parent 36e8dd8325
commit 55e3e6fd21
2 changed files with 4 additions and 0 deletions

View File

@@ -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: