yield scrapy.Request(url=url, callback=self.parse, meta={'proxy': 'http://proxy.yourproxy:8001'}) def parse(self, response):
確定! 回上一頁