I need to download 30000+ .mp3 files! each of them are ~200 kb..
I tried to download all of them or in 6 sets (5000 files each time) with Internet Download Manager but it freezes.. Which download manager could handle this much files?
|
| |||||||||||
feedback
|
|
I routinely do 3k <.5MB files, and I use Free Download Manager. I can't say if there is better or more light weight solutions out there, but, this works and does what I need - I go page by page, right click, add all to IDM, then when I finished, I highlight them all in IDM and do start! I have never done 30k all in one go, but, I hope this helps! | |||||||||||
feedback
|
|
As @Shiki already said: wget
| |||
|
feedback
|
|
I use curl (http://curl.haxx.se/). It has a bunch of good features for mass downloads. It allows you to specify many files on one invocation, like this:
That will download "file1.mp3", "file2.mp3", and so on. I've used it to download many files, but not 5,000. However, in principle it should work. | |||
|
feedback
|
|
Jdownloader http://jdownloader.org/download/index Is an interesting, multi-platform Java downloader that is being developed continually. It is Not lightweight at all, and could be a security risk for all I know. 30k would probably have to be done in sections. but it has a way to backup the list, and load lists in. Its main design seems to be more about downloading from "public servers", but it works good for normal stuff. I have seen 5000 items in it, but that was because I asked it to analise a link that went on forever, ooops. | |||
|
feedback
|
|
You can try Internet Download Manager | |||||
feedback
|
