Allow proper subclassing of complete Getters/Grabbers
[videosite.git] / videosite / WimpGrabber.pm
index a09a39e..cffc02c 100644 (file)
@@ -21,6 +21,7 @@ sub new {
         _SELFTESTURL => 'http://www.wimp.com/insanebuilding/',
         _SELFTESTTITLE => 'Insane building.',
         PATTERNS => ['(http://(?:[-a-zA-Z0-9_.]+\.)*wimp.com/([^/]+)/?)'],
+        @_,
     );
 
     return bless($self, $class);