Dear programmers, I am new to Scrapy and have just developed my first spider. The extraction of items worked fine untill i renamed my method name from parse to parse_page (this is needed for the CrawlSpider class).
Any help is much appreciated. My code <https://github.com/petervdtoorn/scrapers/blob/master/Spiders/bouwmachineforum/bouwmachineforum/spiders/spider.py> -- You received this message because you are subscribed to the Google Groups "scrapy-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/scrapy-users. For more options, visit https://groups.google.com/d/optout.
