Open shanzhongxu opened 1 year ago
def __init__(self): super().__init__(spider_name=zhifang_Spider.name) self.delete() # 如需去重、增量采集,请注释该行 self.headers = { # 有反爬的话,可以在这边定制请求头 } self.cookies = ( # 多账号采集的话,可以在这边定制多个 cookie string )
close