Allow proper subclassing of complete Getters/Grabbers
[videosite.git] / videosite / YahooGrabber.pm
index 44715f9..4c88842 100644 (file)
@@ -19,6 +19,7 @@ sub new {
     my $self = $class->SUPER::new(
         NAME => 'yahoo',
         PATTERNS => ['(http://video\.yahoo\.com/watch/\d+/(\d+))'],
+        @_,
     );
 
     return bless($self, $class);