Em primeiro lugar, você deve verificar com o operador do site que isso é um uso aceitável de seu serviço. Depois disso, você pode fazer algo assim:
wget -pk example.com
-p
obtém os requisitos para visualizar a página (o Javascript, CSS, etc). -k
converte os links da página para aqueles que podem ser usados para visualização local.
De man wget
:
-p, --page-requisites
This option causes Wget to download all the files that are necessary to properly display a given HTML page. This includes such things as inlined images, sounds, and referenced stylesheets.
[...]
-k, --convert-links
After the download is complete, convert the links in the document to make them suitable for local viewing. This affects not only the visible hyperlinks, but any part of the document that links to external content, such as embedded images, links to style sheets, hyperlinks to non-HTML content, etc.