Download a copy of an entire website

I have created a simple yet powerful command-line application to easily download an entire copy of any online website.

It is coded with Go and it is available on my GitHub: https://github.com/antsanchez/go-download-web

I normally use it to:

  • Back up any website (at least the rendered part of the website)
  • Create copies of websites for accessing them offline

It also allows you to change the URL of the downloaded website, which can be very helpful when moving an existing static website from a domain to another.

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

If you need any help or have any questions, do not hesitate to contact me.


A simple command-line application to download an entire online website, including CSS, JSS, and other assets.

Antonio Sánchez

Go

120 Words

Dec 11, 2021