我面临的问题是,Scrapy代码,特别是管道,给我提供了一个编程错误mysql.connector.errors.ProgrammingError: Not all parameters were used这是我的管道代码:from scrapy.exceptions import DropItemimport sys
因此,我的问题是:当我重新启动程序时,如何才能记住哪个URL是要爬行的最后一个URL,并让爬虫从文本文件中的下一个URL开始。# file containing urls to crawl is passed in from command line
# > scrapy crawl fbo-crawler -a filename