Allow proper subclassing of complete Getters/Grabbers
[videosite.git] / videosite / BlipTVGrabber.pm
index 20dc0d5..86084dd 100644 (file)
@@ -21,6 +21,7 @@ sub new {
         _SELFTESTURL => 'http://blip.tv/rebelliouspixelscom/buffy-vs-edward-twilight-remixed-2274024',
         _SELFTESTTITLE => 'Buffy vs Edward (Twilight Remixed)',
         PATTERNS => ['(http://(?:[-a-zA-Z0-9_.]+\.)*blip.tv/\S+/\S+)'],
+        @_,
     );
 
     return bless($self, $class);