How to extract a part of html file
Ben Finney
bignose+hates-spam at benfinney.id.au
Thu Oct 20 02:38:07 EDT 2005
More information about the Python-list mailing list
Thu Oct 20 02:38:07 EDT 2005
- Previous message (by thread): Expat - how to UseForeignDTD
- Next message (by thread): How to extract a part of html file
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Joe <dinamo99 at lycos.com> wrote: > I'm trying to extract part of html code from a tag to a tag For tag soup, use BeautifulSoup: <URL:http://www.crummy.com/software/BeautifulSoup/> Available as a package in Debian, probably other decent OSen also. -- \ "I think it would be a good idea." -- Mahatma Gandhi (when | `\ asked what he thought of Western civilization) | _o__) | Ben Finney
- Previous message (by thread): Expat - how to UseForeignDTD
- Next message (by thread): How to extract a part of html file
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list