Allow proper subclassing of complete Getters/Grabbers
[videosite.git] / videosite / SnotrGrabber.pm
index 9f4e857..87b7a10 100644 (file)
@@ -20,6 +20,7 @@ sub new {
         _SELFTESTURL => 'http://www.snotr.com/video/1836',
         _SELFTESTTITLE => 'Brilliant thief',
         PATTERNS => ['(http://(?:[-a-zA-Z0-9_.]+\.)*snotr\.com/video/(\d+))'],
+        @_,
     );
 
     return bless($self, $class);