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:
		| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 sepro
					sepro