You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a URL is in start_urls of the spider, it is never skipped by this middleware, i.e. every URL in start_urls is parsed by the parse method of the spider.
If this can't be fixed, it should be documented.
The text was updated successfully, but these errors were encountered:
I had an issue with this also.
Even though all of the start URL were Request objects containing the meta 'deltafetch_key' needed, the were crawled anyway
For the time being, my solution is to set a link that must be accessible at the start of start_url, and then the URL of the yield Request crawler url can be affected by the plugin.
If a URL is in start_urls of the spider, it is never skipped by this middleware, i.e. every URL in start_urls is parsed by the parse method of the spider.
If this can't be fixed, it should be documented.
The text was updated successfully, but these errors were encountered: