HTML to Text

If you have python, you can install html2text which turns a website to plain text.

Installation:

pip install html2text

Or if you have node, there is a similar html-to-text.

npm install -g html-to-text

And then you can curl the website you want and pipe it to either program.

curl $website | html-to-text > website.txt