fix quoting in AsyncWgetFileGetter again
[videosite.git] / videosite / GoogleGrabber.pm
index 665fc44..51d0e2e 100644 (file)
@@ -21,6 +21,7 @@ sub new {
         _PARAMS => {
             QUALITY => ['normal', 'Quality of the video to download. normal = standard resolution flash video, h264 = high resolution MPEG4 video']
         },
+        @_,
     );
 
     return bless($self, $class);