Defined Rules get not called in Scrapy
I am currently working with the Python library Scrapy and I am inheriting from the CrawlSpider so that I can override/define custom Rules. I have defined rules that should block all URLs with auth/
and allow only URLs with /tags
.