We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
def __init__(self): super().__init__(spider_name=zhifang_Spider.name) self.delete() # 如需去重、增量采集,请注释该行 self.headers = { # 有反爬的话,可以在这边定制请求头 } self.cookies = ( # 多账号采集的话,可以在这边定制多个 cookie string )
The text was updated successfully, but these errors were encountered:
close
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: