fix quoting in AsyncWgetFileGetter again
[videosite.git] / videosite / HTTPJSONGetter.pm
index 0c409a9..4db0ed8 100644 (file)
@@ -19,6 +19,7 @@ sub new {
         _PARAMS => {
             URL => ['http://www.example.com/getjson.pl', "The URL to call in order to trigger a download. The JSON encoded information will be POSTed to this URL."]
         },
+        @_,
     );
 
     return bless($self, $class);