X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=videosite%2FHTTPJSONGetter.pm;h=4db0ed8b828fffe98652c4ec462598c6eedce075;hb=7e0dc82d9acebecc7f19f9b43c1c8e87d27599f7;hp=0c409a91293095e64bd0d51111426bc194862fa9;hpb=422536027a2fb0656c25e18dba1e342c70533655;p=videosite.git diff --git a/videosite/HTTPJSONGetter.pm b/videosite/HTTPJSONGetter.pm index 0c409a9..4db0ed8 100644 --- a/videosite/HTTPJSONGetter.pm +++ b/videosite/HTTPJSONGetter.pm @@ -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);