X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=videosite%2FHTTPRPCGetter.pm;h=e82e21826e57f0031714a49353553d13488d5229;hb=HEAD;hp=fb0fd95767a0a60d431f6463e8e185120d8eb39c;hpb=17bca93d2b471f5f099a4046297159a029989430;p=videosite.git diff --git a/videosite/HTTPRPCGetter.pm b/videosite/HTTPRPCGetter.pm index fb0fd95..e82e218 100644 --- a/videosite/HTTPRPCGetter.pm +++ b/videosite/HTTPRPCGetter.pm @@ -19,6 +19,7 @@ sub new { _PARAMS => { URL => ['http://www.example.com/get.pl?type=%s&vid=%s&title=%s&url=%s', "The URL to call in order to trigger a download. This is a string which is passed to a sprintf call later on. The parameters passed to that sprintf call, in order, are:\n- The site the video is from\n- The ID of the video\n- The title of the video\n- The URL of the video file itself\n- The URL of the site the video was taken from\nAll parameters are hexencoded"] }, + @_, ); return bless($self, $class);