iBicha / UnityYoutubePlayer

Play YouTube videos in Unity
The Unlicense
331 stars 63 forks source link

Search #109

Open Eikthyr opened 7 months ago

Eikthyr commented 7 months ago

Is it possible to do word-based searches or is the operations only made with the video link?

iBicha commented 7 months ago

Currently it is only based on a video link/id. I've been rethinking the API so that we can support more functionality (search, list channel videos, etc) and more backends (invidious/piped/yt-dlp) to be flexible, but that's going to be a whole major version, I don't know when that's going to happen.

iBicha commented 3 months ago

With 3.0.0, Invidious API can be used for the search - https://docs.invidious.io/api/#get-apiv1search Definitely worth adding at some point