pyspider煎蛋无聊图爬取

时间:2025-01-07 14:06:08

命令行pyspider,启动pyspider。

web预览界面太小,解决方法:找到pyspider的安装路径下的debug.min.css,修改css代码:

pyspider煎蛋无聊图爬取

pyspider煎蛋无聊图爬取

将其中的iframe{border-width:0;width:100%}改为iframe{border-width:0;width:100%;height:900px !important},然后换一个浏览器打开即可,因为pyspider有缓存机制,同一个浏览器打开还是不会发生变化。

下面是代码

pyspider煎蛋无聊图爬取

设置成RUNNING状态,点击Run,然后点击Results查看运行结果。

pyspider煎蛋无聊图爬取

pyspider煎蛋无聊图爬取