mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 21:17:41 +03:00
Change the way to receive resulting gids in addUri, addMetalink
This commit is contained in:
parent
e4996e563b
commit
8940d2aafd
4 changed files with 32 additions and 30 deletions
|
@ -54,8 +54,7 @@ int main()
|
|||
// Download files are stored in the current directory
|
||||
aria2::KeyVals options = { std::make_pair("dir", ".") };
|
||||
// Add URI
|
||||
aria2::A2Gid gid;
|
||||
aria2::addUri(session, gid, uris, options);
|
||||
aria2::addUri(session, 0, uris, options);
|
||||
auto start = std::chrono::steady_clock::now();
|
||||
for(;;) {
|
||||
int rv = aria2::run(session, aria2::RUN_ONCE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue