From: Ralf Ertzinger Date: Tue, 28 May 2013 19:48:38 +0000 (+0200) Subject: Motherless: Fix self test title X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=videosite.git;a=commitdiff_plain;h=0d9312d5cb6c5f0c3e8338e74a28e009fe0f7446 Motherless: Fix self test title --- diff --git a/videosite/MotherlessGrabber.pm b/videosite/MotherlessGrabber.pm index e87602e..9f3feaa 100644 --- a/videosite/MotherlessGrabber.pm +++ b/videosite/MotherlessGrabber.pm @@ -20,7 +20,7 @@ sub new { my $self = $class->SUPER::new( NAME => 'motherless', _SELFTESTURL => 'http://motherless.com/4976432', - _SELFTESTTITLE => 'Teen masturbation in shower', + _SELFTESTTITLE => 'Teen Masturbating In Shower', PATTERNS => ['(http://(?:[-a-zA-Z0-9_.]+\.)*motherless.com/([a-zA-Z0-9]+))'], @_, );