hi all, I'm looking to take an html page and just extract the pure text on that page. Anyone know of a good way to do that in python?
I want to strip out literally everything and be left with just the text of the articles and what ever other text is between tags. JS, css, etc... gone
thanks!