Results 1 to 4 of 4

Thread: How to d/l all the image links on a webpage

  1. #1
    Join Date
    Nov 2006
    Beans
    195

    How to d/l all the image links on a webpage

    I am looking for a spider program for Ubuntu like Image Wolf was in Windows. With Image Wolf i could set it to dowload all the images on a webpage.

    I like astronomy, and I want to get all the supernovae pics from this page:-

    http://www.astrosurf.com/snaude/sn2010.htm

    but dont have time to manually click the links one by one. Is there an Ubuntu application that would do it?

    Thanks

  2. #2
    Join Date
    Feb 2008
    Beans
    5,636

    Re: How to d/l all the image links on a webpage

    Code:
    wget -r -A.jpg,.JPG http://www.astrosurf.com/snaude/sn2010.htm

  3. #3
    Join Date
    Nov 2006
    Beans
    195

    Re: How to d/l all the image links on a webpage

    Thanks, it worked. That was cool code and I am much obliged. A lesson learned, i think!

    DaveS

  4. #4
    Join Date
    Nov 2006
    Beans
    195

    Re: How to d/l all the image links on a webpage

    Is there any way to restrict the size of jpg downloads with wget? I am realy only interested in jpgs with a minimum size of say, 250kb.

    using

    wget -r -A.jpg,.JPG http://www.astrosurf.com/snaude/sn2010.htm
    downloads all the supernova thumbs too, and clogs up the destination directory....

    Thanks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •