sigma67 / ytmusicapi

Unofficial API for YouTube Music
https://ytmusicapi.readthedocs.io
MIT License
1.71k stars 194 forks source link

Autocompletion API #533

Closed AgentSmith0 closed 8 months ago

AgentSmith0 commented 8 months ago

Is your feature request related to a problem? Please describe. For giving autocomplete suggestions while searching for a song, this would be useful.

Describe the solution you'd like A method that returns possible autocomplete suggestions and song/artist ids.

Describe alternatives you've considered N/A

Additional context N/A

sigma67 commented 8 months ago

https://ytmusicapi.readthedocs.io/en/stable/reference.html#ytmusicapi.YTMusic.get_search_suggestions

AgentSmith0 commented 8 months ago

Oh, sorry, didn't found it under this name. Thanks!