写了个程序抓取新闻,运行时出现 raise NotImplementedError('{}.parse callback is not defined'.format(self.__class__.__name__))
NotImplementedError: CgovSpider.parse callback is not defined,在网上搜到这个问题的解决方式很少,有的我都试过了。但是就是弄不成。完全业余选手,希望大家帮帮我,跪谢惹
...全文
27635打赏收藏
[python-scrapy]parse callback is not defined
写了个程序抓取新闻,运行时出现 raise NotImplementedError('{}.parse callback is not defined'.format(self.__class__.__name__)) NotImplementedError: CgovSpider.parse callback is not defined,在网上搜到这个问题的解决方式很少,有的我都试过了。但是就是弄不成。完全业余选手,希望大家帮帮我,跪谢惹