The following script uses WebFetcher to recursively download html
files.  But the html pages are missing their jpg images.  Any
suggestions?


require 'webfetcher'
book =
WebFetcher::Page.url('http://www.american-lawns.com/grasses/grasses.html#')
book.recurse.save('grass')
   # save all files into a subfolder called grass.