I am having a problem with running more than 1 URL here:
cmdline.execute("scrapy parse http://example.com --spider=myspider".split())
I am looking at the documentation here: http://doc.scrapy.org/en/latest/topics/commands.html#parse but from what I can see it does not look like there is a way. I also do not want to use the start_urls within the class so any solution other then that would be preferable, thanks.