Using wget to download a single web page and all its requisite files, displaying properly locally.


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

from the wget manual (1.12):\r\n\r\n\"Actually, to download a single page and all its requisites (even if they exist on separate websites), and make sure the lot displays properly locally, this author likes to use a few options in addition to ‘-p’: \"


Copy this code and paste it in your HTML
  1. wget -E -H -k -K -p example.com

URL: http://superuser.com/questions/55040/save-a-single-web-page-with-background-images-with-wget

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.