Quote:
Originally Posted by jazran idm can download a bunch of links inside a text file,queue it and download them one by one or two by two or n.
is there any linux download manager that can download links inside a text file?thanks.. |
Even wget, which is one of the de-facto standards, can do that. See
to see all the options. If my memory serves correctly, -i is the parameter that will let you specify a file containing all the links. There are also graphical fronteds like d4x, as I said above. Another one is kget, which is being refactored in kde4, I think. Googling a bit for
Code:
linux download manager
Should reveal lots of results and also lots of threads like this one.