10 2018 档案

摘要:def start_requests(self): for i in self.start_urls: yield Request(i, meta={ 'dont_redirect': True, 'handle_httpstatus_list': [302] }, c... 阅读全文
posted @ 2018-10-17 09:38 那时的吻狠陶醉 阅读(6219) 评论(1) 推荐(0)