View Single Post
  #65  
Old 03-08-2013, 05:10 AM
dublin dublin is offline
Junior Member
 
Join Date: Jan 2013
Posts: 29
dublin is on a distinguished road
Default

Re: Adobe HDS Downloader


Quote:
Originally Posted by Dream_Team100 View Post
Thanks for your quick reply.

Unfortunately, it does not work for me, even though I have located with "http://www.utrace.de/" some UK IPs by larger companies and have entered into the script. Unfortunately, I am not familiar with programming, but I thought I would have done this right. Where is my fault?

// function headers()
// {
// $headers[] = 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8';
// $headers[] = 'Connection: Keep-Alive';
// return $headers;
// }

function headers()
{
$headers[] = 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8';
$headers[] = 'Connection: Keep-Alive';
$headers[] = 'X-Forwarded-For: 134.223.2.33';
return $headers;
}
Would you post link to the video you are trying to download.
Reply With Quote