How to mark spider as done/finished? #95
Unanswered
francoism90
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to scrape a website, but I don't know the page limits. This means the scraper will do something like this:
I know it is possible to get the response of this request, however how to actually stop the spider from actual further processing on 404? It seems a method like
$this->finished()
or$this->done()
doesn't exists.Thanks
Beta Was this translation helpful? Give feedback.
All reactions