Fluoresce Posted September 22, 2014 Share Posted September 22, 2014 I have approximately 2,300 videos embedded on my site, and I am constantly adding more. The videos are hosted by YouTube. When a video is deleted from YouTube, it becomes unavailable on my site.Each video's ID is in my MySQL database. A video ID looks like this:ZFOuxAx-dkcI need a script that will do the following: select the IDs from my database check if the videos are still available on YouTube create a list of the videos that are unavailable. If possible, it would be great if the script could also tell me if any of the videos have been blocked in certain countries.The script has to be fully commented so that I can understand it.I want to run the script manually every few days. I don't want to have to change my database tables.I've been told that you can use YouTube's API or YouTube's oEmbed interface. I've also been told that, because there are so many videos, you will have to use cURL multi handles.If interested in this project, please PM me your price. This is an urgent project. I have placed ads elsewhere. Link to comment https://forums.phpfreaks.com/topic/291222-need-someone-to-write-a-script-that-will-identify-deleted-videos-on-my-site/
Fluoresce Posted September 22, 2014 Author Share Posted September 22, 2014 Okay, I have found someone to complete this project. Thank you for your attention. Link to comment https://forums.phpfreaks.com/topic/291222-need-someone-to-write-a-script-that-will-identify-deleted-videos-on-my-site/#findComment-1491832
Recommended Posts