From fda0878e43c647c3fbaba000b66a0780ac7450f4 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Sat, 31 Oct 2009 09:38:05 +0100 Subject: [PATCH] Use new url for stats --- scripts/stats.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/stats.pl b/scripts/stats.pl index 706d7c7..5b7d6a2 100755 --- a/scripts/stats.pl +++ b/scripts/stats.pl @@ -38,7 +38,7 @@ $dbh->do("SET CLIENT_ENCODING TO 'LATIN1';"); my %classes = (Fighter => 'Fi', Corvette => 'Co', Frigate => 'Fr', Destroyer => 'De', Cruiser => 'Cr', Battleship => 'Bs'); -my $file = get("http://game.planetarion.com/manual.php?page=stats"); +my $file = get("http://game.planetarion.com/manual.pl?page=stats"); $dbh->begin_work; my $st = $dbh->prepare(q{INSERT INTO ship_stats (name,"class",t1,t2,t3,"type",init,guns,armor,damage,eres,metal,crystal,eonium,race) VALUES(?,?,NULLIF(?,'-'),NULLIF(?,'-'),NULLIF(?,'-'),?,?,?,?,?,?,?,?,?,?)}); while ($file =~ /((?:\w| )+)<\/td>(\w+)<\/td>(\w+|-)<\/td>(\w+|-)<\/td>(\w+|-)<\/td>(\w+)\D+(\d+)\D+(\d+)\D+(\d+)\D+?(\d+|-)\D+(\d+)\D+(\d+)\D+(\d+)\D+(\d+)\D+\d+\D+\d+.+?(\w+)<\/td>/g){ -- 2.39.2