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'.
__________________________________________