今天在抓一个站点的时候用到phantomjs组件,抓取都很成功,但是有如下提示:
[W 170405 02:04:09 base_handler:334] phantomjs does not support specify proxy from script, use phantomjs args instead
我尝试用配置文件设置了全局代理,提示是没有了,可是测试的结果返回的都是我本地的IP而不是代理的IP。
查文档看到不是很理解,文档里只有Addition args pass to phantomjs command line.
这么一句,可是究竟应该怎么用?我是用all启动的,如果用pyspider phantomjs启动,应该如何传入配置?
纠结一晚上。。。。在 https://github.com/binux/pysp... 找到答案。