Changeset 676

Show
Ignore:
Timestamp:
05/23/07 16:39:51 (6 years ago)
Author:
lincoln
Message:

skip disabled grabbers if using --grabwith

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • applications/shepherd

    r653 r676  
    22 
    33my $progname = 'shepherd'; 
    4 my $version = '0.4.91'; 
     4my $version = '0.4.92'; 
    55 
    66# tv_grab_au 
     
    25662566        { 
    25672567            $opt->{grabwith} = (@a ? join(',', @a) : undef); 
     2568 
     2569            if ($components->{$g}->{disabled}) 
     2570            { 
     2571                &log("\nSkipping --grabwith grabber \"$g\": it is disabled.\n"); 
     2572                next; 
     2573            } 
     2574 
    25682575            &log("\nObeying --grabwith option: selecting grabber \"$g\".\n"); 
    25692576            if ($components->{$g} and $components->{$g}->{type} eq 'grabber') 
  • status

    r675 r676  
    1 application     shepherd            0.4.91 
     1application     shepherd            0.4.92 
    22grabber         yahoo7widget        1.83-r1 
    33grabber         rex                 3.4.10