X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=quotesite%2FGermanBashGrabber.pm;h=919f015b7f145fceba906cee016c3f1de1d9962e;hb=6cd503fd48f962d4bb2f149aebbcfe25dd7cf6bf;hp=8b52db905574ae769151e7afd85bc6a5e25cbb52;hpb=9fe1f066ac13ad6131acbcbcc252c036e3fa07f3;p=quotesite.git diff --git a/quotesite/GermanBashGrabber.pm b/quotesite/GermanBashGrabber.pm index 8b52db9..919f015 100644 --- a/quotesite/GermanBashGrabber.pm +++ b/quotesite/GermanBashGrabber.pm @@ -58,6 +58,7 @@ sub _parse { if (exists($t->[1]->{'class'}) && ($t->[1]->{'class'} eq 'zitat')) { $metadata->{'CONTENT'} = $p->get_text('/div'); $metadata->{'CONTENT'} =~ s/^\s*//mg; + last; } }