pic.py
baiduspider.models.pic
⚓︎
图片搜索返回值模型模块
此文件定义的所有现有的图片搜索返回值模型并编写了自动构建函数。
PicNormal
⚓︎
普通搜索结果模型
这是一个遵照BaiduSpider图片搜索基本搜索结果结果模型创建的返回模型类。
Attributes:
Name | Type | Description |
---|---|---|
host |
str |
图片来源域名 |
title |
str |
图片标题 |
url |
str |
图片链接 |
plain |
dict |
源搜索结果字典 |
PicResult
⚓︎
图片搜索结果模型
这是一个遵照BaiduSpider图片搜索结果结果模型创建的返回模型类。
Attributes:
Name | Type | Description |
---|---|---|
results |
List[PicNormal] |
普通搜索结果列表 |
pages |
int |
搜索结果页数 |
total |
int |
搜索结果总数 |
plain |
list |
源搜索结果列表 |