projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de33a30
)
Document view_count (Closes #963)
author
Philipp Hagemeister
<phihag@phihag.de>
Sat, 29 Jun 2013 14:32:28 +0000
(16:32 +0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sat, 29 Jun 2013 14:32:28 +0000
(16:32 +0200)
youtube_dl/extractor/common.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/common.py
b/youtube_dl/extractor/common.py
index 64d63e109d8b9382503d7e0585f4ed589ba72200..5c6fd7945c34ca04aa37633250fcdee5ef3c460a 100644
(file)
--- 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