-
-
Save MicFin/b453d7a7d4fe7d344883129661f709cb 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