Skip to content

Instantly share code, notes, and snippets.

View adityaprakashgupta's full-sized avatar

Aditya Prakash Gupta adityaprakashgupta

View GitHub Profile
@adityaprakashgupta
adityaprakashgupta / website-dl.md
Created March 23, 2023 13:51 — forked from stvhwrd/website-dl.md
Download an entire website for offline use with wget. Internal inks will be corrected so that the entire downloaded site will work as it did online.

The best way to download a website for offline use, using wget

There are two ways - the first way is just one command run plainly in front of you; the second one runs in the background and in a different instance so you can get out of your ssh session and it will continue.

First make a folder to download the websites to and begin your downloading: (note if downloading www.SOME_WEBSITE.com, you will get a folder like this: /websitedl/www.SOME_WEBSITE.com/)


STEP 1: