I\'m working on a project that involves converting a large amount of HTML content to plain/text. I have a custom-written module that does the job OK, but I\'m wondering if there
Here's a python library which does HTML parsing:
BeautifulSoup is another option.
Html2Text seems to be a good option