更新注意事项
This commit is contained in:
parent
0ac51895bf
commit
2a2d9b3af5
19
README.md
19
README.md
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## 环境需求
|
## 环境需求
|
||||||
|
|
||||||
Python:3.6 / Redis
|
Python:3.6+ / Redis
|
||||||
|
|
||||||
## 食用方法
|
## 食用方法
|
||||||
|
|
||||||
@ -27,6 +27,23 @@ python3 Pixiv.py
|
|||||||
|
|
||||||
^_^
|
^_^
|
||||||
|
|
||||||
|
## 注意事项
|
||||||
|
|
||||||
|
1.requests安装错误
|
||||||
|
|
||||||
|
`ERROR: Could not find a version that satisfies the requirement resquests
|
||||||
|
ERROR: No matching distribution found for resquests`
|
||||||
|
|
||||||
|
解决方案:手动安装requests
|
||||||
|
|
||||||
|
'pip install -i https://pypi.tuna.tsinghua.edu.cn/simple requests'
|
||||||
|
|
||||||
|
2.请输入一个cookie
|
||||||
|
|
||||||
|
目前此项留空直接回车也可以正常爬取,如果后续添加新功能可以能需要
|
||||||
|
|
||||||
|
此项储存在本地redis中
|
||||||
|
|
||||||
## 特别提醒
|
## 特别提醒
|
||||||
|
|
||||||
请开启你的扶墙 and 全局代理模式
|
请开启你的扶墙 and 全局代理模式
|
||||||
|
Loading…
Reference in New Issue
Block a user