mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[9gag] Like/dislike count (#1895)
This commit is contained in:
		| @@ -37,5 +37,7 @@ class NineGagIE(InfoExtractor): | ||||
|             'title': data['title'], | ||||
|             'description': data['description'], | ||||
|             'view_count': int(data['view_count']), | ||||
|             'like_count': int(data['statistic']['like']), | ||||
|             'dislike_count': int(data['statistic']['dislike']), | ||||
|             'thumbnail': data['thumbnail_url'], | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister