Saturday 17 November 2007

Download websites with dynamically generated content (question mark in URL)

You should use the Windows version of wget, because that converts the ? nicely to the @ character.
wget http://www.somewebpage.org --recursive \
--level=5 --relative --tries=1 --convert-links

No comments: