1. 程式人生 > >scrapy 框架 代理 設置

scrapy 框架 代理 設置

settings req RoCE 激活 pre ngs sel roc 分享圖片

修改代理,需要進入下圖文件中

技術分享圖片

打開,自定義代理類

class MyDaiLi(object):
"""docstring for MyDaiLi"""

# 重寫這個方法
def process_request(self, request, spider):
request.meta[‘proxy‘] = ‘http://ip‘

打開settings.py文件

激活代理中間件

技術分享圖片

scrapy 框架 代理 設置