X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=videosite%2FHTTPJSONGetter.pm;h=4db0ed8b828fffe98652c4ec462598c6eedce075;hb=513fff57bcf5c5724ea25fc69831b97f8f0bc0cc;hp=0c409a91293095e64bd0d51111426bc194862fa9;hpb=17bca93d2b471f5f099a4046297159a029989430;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);