I'm currently building a web-app which will display the last videos of a youtube channel. My problem is, that the YouTube-API only allows 100 requests per day, which are way less than I need.
So my Idea was to request the videos every 20 minutes or so from every user and then cache them somewhere to display later on.
Is there a way to select multiple videos per channel for multiple channels in a single request?
Greetings Alex