| Hello there!
I want to make a plugin to httrack identify vimeo videos, replace the iframe
tag with a video tag and download the video...
When i find a vimeo iframe, i need to get the src link, access video link with
'/config' appended, parse the json, identify the video file (mp4), download
the file and set a video tag with src pointing to the downloaded file...
Can someone help me? | |