From: Philipp Hagemeister Date: Sat, 29 Jun 2013 14:32:28 +0000 (+0200) Subject: Document view_count (Closes #963) X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=f3d294617fa0ae221bd1ab0e893028526c217a25;p=youtube-dl Document view_count (Closes #963) --- diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index 64d63e109..5c6fd7945 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -44,6 +44,7 @@ class InfoExtractor(object): location: Physical location of the video. player_url: SWF Player URL (used for rtmpdump). subtitles: The subtitle file contents. + view_count: How many users have watched the video on the platform. urlhandle: [internal] The urlHandle to be used to download the file, like returned by urllib.request.urlopen