web.py
baiduspider.models.web
⚓︎
网页搜索返回值模型模块
此文件定义的所有现有的网页搜索返回值模型并编写了自动构建函数。
WebBaike
⚓︎
百科搜索结果模型
这是一个遵照BaiduSpider网页搜索百科搜索结果结果模型创建的返回模型类。
Attributes:
Name | Type | Description |
---|---|---|
cover |
str |
百科封面图片(视频)链接 |
cover_type |
str |
百科封面类型,图片时为"image",视频时为"video" |
des |
str |
百科简介 |
title |
str |
百科标题 |
url |
str |
百科链接 |
plain |
dict |
源搜索结果字典 |
WebBlog
⚓︎
博客搜索结果模型
这是一个遵照BaiduSpider网页搜索博客搜索结果结果模型创建的返回模型类。
Attributes:
Name | Type | Description |
---|---|---|
title |
str |
博客搜索结果标题 |
url |
str |
博客搜索结果链接 |
blogs |
List[WebBlogDetail] |
博客详情列表 |
plain |
dict |
源搜索结果字典 |
WebBlogDetail
⚓︎
博客详情搜索结果模型
这是一个遵照BaiduSpider网页搜索博客详情搜索结果结果模型创建的返回模型类。
Attributes:
Name | Type | Description |
---|---|---|
title |
str |
博客标题 |
url |
str |
博客链接 |
des |
str |
博客简介 |
origin |
str |
博客来源(作者) |
tags |
List[str] |
博客标签 |
plain |
dict |
源搜索结果字典 |
WebCalc
⚓︎
计算搜索结果模型
这是一个遵照BaiduSpider网页搜索计算搜索结果结果模型创建的返回模型类。
Attributes:
Name | Type | Description |
---|---|---|
process |
str |
计算过程,如:12 + 21 |
result |
str |
计算结果,由于可能是 |
plain |
dict |
源搜索结果字典 |
WebGitee
⚓︎
Gitee仓库搜索结果模型
这是一个遵照BaiduSpider网页搜索Gitee仓库搜索结果结果模型创建的返回模型类。
Attributes:
Name | Type | Description |
---|---|---|
title |
str |
仓库标题 |
des |
str |
仓库简介 |
url |
str |
仓库链接 |
star |
int |
仓库star数 |
fork |
int |
仓库fork数 |
watch |
int |
仓库watch数 |
license |
str |
仓库使用的开源协议 |
lang |
str |
仓库使用的编程语言 |
status |
str |
仓库状态(码云指数)图片链接 |
plain |
dict |
源搜索结果字典 |
WebMusic
⚓︎
网页搜索音乐搜索结果结果模型。
这是一个遵照BaiduSpider网页搜索音乐搜索结果结果模型创建的返回模型类。
Attributes:
Name | Type | Description |
---|---|---|
songs |
List[WebMusicSongs] |
歌曲信息 |
title |
str |
搜索结果标题 |
url |
str |
搜索结果链接 |
plain |
dict |
源搜索结果字典 |
WebMusicAlbum
⚓︎
网页搜索音乐歌曲专辑搜索结果结果模型。
这是一个遵照BaiduSpider网页搜索音乐歌曲专辑搜索结果结果模型创建的返回模型类。
Attributes:
Name | Type | Description |
---|---|---|
name |
str |
专辑名称 |
url |
str |
专辑链接 |
plain |
dict |
源搜索结果字典 |
WebMusicSinger
⚓︎
网页搜索音乐歌曲歌手搜索结果结果模型。
这是一个遵照BaiduSpider网页搜索音乐歌曲歌手搜索结果结果模型创建的返回模型类。
Attributes:
Name | Type | Description |
---|---|---|
name |
str |
歌手名称 |
url |
str |
歌手链接 |
plain |
dict |
源搜索结果字典 |
WebMusicSong
⚓︎
网页搜索音乐歌曲信息搜索结果结果模型
这是一个遵照BaiduSpider网页搜索音乐歌曲信息搜索结果结果模型创建的返回模型类。
Attributes:
Name | Type | Description |
---|---|---|
copyright |
bool |
歌曲是否有版权限制 |
duration |
datetime.time |
歌曲时长 |
is_original |
bool |
歌曲是否为原唱 |
labels |
List[str] |
歌曲标签 |
name |
str |
歌曲名称 |
other_sites |
List[str] |
歌曲其他网站链接 |
poster |
str |
歌曲海报图片链接 |
pub_company |
str | None |
歌曲发布公司 |
pub_date |
datetime.datetime | None |
歌曲发布日期 |
site |
str |
歌曲发布站点(拼音) |
url |
str |
歌曲链接 |
plain |
dict |
源搜索结果字典 |
WebMusicSongs
⚓︎
网页搜索音乐歌曲搜索结果结果模型。
这是一个遵照BaiduSpider网页搜索音乐歌曲搜索结果结果模型创建的返回模型类。
Attributes:
Name | Type | Description |
---|---|---|
album |
WebMusicAlbum |
歌曲专辑 |
singers |
List[WebMusicSinger] |
歌曲歌手 |
song |
WebMusicSong |
歌曲信息 |
plain |
dict |
源搜索结果字典 |
WebNews
⚓︎
资讯搜索结果模型
这是一个遵照BaiduSpider网页搜索资讯搜索结果结果模型创建的返回模型类。
Attributes:
Name | Type | Description |
---|---|---|
author |
str |
资讯作者(来源) |
time |
datetime |
资讯发布时间 |
url |
str |
资讯链接 |
des |
str |
资讯简介 |
plain |
dict |
源搜索结果字典 |
WebNormal
⚓︎
普通搜索结果模型
这是一个遵照BaiduSpider网页搜索基本搜索结果结果模型创建的返回模型类。
Attributes:
Name | Type | Description |
---|---|---|
des |
str |
搜索结果简介 |
origin |
str |
搜索结果来源 |
title |
str |
搜索结果标题 |
url |
str |
搜索结果链接 |
time |
datetime |
搜索结果发布时间 |
snapshot |
str |
搜索结果快照链接 |
plain |
dict |
源搜索结果字典 |
WebResult
⚓︎
网页搜索结果模型
这是一个遵照BaiduSpider网页搜索结果结果模型创建的返回模型类。
Attributes:
Name | Type | Description |
---|---|---|
normal |
List[WebNormal] |
普通搜索结果列表 |
total |
int |
搜索结果总数 |
related |
List[str] |
相关搜索结果列表 |
calc |
WebCalc | None |
计算搜索结果 |
news |
List[WebNews] |
资讯搜索结果列表 |
video |
List[WebVideo] |
视频搜索结果列表 |
baike |
WebBaike | None |
百科搜索结果 |
tieba |
WebTieba | None |
贴吧搜索结果 |
blog |
WebBlog | None |
博客搜索结果 |
gitee |
WebGitee | None |
码云仓库搜索结果 |
music |
WebMusic | None |
音乐搜索结果 |
pages |
int |
搜索结果页数 |
total |
int |
搜索结果总数 |
plain |
list |
源搜索结果列表 |
WebTieba
⚓︎
贴吧搜索结果模型
这是一个遵照BaiduSpider网页搜索贴吧搜索结果结果模型创建的返回模型类。
Attributes:
Name | Type | Description |
---|---|---|
cover |
str |
贴吧封面图片链接 |
des |
str |
贴吧简介 |
title |
str |
贴吧标题 |
followers |
str |
贴吧关注人数,可能会有形如 |
total |
str |
贴吧总帖子数,可能会有形如 |
hot |
List[WebTiebaHot] |
贴吧热门帖子 |
url |
str |
贴吧链接 |
plain |
dict |
源搜索结果字典 |
WebTiebaHot
⚓︎
贴吧热门搜索结果模型
这是一个遵照BaiduSpider网页搜索贴吧热门搜索结果结果模型创建的返回模型类。
Attributes:
Name | Type | Description |
---|---|---|
clicks |
str |
帖子点击次数,可能会有形如 |
replies |
str |
帖子回复次数,可能会有形如 |
title |
str |
帖子标题 |
url |
str |
帖子链接 |
plain |
dict |
源搜索结果字典 |
WebVideo
⚓︎
视频搜索结果模型
这是一个遵照BaiduSpider网页搜索视频搜索结果结果模型创建的返回模型类。
Attributes:
Name | Type | Description |
---|---|---|
cover |
str |
视频封面图片链接 |
origin |
str |
视频来源 |
length |
str |
视频时长 |
title |
str |
视频标题 |
url |
str |
视频链接 |
plain |
dict |
源搜索结果字典 |