Skip to content

Instantly share code, notes, and snippets.

@linhxhust
Last active June 2, 2016 09:53
Show Gist options
  • Save linhxhust/238b2fc60ea1c148bf30d58ef10813a3 to your computer and use it in GitHub Desktop.
Save linhxhust/238b2fc60ea1c148bf30d58ef10813a3 to your computer and use it in GitHub Desktop.
Using wget to download website
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