2 Star 5 Fork 14

ayuliao/AntiCrawlers

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
learn_newspaper.py 244 Bytes
一键复制 编辑 原始数据 按行查看 历史
二两的分身 提交于 2021-08-05 14:17 . enjoy code
import requests
import readability
url = 'https://culture.ifeng.com/c/88H83I7afKE'
resp = requests.get(url)
html = resp.content
doc = readability.Document(html)
print('title: ', doc.title())
print('content: ', doc.summary(html_partial=True))
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ayuLiao/anti-crawlers.git
git@gitee.com:ayuLiao/anti-crawlers.git
ayuLiao
anti-crawlers
AntiCrawlers
master

搜索帮助