Allow proper subclassing of complete Getters/Grabbers
[videosite.git] / videosite / VeohGrabber.pm
index 1b118d1..c33f1d8 100644 (file)
@@ -19,6 +19,7 @@ sub new {
         _SELFTESTURL => 'http://www.veoh.com/watch/v18348952fyn2twbe',
         _SELFTESTTITLE => '518_2 kureyon shinchan',
         PATTERNS => ['(http://(?:[-a-zA-Z0-9_.]+\.)*veoh.com/+watch/(\w+)\??)'],
+        @_,
     );
 
     return bless($self, $class);