|
@@ -216,6 +216,11 @@ client=XMLRPC::Client.new3({:host => options["server"],
|
|
|
:path => "/rpc",
|
|
|
:user => options["user"],
|
|
|
:password => options["passwd"]})
|
|
|
+
|
|
|
+options.delete("server")
|
|
|
+options.delete("port")
|
|
|
+options.delete("user")
|
|
|
+options.delete("passwd")
|
|
|
|
|
|
if command == "addUri" then
|
|
|
result=client.call("aria2."+command, resources, options)
|