summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-06-29 16:32:28 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-06-29 16:32:28 +0200
commitf3d294617fa0ae221bd1ab0e893028526c217a25 (patch)
treec1e1a0d779e388fa9c9a9b776b16fd7584981ec5
parentde33a30858231b03172f548452c3c2566c99f10b (diff)
downloadyoutube-dl-f3d294617fa0ae221bd1ab0e893028526c217a25.tar.gz
youtube-dl-f3d294617fa0ae221bd1ab0e893028526c217a25.tar.xz
youtube-dl-f3d294617fa0ae221bd1ab0e893028526c217a25.zip
Document view_count (Closes #963)
-rw-r--r--youtube_dl/extractor/common.py1
1 files changed, 1 insertions, 0 deletions
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