Allow proper subclassing of complete Getters/Grabbers
[videosite.git] / videosite / VimeoGrabber.pm
index e39c494..19dfe94 100644 (file)
@@ -21,6 +21,7 @@ sub new {
         _SELFTESTURL => 'http://vimeo.com/35055590',
         _SELFTESTTITLE => 'Hello',
         PATTERNS => ['(http://(?:[-a-zA-Z0-9_.]+\.)*vimeo.com/(?:m/)?(\d+))'],
+        @_,
     );
 
     return bless($self, $class);