Use Scrapy to crawl local XML file - Start URL local file address
问题 I want to crawl a local xml file that I have located in my Downloads folder with scrapy, use xpath to extract the relevant information. Using the scrapy intro as a guide 2016-01-24 12:38:53 [scrapy] DEBUG: Retrying <GET file://home/sayth/Downloads/20160123RAND0.xml> (failed 2 times): [Errno 2] No such file or directory: '/sayth/Downloads/20160123RAND0.xml' 2016-01-24 12:38:53 [scrapy] DEBUG: Gave up retrying <GET file://home/sayth/Downloads/20160123RAND0.xml> (failed 3 times): [Errno 2] No