Labidi Montassar

Results 1 comments of Labidi Montassar

So i encountered this issue and solved it by overriding the type check as suggested : ``` def _requests_to_follow(self, response): if not isinstance(response, (HtmlResponse, SplashTextResponse)): return .... ``` but also...