I have a simple php cron script to read a playlist xml feed and execute an internal notification action every time a new video is detected in the feed. As we're adding new videos though, the feed isn't updating in real time and instead updates, it seems, all at once at certain times of the day.
So we're getting a bulk 8 or 9 notifications rather than single ones as they're added.
This is the url I'm using with our ID replaced where the ID HERE is:https://www.youtube.com/feeds/videos.xml?playlist_id=<>
Expected to see this update with new videos as they're added, instead it seems to be cached and only updates every few hours.
Not sure if there's custom params I can add to the url to break the cache or a different url structure I should use?