View Single Post
  #14  
Old 01-14-2013, 07:58 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 KSV View Post
may be in some future update. for the time being you can just modify the script yourself.

Code:
      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: 1.2.3.4';
          return $headers;
        }
Thanks! Now i can watch BBC streams without proxy or using privoxy to send x-forwarded-for header.
Reply With Quote