Is there a way to detect that an embedded YouTube video is not loading/playing due to content restrictions or removal? (as opposed to just the users internet...etc)
I have some YouTube videos embedded on a site. Every once in awhile, they become non-playable due to author taking down the content or making it no longer public, or whatever other reasons there may be.
The goal is to utilize some kind of detection/trigger to then be notified or take some action to ensure there aren't a bunch of stale/broken video embeds on my site.
I should be able to utilize the API to poll through each video and check its status, but would rather a more passive approach if possible (or maybe a combination of both, but would like to know what options are available).