X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fcommon.py;h=5c6fd7945c34ca04aa37633250fcdee5ef3c460a;hb=ca1c9cfe11e7066dc47e9950c1bd387a692708e4;hp=64d63e109d8b9382503d7e0585f4ed589ba72200;hpb=515d7a5e73082c0f2e35bf7e778573bb2bbd576e;p=youtube-dl.git 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