跳转至

baike.py

baiduspider.models.baike ⚓︎

百科搜索返回值模型模块

此文件定义的所有现有的百科搜索返回值模型并编写了自动构建函数。

BaikeNormal ⚓︎

普通搜索结果模型

这是一个遵照BaiduSpider百科搜索基本搜索结果结果模型创建的返回模型类。

Attributes:

Name Type Description
upd_date datetime.datetime | None

百科更新时间

des str

百科简介

title str

百科标题

url str

百科链接

plain dict

源搜索结果字典

BaikeResult ⚓︎

百科搜索结果模型

这是一个遵照BaiduSpider百科搜索结果结果模型创建的返回模型类。

Attributes:

Name Type Description
results List[BaikeNormal]

普通搜索结果列表

total int

搜索结果总数

plain list

源搜索结果列表

评论

Back to top