Changeset 676
- Timestamp:
- 05/23/07 16:39:51 (6 years ago)
- Files:
-
- 2 modified
-
applications/shepherd (modified) (2 diffs)
-
status (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/shepherd
r653 r676 2 2 3 3 my $progname = 'shepherd'; 4 my $version = '0.4.9 1';4 my $version = '0.4.92'; 5 5 6 6 # tv_grab_au … … 2566 2566 { 2567 2567 $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 2568 2575 &log("\nObeying --grabwith option: selecting grabber \"$g\".\n"); 2569 2576 if ($components->{$g} and $components->{$g}->{type} eq 'grabber') -
status
r675 r676 1 application shepherd 0.4.9 11 application shepherd 0.4.92 2 2 grabber yahoo7widget 1.83-r1 3 3 grabber rex 3.4.10
