How do i copy all the pictures on a website?

3

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?

user52676

Posted 2010-10-18T05:25:37.743

Reputation: 31

Question was closed 2016-04-17T23:13:27.340

What have you found so far, and how doesn't it work? – Ignacio Vazquez-Abrams – 2010-10-18T05:29:02.440

1I removed the URL from the title because this question applies to any website, not just that specific one. – Sasha Chedygov – 2010-10-18T06:12:45.140

1Also, it would be helpful to know your operating system. – Sasha Chedygov – 2010-10-18T06:51:08.003

Answers

5

If you use Firefox, you can install the DownThemAll addon to download all the images displayed on a given webpage.

clpo13

Posted 2010-10-18T05:25:37.743

Reputation: 536

1Dag nab it... I was inches away from the submit button when your answer showed up lol - But yes. This addon is what I would recommend as well. – Aeo – 2010-10-18T18:31:27.660

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

Posted 2010-10-18T05:25:37.743

Reputation: 293

2

You can use this on the command-line:

wget --mirror 

Johan

Posted 2010-10-18T05:25:37.743

Reputation: 4 827

2

You can use HTTrack.

It copies everything on a site, including pictures, images, Flash, video, .php and .html.

Waleed

Posted 2010-10-18T05:25:37.743

Reputation: 21

3it downloads "php"? hard to believe. – akira – 2012-05-20T11:56:19.723