Removing tags from a html-file

William Park parkw at better.net
Mon Jan 17 16:04:54 EST 2000


On Mon, Jan 17, 2000 at 05:52:20AM +0100, Thomas Weholt wrote:
> Hi,
> 
> I want to remove all tags from a html-file, so that only the plain-text
> remains. How, if so, can this be done using htmllib.py?
> 
> If not, is there any other way to do this ??

I use a text browser called 'lynx':
    lynx -dump http://... > x.txt

William




More information about the Python-list mailing list