-
Notifications
You must be signed in to change notification settings - Fork 313
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
Fixing dislike problem #324
base: develop
Are you sure you want to change the base?
Conversation
ty |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This minimal code change solves a breaking change on youtube's API. I think it should be merged.
@np1 could you please merge this, so new users do not need to look for forks of the repository? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since it was only removed deprecated features from youtube, I think this is going to work just fine!
is the merge completed? still getting this error |
Since youtube has removed dislike feature, I removed all dislike features from the API which was causing it to crash. Tried and tested to make sure everything else still works. Addressing issues #306 #287 #272. I see there was an update to fix it earlier as well but it wasn't working on my device and when I checked the code, the dislike part was still being executed.