Download website with wget


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. wget \
  2. --recursive \
  3. --no-clobber \
  4. --page-requisites \
  5. --html-extension \
  6. --convert-links \
  7. --restrict-file-names=windows \
  8. --domains website.org \
  9. --no-parent \
  10. www.website.org/tutorials/html/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.