Skip to content

Instantly share code, notes, and snippets.

@Restuta
Created November 1, 2016 18:20
Show Gist options
  • Select an option

  • Save Restuta/a0184fb09fdf3ca8f0d6cefce28f5b3a to your computer and use it in GitHub Desktop.

Select an option

Save Restuta/a0184fb09fdf3ca8f0d6cefce28f5b3a to your computer and use it in GitHub Desktop.
wget commands to get static sites
# gets 1-level up page, good for downloading static home-page
wget --no-cookies --timestamping --recursive --level=1 --convert-links --no-parent --page-requisites --adjust-extension --max-redirect=0 [url]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment