From 1285073dc4c1c313cb7457a5a4d82a83fa0e4b80 Mon Sep 17 00:00:00 2001 From: chenjiandongx Date: Sun, 1 Apr 2018 17:44:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20requests-html=20=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 83b133b..74ce994 100644 --- a/README.md +++ b/README.md @@ -622,6 +622,7 @@ Python 实现的数据库。 * lxml:一个非常快速,简单易用,功能齐全的库,用来处理 HTML 和 XML。[官网](http://lxml.de/) * MarkupSafe:为 Python 实现 XML/HTML/XHTML 标记安全字符串。[官网](https://github.com/pallets/markupsafe) * pyquery:一个解析 HTML 的库,类似 jQuery。[官网](https://github.com/gawel/pyquery) +* requests-html:人性化的,Pythonic 的 HTML 解析库。[官网](https://github.com/kennethreitz/requests-html) * untangle:将 XML 文档转换为 Python 对象,使其可以方便的访问。[官网](https://github.com/stchris/untangle) * xhtml2pdf:HTML/CSS 转 PDF 工具。[官网](https://github.com/xhtml2pdf/xhtml2pdf) * xmltodict:像处理 JSON 一样处理 XML。[官网](https://github.com/martinblech/xmltodict)