We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
video.likes and video.dislikes is returning None
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
video.likes and video.dislikes is returning None
The text was updated successfully, but these errors were encountered: