I'm using a CrawlSpider to scrape a site. Some requests match a rule with a callback but are redirected to another page, and Scrapy is parsing these responses anyway. Is there a way to prevent this from happening?I'm using a CrawlSpider to scrape a site. Some