Created
November 1, 2016 18:20
-
-
Save Restuta/a0184fb09fdf3ca8f0d6cefce28f5b3a to your computer and use it in GitHub Desktop.
wget commands to get static sites
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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