Mirror entire website with wget:


Example (Replace example.com with wanted website):

wget --wait=2 --level=inf --limit-rate=2M --recursive --page-requisites --user-agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" --no-parent --convert-links --adjust-extension --no-clobber -e robots=off https://example.com

*This will clone entire website, not Just a page.

Some advice:
--------------------------------------------------------------------------------------------
Source | Date: Date in Vivaldi: December 27th 2023

Back