How to send youtube notifications to arduino?

Hi, I am using an ESP32, and want to make a notifications device. I want it so when the channel "James Bruton" posts a video, a light glows. I know how to make a light glow, and I know how to make a button to switch the light off, but what I don't know is how to connect YouTube notifications? Anybody know a library if some sort?

I am pretty sure there won't be an Arduino library for that purpose. Does the YouTube API have an interface for notifications? I would start there and if there is an API for that specific piece of data, then I would make an HTTP request to it or create my own endpoint on my own server if you cannot directly make the HTTP request of YouTube's API.