Scrapy – CrawlSpider – parse start url
By default, CrawlSpider will follow and parse pages determined by rules, but it won’t parse starting url.
If you want to parse also starting url you can use parse_start_url method.
def parse_start_url(self, response): #code for parsing starting url