youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit f3d294617fa0ae221bd1ab0e893028526c217a25
parent de33a30858231b03172f548452c3c2566c99f10b
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sat, 29 Jun 2013 16:32:28 +0200

Document view_count (Closes #963)

Diffstat:
Myoutube_dl/extractor/common.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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