Allow proper subclassing of complete Getters/Grabbers
[videosite.git] / videosite / DoubleVikingGrabber.pm
index 81ba370..027395e 100644 (file)
@@ -18,6 +18,7 @@ sub new {
     my $self = $class->SUPER::new(
         NAME => 'doubleviking',
         PATTERNS => ['(http://(?:[-a-zA-Z0-9_.]+\.)*doubleviking.com/videos/(?:[-a-zA-Z0-9_ %]+/)*page0\.html/(\d+)\.html$)'],
+        @_,
     );
 
     return bless($self, $class);