-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Support for latest ytmusicapi #68
Comments
Already happened for Manjaro (which is 2 weeks behind Arch so it's safe to say it's broken for Arch as well):
As a workaround you can install older version manually, e.g.: pip install ytmusicapi==0.22.0 |
I've widened the version requirements for ytmusicapi, so this should be fixed with 0.3.8. |
Works fine with |
At this point with 1.0 and up released there's new authentication workflow as well (it can do proper OAuth now!). So, what will it take to get updated to that? |
I've got a basic PR in that makes ytmusicapi >= 1.0.0 work, |
#71 can be marked as duplicate of this issue. Then only thing worth mentioning: if you want to run
|
It could really be nice that this project lives again, since oAuth is officially supported. |
ytmusicapi
was released as 0.24.0 a couple of days ago with some breaking changes.A quick search in the source showed that
get_playlist_suggestions
andget_watch_playlist_shuffle
are not used.Currently there is a constraint present
ytmusicapi>=0.22.0,<0.23.0
which will break packages shipped by distributions when they updateytmusicapi
.Any chance to get support for 0.24.0?
Thanks.
The text was updated successfully, but these errors were encountered: