mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[twitch] Fix field name of view_count
				
					
				
			This commit is contained in:
		| @@ -1048,7 +1048,7 @@ class TwitchClipsIE(TwitchBaseIE): | ||||
|             'title': clip.get('title') or video_id, | ||||
|             'formats': formats, | ||||
|             'duration': int_or_none(clip.get('durationSeconds')), | ||||
|             'views': int_or_none(clip.get('viewCount')), | ||||
|             'view_count': int_or_none(clip.get('viewCount')), | ||||
|             'timestamp': unified_timestamp(clip.get('createdAt')), | ||||
|             'thumbnails': thumbnails, | ||||
|             'creator': try_get(clip, lambda x: x['broadcaster']['displayName'], compat_str), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan