im looking for a Solution, to get a Video URL from a VideoWebsite.
Here is a sample video: XXXX
And here is the dynamic link to the video: XXX
Cause its dynamic i cant find the url, or have no clue how the urls get generated in php. I searched for php functions, but had no luck.
You would have to parse (and probably run) the actual SWF file that gets embedded and is responsible for playing the video, and see what requests it makes to get that actual content URL.
Doing this in pure PHP is a highly complex enterprise (if possible at all) and not for the faint of heart. I'm not aware of a ready-made solution that does this.