Changeset 25
- Timestamp:
- 10/04/06 20:41:51 (7 years ago)
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
shepherd
r24 r25 3 3 # "Shepherd" 4 4 5 my $version = '0.2. 6';5 my $version = '0.2.7'; 6 6 7 7 # A wrapper for various Aussie TV guide data grabbers … … 19 19 # 0.2.2 : --check 20 20 # 0.2.3 : Bugfix: archives correctly 21 # 0.2.5 : multi-grabber (potentially with partial data)22 # 0.2.6 : postprocessor support23 # 21 # 0.2.5 : Multi-grabber (potentially with partial data) 22 # 0.2.6 : Postprocessor support 23 # 0.2.7 : Changed online file structure 24 24 25 25 BEGIN { *CORE::GLOBAL::die = \&my_die; } … … 44 44 my $progname = 'shepherd'; 45 45 46 my $HOME = 'http://www.whuffy.com ';46 my $HOME = 'http://www.whuffy.com/shepherd'; 47 47 48 48 my $invoked = Cwd::realpath($0); … … 672 672 foreach my $site (split(/,/,$sites)) { 673 673 printf "Fetching $site/$rdir/$proggy-$latestversion.\n"; 674 $rc = LWP::Simple::getstore("$site/$rdir/$proggy -$latestversion", $newfile);674 $rc = LWP::Simple::getstore("$site/$rdir/$proggy", $newfile); 675 675 last if (is_success($rc)); 676 676 677 print "Failed to retrieve $site/$rdir/$proggy -$latestversion.\n";677 print "Failed to retrieve $site/$rdir/$proggy.\n"; 678 678 } 679 679 return if (!is_success($rc)); -
status
r8 r25 1 shepherd:0.2. 6:shepherd1 shepherd:0.2.7:shepherd 2 2 rex:3.0.1:grabber 3 3 oztivo:0.2:grabber
