PDA

View Full Version : Download whole image archives using Wget (Windows)



Kreateur
04-09-2015, 02:58 AM
For those who didn't know, Wget is a program that retrieves content from Web servers.

It's very useful if you, for example, want to download a helluvalot of image files from one page,
without having to right-click and save every single image. It can be any kind of file, not just images.

For me it came in very handy when I designed Habbo fansites.
I used it to download whole archives of images that I could use as content images for different
news articles and/or sections of pages.

I just registered an account here, so I thought I'd start this journey by putting out a simple tutorial.

Let's get to it!

What I'm going to do is to download Habborators badge archive, located in /badges/.
(You can do this with any image archive, just don't sell or release copyrighted prop)


Download Wget for Windows 32-bit (https://eternallybored.org/misc/wget/wget.exe) or Windows 64-bit (https://eternallybored.org/misc/wget/wget64.exe). (Direct download!)
Make a new folder named "wget" in your C: drive. http://i.imgur.com/IwTEi3n.png
Place wget.exe in your new folder.http://i.imgur.com/2d1rQWX.png
Run Command Prompt. Easiest way to do this is to search for cmd.exe and hit enter.http://i.imgur.com/65yCSic.png
Run Wget from the Command Prompt using the code hidden in the spoiler.
cd C:\wgethttp://i.imgur.com/iMDrxAS.png
Now Wget is running. It's time for us to download the badge archive. Use code in spoiler.
wget -r -A jpg,jpeg,gif,png --no-parent www.habborator.org/badges/index.htmlhttp://i.imgur.com/aTIWVmv.png
Hit enter! The download will now start.http://i.imgur.com/P1PNqnz.png
When the download is done, you can find all of your images or other files in your wget folder.http://i.imgur.com/8SDSKpN.png


It took Wget a little bit over 2 minutes to locate and save all the files (2686).
If you have any questions about this tutorial, feel free to ask me.
As for Wget and its commands, you can type in the following code in Command Prompt for instructions.

wget -h

Hope this was useful!

Want to hide these adverts? Register an account for free!