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