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.
_______________________________________________
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer