If you have access to a linux command line, 'wget' can do what you asked with it's -r (recursive) option.
It does, however, pull down ALL THE CONTENT from the website in question, which may or may not be a bonus for you.
You'll want to use the -r option for recursive, and the -o option to...