mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[blinkx] Minor fix
Fixes: https://github.com/ytdl-org/youtube-dl/issues/28941
This commit is contained in:
		| @@ -78,8 +78,8 @@ class BlinkxIE(InfoExtractor): | ||||
|             'fullid': video_id, | ||||
|             'title': data['title'], | ||||
|             'formats': formats, | ||||
|             'uploader': data['channel_name'], | ||||
|             'timestamp': data['pubdate_epoch'], | ||||
|             'uploader': data.get('channel_name'), | ||||
|             'timestamp': data.get('pubdate_epoch'), | ||||
|             'description': data.get('description'), | ||||
|             'thumbnails': thumbnails, | ||||
|             'duration': duration, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan