You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wasn't using Piped autocomplete API because I needed to prevent name duplicates and get only the first 10 results.
Anyway, just found the API endpoint I was using isn't working because the API changed like you wrote above.
Also, this API change seems to do exactly I need (no duplicates and 14 results I can stay on), but not supporting filter parameter which I used to search musics only: <endpoint+search>&filter=music_songs.
I think I'll start using the endpoint suggested ASAP but would be great to have a parameter to get musics only! 😉
Out of curiosity, why don't you use the regular auto-complete API?
Like https://pipedapi.kavin.rocks/opensearch/suggestions?query=test
I'm trying to see if I can get YouTube Music's autocomplete support in Piped's API.
The text was updated successfully, but these errors were encountered: