πŸ› Stoas near [[@bmann/wget]]
πŸ“– HedgeDoc at https://doc.anagora.org/wget
πŸ“– Etherpad at https://stoa.anagora.org/p/wget
πŸ“Ή Jitsi at https://meet.jit.si/wget
πŸ“š Node [[wget]]
↳ πŸ““ Resource [[@bmann/wget]]

Download an entire website with wget

Source: Linux Journal

wget \
     --recursive \
     --no-clobber \
     --page-requisites \
     --html-extension \
     --convert-links \
     --restrict-file-names=windows \
     --domains example1.com example2.com \
     --no-parent \
         example1.com

You may also want to add --limit-rate=10k (or some similarly slow speed) so that you don't trigger the site blocking you.

Checking this into a git repo and putting it on GitHub Pages is a good way of archiving sites.

Receiving pushes... (requires JavaScript)
Loading context... (requires JavaScript)