From: Sergey M․ Date: Sun, 18 Oct 2015 03:34:54 +0000 (+0600) Subject: [extractor/common] Document repost_count X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=02835c6bf4403a907c058d43220a83b3b427e181;p=youtube-dl [extractor/common] Document repost_count --- diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index 4365077f1..6169fbbeb 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -172,6 +172,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 + repost_count: Number of reposts 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