I want my scraper to stop redirect and try the same URL again. How can I do that?
I have tried meta={'dont_redirect': True}
. But it ignores the request to current URL. I want the HTML content of the current URL.
I want my scraper to stop redirect and try the same URL again. How can I do that?
I have tried meta={'dont_redirect': True}
. But it ignores the request to current URL. I want the HTML content of the current URL.