For example i have a list of URLs:
https://link.com/file/get/somefile.ext
https://go.com/download/anotherfile.ext
https://program.com/selection/download.php?id=26162
I want to set a specific name for last URL, something like this:
https://program.com/selection/download.php?id=26162 -o thirdfile.ext
Is it possible with aria2c download list syntax?
I know that I can do like this:
aria2c https://link.com/file/get/somefile.ext
aria2c https://go.com/download/anotherfile.ext
aria2c https://program.com/selection/download.php?id=26162 -o thirdfile.ext
But this way I run just too much of aria2c's. ._.