i need some help on the following topic. I recently created a website streaming media files hosted at Openload.co.
On the website media files are available through the embedded video player code provided by Openload which are stored inside a MySQL database table
db.media.embed (Of type text)
<iframe src="https://openload.co/embed/hpPbM8l8rV0/video.mp4" scrolling="no" frameborder="0" width="700" height="430" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"></iframe>
Now the following question:
How to check the files uploaded to my Openload.co account with the embedded code links inside my db´s table and if missing replace the file with the same file reuploaded from a external/local FTP backup source or similar.
I don´t have any existing approach on how to do this so far in code. So i would like to ask here how to deal with it best?