Best library to parse HTML with Python 3 and example?

前端 未结 6 1582
轮回少年
轮回少年 2020-12-24 12:50

I\'m new to Python completely and am using Python 3.1 on Windows (pywin). I need to parse some HTML, to essentially extra values between specific HTML tags and am confused a

6条回答
  •  醉话见心
    2020-12-24 13:40

    I know this is way late, but for future reference, Beautiful Soup 4.3.2 is available as of Oct. 2013.

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

    It is compatible with Python 3.

提交回复
热议问题