HTML Parser in python

kyosohma at gmail.com kyosohma at gmail.com
Fri Apr 6 14:11:14 EDT 2007


On Apr 6, 1:05 pm, "ying... at gmail.com" <ying... at gmail.com> wrote:
> Hi,
>
> Is there a HTML parser (not xml) in python?
> I need a html parser which has the ability to handle mal-format html
> pages.
>
> Thank you.

Yeah...it's called Beautiful Soup.

http://www.crummy.com/software/BeautifulSoup/

Mike




More information about the Python-list mailing list