I want to copy all the pictures on a site, but I don't know how to do it.
Could you please tell me? Shall I use a tool?
Asked
Active
Viewed 2.0k times
3
Oliver Salzburg
- 89,072
- 65
- 269
- 311
user52676
- 31
4 Answers
5
If you use Firefox, you can install the DownThemAll addon to download all the images displayed on a given webpage.
clpo13
- 556
5
the command
wget --mirror -A jpg,gif,png,bmp,jpeg http://www.the-url.org/
will download jpgs, gifs, pngs, and bmps from a site.
if you are cursed to use windows http://gnuwin32.sourceforge.net/packages/wget.htm
nhutto
- 283
- 2
- 6