X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=quotesite.git;a=blobdiff_plain;f=quotesite%2FGermanBashGrabber.pm;fp=quotesite%2FGermanBashGrabber.pm;h=919f015b7f145fceba906cee016c3f1de1d9962e;hp=8b52db905574ae769151e7afd85bc6a5e25cbb52;hb=134915427cbf80a82868b173766a9c0da84b0fba;hpb=20af9b1c4f051c0830ba35b8d3d15439c499e119 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; } }