Im looking for a script that will take OData feed and download some .wmv files based on the filenames held within the OData?
Can anyone help?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This won’t be any different doing it locally than doing it on a remote server.
Step 1 – Parse the feed and pull out the links. Using something like SimplePie might be easy for you.
Step 2 – Download the links and save them where you need to save them. There is a snip of code here:
http://www.finalwebsites.com/forums/topic/php-file-download
that shows how to perform the download.