From 0d9312d5cb6c5f0c3e8338e74a28e009fe0f7446 Mon Sep 17 00:00:00 2001 From: Ralf Ertzinger Date: Tue, 28 May 2013 21:48:38 +0200 Subject: [PATCH] Motherless: Fix self test title --- videosite/MotherlessGrabber.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]+))'], @_, ); -- 1.8.3.1