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

likes and dislikes are not working #272

Open
upenderrreddy opened this issue Jul 14, 2020 · 1 comment
Open

likes and dislikes are not working #272

upenderrreddy opened this issue Jul 14, 2020 · 1 comment

Comments

@upenderrreddy
Copy link

image
video.likes and video.dislikes is returning None

@Danyalm66
Copy link

The issue was opened #25977. And the solution suggested by RomanEmelyanov works like a charm.
Here is the most recent code after editing youtube.py

>>> import pafy
>>> vid = pafy.new('https://www.youtube.com/watch?v=dvGI9PbJp3A')
>>> vid.likes
4285
>>> vid.dislikes
78

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants