Allow proper subclassing of complete Getters/Grabbers
[videosite.git] / videosite / MNCastGrabber.pm
index 7b12e03..45954f9 100644 (file)
@@ -19,6 +19,7 @@ sub new {
     my $self = $class->SUPER::new(
         NAME => 'mncast',
         PATTERNS => ['(http://www\.mncast\.com/\?(\d+))'],
+        @_,
     );
 
     return bless($self, $class);