You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to see a new implementation, called CrawlSpider2 or CrawlingSpider or something, that uses another internal method with another name than parse,
so that user could define their own parse method.
Then, the question is if users will expect this parse method to be used by default for each downloaded page (is addition to being parsed for links with Rules),
or if the reference to parse should be explicit.