Changeset 394
- Timestamp:
- 12/29/06 18:25:51 (6 years ago)
- Files:
-
- 2 modified
-
applications/shepherd (modified) (3 diffs)
-
status (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/shepherd
r392 r394 2 2 3 3 my $progname = 'shepherd'; 4 my $version = '0.4.2 1';4 my $version = '0.4.22'; 5 5 6 6 # tv_grab_au … … 1162 1162 randomize 1163 1163 pending 1164 grabwith=s 1164 1165 )); 1165 1166 $debug = $opt->{debug}; … … 1867 1868 } 1868 1869 1870 if ($opt->{grabwith}) 1871 { 1872 my @a = split(/,/, $opt->{grabwith}); 1873 my $g; 1874 while ($g = shift @a) 1875 { 1876 $opt->{grabwith} = (@a ? join(',', @a) : undef); 1877 &log("\nObeying --grabwith option: selecting grabber \"$g\".\n"); 1878 if ($components->{$g} and $components->{$g}->{type} eq 'grabber') 1879 { 1880 return select_grabber($g, $gscore); 1881 } 1882 &log("Not a grabber: \"$g\".\n"); 1883 } 1884 } 1885 1869 1886 return undef unless ($total); 1870 1887 -
status
r393 r394 1 application shepherd 0.4.2 11 application shepherd 0.4.22 2 2 grabber yahoo7widget 1.71 3 3 grabber rex 3.3.8
