Boris

Results 92 comments of Boris
trafficstars

正常, 你写个while True 应该也会干到100%

基于大佬的组件,已经实现了编辑,复制等功能,网站 https://spidertools.cn

> 运行命令: > > ```shell > feapder shell --url http://www.spidertools.cn/ > ``` > > 报错: > > ``` > requests.exceptions.MissingSchema: Invalid URL 'h': No scheme supplied. Perhaps you meant http://h?...

> @qianyin123 > 用命令创建items 时,setting 里设置的数据库没有生效 settting没读到,你在items目录下运行

> 为什么 创建爬虫任务的时候 上下键无法选择对应的模板 window的pycharm下这个功能有点问题,你用cmd是可以的

TaskSpider 和 BatchSpider 种子不要参与去重,去重逻辑可以在数据库里建唯一索引。 否则你重复跑的时候已采集过的种子无法再次下发了

代理模块 是打算废掉重写的,现在用起来比较麻烦。你可以先自己写个代理池,等我这边封装好了你再用我这个