v1.0.0 #375
sigma67
announced in
Announcements
v1.0.0
#375
Replies: 1 comment 1 reply
-
so happy to see this release! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's been 3 years since #10 was created, but now this project finally has a way of OAuth authentication. Therefore it is considered feature complete for now and ready for a v1.0 release, just in time for almost 1k 🌟! The next major release will be v2.0 featuring proper types with pydantic.
Overall there are not many breaking changes in this release, only the setup procedure has changed. It was a priority to integrate the new OAuth authentication as seamlessly as possible.
Features ✨
get_search_suggestions
: get the suggestions that appear during typing on YouTube Music (thanks @omgupta15 )ytmusicapi browser
for traditional auth using browser headers orytmusicapi oauth
to use the new OAuth authentication (it's simple and fast!)Breaking Changes ⚒
from ytmusicapi import setup
instead of importing theYTMusic
objectSearch 🐞
search
has been a bit problematic since the recent server side changes to top results, it should now be more reliable. If you still notice some odd search results please create an issueThis discussion was created from the release v1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions