Difference between revisions of "Wget: offline web mirror"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 1: | Line 1: | ||
− | wget --mirror --convert-links --adjust-extension --page-requisites | + | wget --mirror --convert-links --adjust-extension --page-requisites --html-extension --wait=2 --no-parent http://example.org |
wget -mkEpnp http://example.org | wget -mkEpnp http://example.org | ||
wget -mk -w 20 http://www.example.com/ | wget -mk -w 20 http://www.example.com/ | ||
+ | |||
+ | wget --mirror --convert-links --html-extension --wait=2 -o log http://howisoldmybusiness.com |
Revision as of 12:16, 3 October 2018
wget --mirror --convert-links --adjust-extension --page-requisites --html-extension --wait=2 --no-parent http://example.org wget -mkEpnp http://example.org
wget -mk -w 20 http://www.example.com/
wget --mirror --convert-links --html-extension --wait=2 -o log http://howisoldmybusiness.com