--- lib/Finance/Quote/VWD.pm +++ lib/Finance/Quote/VWD.pm @@ -118,7 +118,7 @@ # all other info below
my $content = $tree->look_down( "_tag", "div", - "class", "contentContainer" + "class", "mainContainer" ); next if not $content;