Get latest videos of multiple YouTube channels via YouTube API?

前端 未结 1 930
面向向阳花
面向向阳花 2021-01-27 16:18

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 le

相关标签:
1条回答
  • 2021-01-27 16:49

    There is a solution to your problem, but it's quite involved since is about a completely different application model:

    Instead of regularly pulling -- at a constant rate, but unsatisfactory due to limitations imposed by default quotas -- a channel's uploads list via the API's search endpoint (or the playlistItems endpoint queried for the channel's uploads list), make use of the so-called API push notifications.

    This solution implies entirely different upfront requirements, but, if you really need real time updates, then that will suit you more effectively.

    0 讨论(0)
提交回复
热议问题