views:

5

answers:

0

Hi,

I'm searching for a console application to make a local copy of a site. I need that it not only to convert all valid links to point to local files, but also those, which are redirected.

After a lot of googling the best option I managed to find is "wget --recursive --convert-links --level=20 --no-clobber --html-extension --no-parent www.exemple.com/dir/" but it doesn't support redirection. Does any one have any suggestions?