Allow proper subclassing of complete Getters/Grabbers
[videosite.git] / videosite / CollegeHumorGrabber.pm
index 1e20d69..c7851e3 100644 (file)
@@ -22,6 +22,7 @@ sub new {
         _SELFTESTTITLE => 'Pixar Intro Parody',
         PATTERNS => ['(http://www.collegehumor.com/video:(\d+))',
                      '(http://www.collegehumor.com/video/(\d+))'],
+        @_,
     );
 
     return bless($self, $class);