I have received an email with about 200 pictures downloading links from a hosting site. Is there any way I can batch download all of the pictures instead of click each downloading link? I guess the pictures were uploaded one by one.
feedback
|
|
If you're on *nix: Just copy and paste the URLs to a text file, so you have on on each line.
Save this as Then run If you're on Windows: Get wget for Windows from the GnuWin32 project (download the "complete package, except sources" and run the installer). Create a text file like I instructed above and save it in the new folder as | |||
|
feedback
|
|
You can create a file which downloads the files with In effect it becomes a script. You would create a text file listing the URLs and precede each with
The | ||||
|
feedback
|