Wget: offline web mirror: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs)
No edit summary
Onnowpurbo (talk | contribs)
No edit summary
Line 1: Line 1:


  wget --mirror --convert-links --adjust-extension --page-requisites --html-extension --wait=2 --no-parent http://example.org
  wget --mirror --convert-links --adjust-extension --page-requisites --html-extension --wait=2 --no-parent https://www.darmajaya.ac.id/
  wget -mkEpnp http://example.org
  wget -mkEpnp https://www.darmajaya.ac.id/


  wget -mk -w 20 http://www.example.com/
  wget -mk -w 20 https://www.darmajaya.ac.id/


  wget --mirror --convert-links --html-extension --wait=2 -o log http://howisoldmybusiness.com
  wget --mirror --convert-links --html-extension --wait=2 -o log https://www.darmajaya.ac.id/

Revision as of 05:18, 3 October 2018

wget --mirror --convert-links --adjust-extension --page-requisites --html-extension --wait=2 --no-parent https://www.darmajaya.ac.id/
wget -mkEpnp https://www.darmajaya.ac.id/
wget -mk -w 20 https://www.darmajaya.ac.id/
wget --mirror --convert-links --html-extension --wait=2 -o log https://www.darmajaya.ac.id/