PATCH get_iplayer.cgi

Dirk Husemann dirk+getiplayer at d2h.net
Wed Nov 5 09:44:04 PST 2014


it adds /usr/local/bin/get_iplayer to the places to search for get_iplayer.

On 2014-11-05 18:22, Kapitano wrote:
> On 05/11/2014 16:54, Sharon Kimble wrote:
>> @@ -99,7 +99,7 @@ my $default_modes = 'default';
>>   $opt_cmdline->{listen} = '0.0.0.0' if ! $opt_cmdline->{listen};
>>   # Search for get_iplayer
>>   if ( ! $opt_cmdline->{getiplayer} ) {
>> -       for ( './get_iplayer', './get_iplayer.cmd',
>> './get_iplayer.pl', '/usr/bin/get_iplayer' ) {
>> +       for ( './get_iplayer', './get_iplayer.cmd',
>> './get_iplayer.pl', '/usr/bin/get_iplayer'
>> '/usr/local/bin/get_iplayer' ) {
>>                  $opt_cmdline->{getiplayer} = $_ if -x $_;
>>          }
>>   }
>>
>
> I've probably missed something really obvious but: What does this do?
>
>
>
> _______________________________________________
> get_iplayer mailing list
> get_iplayer at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/get_iplayer

-- 
dr dirk husemann, email: dr_who at d2h.net, github: https://github.com/dirkhusemann




More information about the get_iplayer mailing list