mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-09-09 07:08:38 -04:00
No metalink file on fs
This commit is contained in:
parent
69257610e8
commit
950e742116
@ -63,6 +63,7 @@ Aria2::Aria2():
|
|||||||
// Try to use a potential installed aria2c.
|
// Try to use a potential installed aria2c.
|
||||||
callCmd.push_back(ARIA2_CMD);
|
callCmd.push_back(ARIA2_CMD);
|
||||||
}
|
}
|
||||||
|
callCmd.push_back("--follow-metalink=mem");
|
||||||
callCmd.push_back("--enable-rpc");
|
callCmd.push_back("--enable-rpc");
|
||||||
callCmd.push_back(rpc_secret.c_str());
|
callCmd.push_back(rpc_secret.c_str());
|
||||||
callCmd.push_back(rpc_port.c_str());
|
callCmd.push_back(rpc_port.c_str());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user