I am trying to make the SgmlLinkExtractor to work.
This is the signature:
SgmlLinkExtractor(allow=(), deny=(), allow_domains=(), deny_domains=(), res
You are overriding the "parse" method it appears. "parse", is a private method in CrawlSpider used to follow links.