Have time to see other people's web page more beautiful, want to give Mr Skinner down, learn to learn. Share one of my favorite sites Mr Skinner commands wget
This command can be used to download the entire station recursively, and the links in the downloaded pages can be converted to local links.
With the wget parameter, you can become a pretty powerful download tool.
wget Command Detailed:
Wget-r-p-np-k http://xxx.com/xxx
-R,--recursive (recursive) specify recursive download. (Specify recursive download)
-K,--convert-links (convert link) make links in downloaded HTML point to local files. (Convert links in downloaded HTML pages to relative links, local links)
-P,--page-requisites (page required element) get all images, etc. needed to display HTML page. (Download all images and other pages to display the desired content)
-NP,--no-parent (does not go back to the parent) of Don ' t ascend to the parents directory.
In addition, the-NC parameter log with the-o parameter for the continuation of the breakpoint
Take one of the website Mr Skinner try it
Execute wget -r -p -np -k https://wujunze.com/
command
After the website has been downloaded recursively, you will find that your current directory will have a wujunze.com directory.
Enter this directory to see
Mastering the wget command can help you Mr Skinner the website.
wget Download the entire website recursively (site Mr Skinner required)