- Fix some bugs in the XML config handling
[videosite.git] / videosite / MetaCafeGrabber.pm
index c960ca9..fe68855 100644 (file)
@@ -23,6 +23,8 @@ sub new {
 
     bless($self, $class);
 
+    $self->_prepare_parameters();
+
     return $self;
 }