Results 1 to 2 of 2

Thread: WGet Images

  1. #1
    Join Date
    Jun 2009
    Posts
    43

    WGet Images

    What I'm trying to do is wget images, however, i'm not sure how to do it 100% right...

    what ive got is a index.html page that has images(thmubs) that link to the full size images. how do i grab the full size images?

    Example of links on the page:
    <a href="images/*random numbers*.jpg" target="_blank"><img border=0 width=112 height=150 src="images/tn_*random numbers*.jpg" style="position:relative;left:3px;top:3px" /></a>

    i tried
    wget -A.jpg -r -l1 -np URLHERE

    but only got the thumbs.

  2. #2
    Join Date
    Feb 2004
    Location
    UK
    Posts
    1,431
    Hi

    Wget isnt going to do it (as you have discovered).
    You probably need to grab the HTML and parse it for the image names then generate a list of wgets from that.

    Have a look for PERL scripts, you should find something to suit your needs.

    Thanks

Similar Threads

  1. command to download a whole page + images with wget
    By TerroX in forum Programming Discussion
    Replies: 1
    Last Post: 02-11-2008, 04:54 AM
  2. Wget Help
    By Host4Cheap in forum Hosting Security and Technology
    Replies: 8
    Last Post: 03-03-2007, 09:50 AM
  3. can i wget *.* ?
    By kkikki in forum Hosting Security and Technology
    Replies: 15
    Last Post: 03-21-2005, 07:23 PM
  4. wget help
    By ToaD in forum Web Hosting
    Replies: 2
    Last Post: 04-04-2004, 07:52 AM
  5. When i upload my files the only images I see are background images!
    By Johnny916 in forum Web Design and Content
    Replies: 1
    Last Post: 03-17-2004, 05:40 AM

Posting Permissions

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