I have developed a website where users can add and embed YouTube videos. I store the YouTube ID in a database.
I am facing an issue where videos are being removed by YouTube, generally down to copyright/DMCA, private videos or users deleting them.
I would like to run an hourly CRON job that checks if these videos still exist using a PHP script but I can't find any resources on this.
Could anybody help?
Peter