Subject: | Finanzpartner module broken |
Finanzpartner.de slighly changed the site layout:
--- lib/Finance/Quote/Finanzpartner.pm 2008-10-26 09:15:50.000000000 +0100
+++ lib/Finance/Quote/Finanzpartner.pm.new 2008-11-04
16:03:14.000000000 +0100
@@ -67,7 +67,7 @@
$info{$stock,"errormsg"} = "Couldn't parse website";
} else {
$info{$stock,"name"} = $table->cell(1,1);
- my $quote = $table->cell(7,1);
+ my $quote = $table->cell(6,1);
my @part = split(/\s/, $quote);
$info{$stock,"currency"} = $part[1];
$part[2] =~ s/\(//g;