View Single Post
  #32  
Old 08-11-2011, 07:06 AM
Ed999 Ed999 is offline
Senior Member
 
Join Date: Feb 2009
Posts: 115
Ed999 is on a distinguished road
Default

Get_iPlayer - Revised to include Radio 4 Extra


The accompanying file is from:

http://www.mediafire.com/?pd0nj8wk1qqj4cp


This is a modified Get_iPlayer.pl v2.76 (edited to support Radio 4 Extra instead of the former Radio 7).


These are the details of the changes -


1. Modified two lines in it for the new BBC iPlayer, in the section headed ‘# Limelight CDN’:

from: $conn->{playpath} = "$cattribs->{identifier}?$cattribs->{authString}";
to: $conn->{playpath} = "$cattribs->{identifier}";

from: $conn->{application} = $cattribs->{application};
to: $conn->{application} = "$cattribs->{application}?$cattribs->{authString}";


2. To prevent Get_iPlayer "phoning home" to a site that no longer exists, commented out the 7-line section that hunts for plugin updates (headed 'plugins update').


3. Replaced all the references to 'Radio 7' with 'Radio 4 Extra'.



__________________________________________
Attached Files
File Type: zip get_iplayer_v2.76_Ed999-build.zip (85.8 KB, 0 views)
Reply With Quote