-
-
Save dreadwarrior/0eff9f253d9f89740474 to your computer and use it in GitHub Desktop.
wget crawling
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 --random-wait --span-hosts --page-requisites --mirror --convert-links -e robots=off --domains=example.org http://www.example.org | |
| # http://stackoverflow.com/a/15849825 | |
| # http://superuser.com/a/341964 | |
| # http://stackoverflow.com/a/20063874 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment