Allow proper subclassing of complete Getters/Grabbers
[videosite.git] / videosite / MyVideoGrabber.pm
index e908ebd..7be3806 100644 (file)
@@ -18,6 +18,7 @@ sub new {
     my $self = $class->SUPER::new(
         NAME => 'myvideo',
         PATTERNS => ['(http://(?:[-a-zA-Z0-9_.]+\.)*myvideo.de/watch/(\d+))'],
+        @_,
     );
 
     return bless($self, $class);