Skip to content

Instantly share code, notes, and snippets.

@DariuszO
Forked from kremalicious/offline-site.sh
Created February 23, 2018 23:35
Show Gist options
  • Save DariuszO/7188d2f37555af3a6f6b7f78f7930ac0 to your computer and use it in GitHub Desktop.
Save DariuszO/7188d2f37555af3a6f6b7f78f7930ac0 to your computer and use it in GitHub Desktop.
Download complete website for offline viewing with wget
wget \
--recursive \
--no-clobber \
--page-requisites \
--html-extension \
--convert-links \
--restrict-file-names=windows \
--domains website.org \
www.website.org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment