What tools can be used to download all images in a webpage?
        Posted  
        
            by bobo
        on Super User
        
        See other posts from Super User
        
            or by bobo
        
        
        
        Published on 2010-05-26T15:45:53Z
        Indexed on 
            2010/05/26
            15:52 UTC
        
        
        Read the original article
        Hit count: 361
        
I would like to download all images in a web page. The tool should be smart enough to examine the css and javascript files in the page source to look for the images.
Ideally, it should also replicate the folder hierarchy, saving the images in the correct folder. For example, the web page may have some images for menu items stored in images/menu/ and for background images it may be stored in images/bg/.
Is there such a tool that you know of? (preferably in Windows but Linux is still ok)
Many thanks to you all.
© Super User or respective owner