def start_requests(self):
return [ FormRequest("http://spys.ru/en/free-proxy-list/",
formdata={'xpp': '3', 'xf1': '0', 'xf2' : '0'},
callback=self.parse) ]
# Helper function to process the abstaction
文章目录