How do i copy all the pictures on a website?

18,849

Solution 1

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

Solution 2

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

Solution 3

You can use HTTrack.

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

Solution 4

You can use this on the command-line:

wget --mirror 
Share:
18,849

Related videos on Youtube

user52676
Author by

user52676

Updated on September 17, 2022

Comments

  • user52676
    user52676 over 1 year

    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?

    • Sasha Chedygov
      Sasha Chedygov over 13 years
      I removed the URL from the title because this question applies to any website, not just that specific one.
    • Sasha Chedygov
      Sasha Chedygov over 13 years
      Also, it would be helpful to know your operating system.
  • Aeo
    Aeo over 13 years
    Dag 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.
  • akira
    akira almost 12 years
    it downloads "php"? hard to believe.