Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When downloading, include the statistics. #1895

Closed
kenorb opened this issue Dec 5, 2013 · 3 comments
Closed

When downloading, include the statistics. #1895

kenorb opened this issue Dec 5, 2013 · 3 comments
Labels

Comments

@kenorb
Copy link

@kenorb kenorb commented Dec 5, 2013

When downloading file, it would be great to have the statistics such us:

  • number of views,
  • number of likes and dislikes,
  • number of comments

One of the usage would be to order the downloaded videos by revelancy.

It's possible to implement it?

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Dec 5, 2013

The number of views is already extracted for some sites. For example, if you run youtube-dl 'https://www.youtube.com/watch?v=9bZkp7q19f0' --write-info-json, then the view_count field of PSY - GANGNAM STYLE (강남스타일) M_V-9bZkp7q19f0.info.jsonwill be 1839341702, you can even use %(view_count)s inside the output template.

@kenorb
Copy link
Author

@kenorb kenorb commented Dec 5, 2013

Ah, yes. The recent version has view_count.
Any possibility for number of likes and dislikes and comments?

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jun 13, 2016

This is already implemented quite some time ago.

@dstftw dstftw closed this Jun 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.