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