update: goose3

pull/91/head
wardseptember 2020-06-21 13:36:37 +08:00
parent fa2c8d00f0
commit 1ee8f1e9ef
1 changed files with 2 additions and 1 deletions

View File

@ -634,7 +634,8 @@ Python 实现的数据库。
* micawber一个小型网页内容提取库用来从 URLs 提取富内容。[官网](https://github.com/coleifer/micawber)
* [newspaper](http://hao.importnew.com/python-newspaper/):使用 Python 进行新闻提取,文章提取以及内容策展。[官网](https://github.com/codelucas/newspaper)
* opengraph一个用来解析开放内容协议(Open Graph Protocol)的 Python 模块。[官网](https://github.com/erikriver/opengraph)
* [python-goose](http://hao.importnew.com/python-goose/)HTML 内容/文章提取器。[官网](https://github.com/grangier/python-goose)
* [python-goose](http://hao.importnew.com/python-goose/)HTML 内容/文章提取器(python2)。[官网](https://github.com/grangier/python-goose)
* [goose3](https://github.com/goose3/goose3): HTML 内容/文章提取器(python3)。[官网](http://goose3.readthedocs.io/en/latest/index.html)
* python-readabilityarc90 公司 readability 工具的 Python 高速端口。[官网](https://github.com/buriy/python-readability)
* sanitize为杂乱的数据世界带来调理性。[官网](https://github.com/Alir3z4/python-sanitize)
* sumy一个为文本文件和 HTML 页面进行自动摘要的模块。[官网](https://github.com/miso-belica/sumy)