X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=quotesite.git;a=blobdiff_plain;f=quotesite%2FGermanBashGrabber.pm;fp=quotesite%2FGermanBashGrabber.pm;h=361c43d15ef1227b7d276aef06e36a997ff73ee4;hp=747968cb07a9fb4df7a2c91d5b4b9addd7025fee;hb=87482e72603201424440b68d760b59e573b8eafd;hpb=18eb17221c111a8442538c54d2527e8c06b25803 diff --git a/quotesite/GermanBashGrabber.pm b/quotesite/GermanBashGrabber.pm index 747968c..361c43d 100644 --- a/quotesite/GermanBashGrabber.pm +++ b/quotesite/GermanBashGrabber.pm @@ -19,8 +19,8 @@ sub new { my $self = $class->SUPER::new(); $self->{'NAME'} = 'germanbash'; - $self->{'PATTERNS'} = ['(http://(?:[-a-zA-Z0-9_.]+\.)*german-bash\.org/(\d+))', - '(http://(?:[-a-zA-Z0-9_.]+\.)*german-bash\.org/action/show/id/(\d+))']; + $self->{'PATTERNS'} = ['(http://(?:[-a-zA-Z0-9_.]+\.)*german-bash\.(?:org|de)/(\d+))', + '(http://(?:[-a-zA-Z0-9_.]+\.)*german-bash\.(?:org|de)/action/show/id/(\d+))']; bless($self, $class); $self->_prepare_parameters();