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, |             'fullid': video_id, | ||||||
|             'title': data['title'], |             'title': data['title'], | ||||||
|             'formats': formats, |             'formats': formats, | ||||||
|             'uploader': data['channel_name'], |             'uploader': data.get('channel_name'), | ||||||
|             'timestamp': data['pubdate_epoch'], |             'timestamp': data.get('pubdate_epoch'), | ||||||
|             'description': data.get('description'), |             'description': data.get('description'), | ||||||
|             'thumbnails': thumbnails, |             'thumbnails': thumbnails, | ||||||
|             'duration': duration, |             'duration': duration, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan