A bug in get_iplayer-3.01?
RS
richard22j at zoho.com
Sat Jun 17 15:52:10 PDT 2017
> Sent: Saturday, June 17, 2017 19:19 I wrote
> else {$subdir = $prog->substitute ('<longname>', 0)};
I see I’m still slightly wrong in that I have }; at the end of the else
statement instead of ;}
In that place it doesn’t matter but line 4043 should be replaced with
my $subdir;
if ($opt->{subdirformat} ne "") {$subdir = $prog->substitute(
$opt->{subdirformat}, 1);}
else {$subdir = $prog->substitute ('<longname>', 0);}
I have only tried it in Windows.
More information about the get_iplayer
mailing list