Last active
June 2, 2016 09:53
-
-
Save linhxhust/238b2fc60ea1c148bf30d58ef10813a3 to your computer and use it in GitHub Desktop.
Using wget to download website
This file contains 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 -erobots=off --no-parent --wait=3 --limit-rate=20K -r -p -U "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)" -A htm,html,css,js,json,png,gif,jpeg,jpg,bmp,ttf,svg,woff,woff2,eot http://domain.com/index.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment