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

Add playlist_webpage_url field (#11613)

Closes #10827
Authored by: seproDev
This commit is contained in:
sepro
2024-11-23 20:42:35 +01:00
committed by GitHub
parent 16336c51d0
commit 7d6c259a03
2 changed files with 2 additions and 0 deletions

View File

@@ -1947,6 +1947,7 @@ class YoutubeDL:
'playlist_uploader_id': ie_result.get('uploader_id'),
'playlist_channel': ie_result.get('channel'),
'playlist_channel_id': ie_result.get('channel_id'),
'playlist_webpage_url': ie_result.get('webpage_url'),
**kwargs,
}
if strict: