Motherless: Fix typo
authorRalf Ertzinger <ralf@skytale.net>
Tue, 30 Apr 2013 18:57:49 +0000 (20:57 +0200)
committerRalf Ertzinger <ralf@skytale.net>
Tue, 30 Apr 2013 18:57:49 +0000 (20:57 +0200)
videosite/MotherlessGrabber.pm

index 681b733..052bf55 100644 (file)
@@ -21,7 +21,7 @@ sub new {
         NAME => 'motherless',
         _SELFTESTURL => 'http://motherless.com/4976432',
         _SELFTESTTITLE => 'Teen masturbation in shower',
-        _PATTERNS => ['(http://(?:[-a-zA-Z0-9_.]+\.)*motherless.com/([a-zA-Z0-9]+))'],
+        PATTERNS => ['(http://(?:[-a-zA-Z0-9_.]+\.)*motherless.com/([a-zA-Z0-9]+))'],
         @_,
     );