[youtube] Extract average rating (closes #2362)
This commit is contained in:
parent
050fa43561
commit
2d30521ab9
2 changed files with 3 additions and 0 deletions
|
@ -157,6 +157,7 @@ class InfoExtractor(object):
|
|||
view_count: How many users have watched the video on the platform.
|
||||
like_count: Number of positive ratings of the video
|
||||
dislike_count: Number of negative ratings of the video
|
||||
average_rating: Average rating give by users, the scale used depends on the webpage
|
||||
comment_count: Number of comments on the video
|
||||
comments: A list of comments, each with one or more of the following
|
||||
properties (all but one of text or html optional):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue