From ebb896bd41135870d02fdb70526ee1bf66a842d5 Mon Sep 17 00:00:00 2001 From: wardseptember Date: Sun, 21 Jun 2020 13:41:29 +0800 Subject: [PATCH] update: goose3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3307756..1887862 100644 --- a/README.md +++ b/README.md @@ -635,7 +635,7 @@ Python 实现的数据库。 * [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 内容/文章提取器(python2)。[官网](https://github.com/grangier/python-goose) -* [goose3](https://github.com/goose3/goose3): HTML 内容/文章提取器(python3)。[官网](http://goose3.readthedocs.io/en/latest/index.html) +* [goose3](http://goose3.readthedocs.io/en/latest/index.html): HTML 内容/文章提取器(python3)。[官网](https://github.com/goose3/goose3) * python-readability:arc90 公司 readability 工具的 Python 高速端口。[官网](https://github.com/buriy/python-readability) * sanitize:为杂乱的数据世界带来调理性。[官网](https://github.com/Alir3z4/python-sanitize) * sumy:一个为文本文件和 HTML 页面进行自动摘要的模块。[官网](https://github.com/miso-belica/sumy)