[9gag] Like/dislike count (#1895)
This commit is contained in:
parent
a1ef7e85d6
commit
19e3dfc9f8
2 changed files with 5 additions and 0 deletions
|
@ -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'],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue