Jump to content

how to download whole website? [solved]


solarian
 Share

Recommended Posts

Hi!

 

I want to download whole website so that I can later browse it offline.

Is there a wget command that does this or any other software perhaps?

 

Thanks!

Edited by solarian
Link to comment
Share on other sites

I think this might work:

 

wget -r http://url_of_website/

 

I got this from an example in the manpage for wget. I'm just testing now to see if it works, and seems to be.

Link to comment
Share on other sites

it converted the links in the HTML files to local links for offline viewing.

nah, it didn't, the links in that website simply were done like any good webdesigner does - configured for directory path only, i.e., /texts/articles/song.htm not http://website.com/texts/articles/song.htm

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...