I am trying to build a web application with which users can search youtube videos, which they can save in sort of a library.
However with the YouTube-API-v3 you can only create a very limited amount of requests with the initial 10.000 quota. Technically you could increase the quota to 1.000.000 but after 10.000 requests you would run into the same problem again.
The only thing i need from the results of the search request would be video id, title and channel name.