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
I saw the request is replaced with dont_filter=True, if I remove that the spider will just stop when it gets to the same url.
I need to use the offsite middleware though, so any thoughts?
I will do some hacking, on a total rewrite where there is no need for the Spider middleware and only DownloaderMiddleware or a normal Downloader. Starting to understand this stuff a little hehe.
I saw the request is replaced with dont_filter=True, if I remove that the spider will just stop when it gets to the same url.
I need to use the offsite middleware though, so any thoughts?
I will do some hacking, on a total rewrite where there is no need for the Spider middleware and only DownloaderMiddleware or a normal Downloader. Starting to understand this stuff a little hehe.