Browse Source

[extractor/common] Document repost_count

Sergey M․ 10 years ago
parent
commit
02835c6bf4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      youtube_dl/extractor/common.py

+ 1 - 0
youtube_dl/extractor/common.py

@@ -172,6 +172,7 @@ class InfoExtractor(object):
     view_count:     How many users have watched the video on the platform.
     view_count:     How many users have watched the video on the platform.
     like_count:     Number of positive ratings of the video
     like_count:     Number of positive ratings of the video
     dislike_count:  Number of negative 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
     average_rating: Average rating give by users, the scale used depends on the webpage
     comment_count:  Number of comments on the video
     comment_count:  Number of comments on the video
     comments:       A list of comments, each with one or more of the following
     comments:       A list of comments, each with one or more of the following