HTML Parser in python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • yinglcs@gmail.com

    #1

    HTML Parser in python

    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.

  • kyosohma@gmail.com

    #2
    Re: HTML Parser in python

    On Apr 6, 1:05 pm, "ying...@gmail. com" <ying...@gmail. comwrote:
    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.



    Mike

    Comment

    • eknowles@gmail.com

      #3
      Re: HTML Parser in python

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

      Works, well...beautifu lly.

      Comment

      Working...