mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 21:17:41 +03:00
Add libaria2 tutorial
This commit is contained in:
parent
e25c0955c5
commit
42d3408b50
2 changed files with 193 additions and 3 deletions
|
@ -95,7 +95,7 @@ int main(int argc, char** argv)
|
|||
for(int i = 1; i < argc; ++i) {
|
||||
std::vector<std::string> uris = {argv[i]};
|
||||
aria2::KeyVals options;
|
||||
rv = aria2::addUri(session, 0, uris, options);
|
||||
rv = aria2::addUri(session, nullptr, uris, options);
|
||||
if(rv < 0) {
|
||||
std::cerr << "Failed to add download " << uris[0] << std::endl;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue