Created
November 8, 2016 12:13
-
-
Save Integralist/51d18f1625cc9cfd524fabd8cb957152 to your computer and use it in GitHub Desktop.
Website Crawler
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
wget --mirror \ | |
--convert-links \ | |
--adjust-extension \ | |
--page-requisites \ | |
--header="Host: www.example.com" \ | |
--no-parent https://beepboop.cloudfront.net |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment