Running Scrapy tasks in Python

前端 未结 4 1063
礼貌的吻别
礼貌的吻别 2020-12-13 16:20

My Scrapy script seems to work just fine when I run it in \'one off\' scenarios from the command line, but if I try running the code twice in the same python session I get t

4条回答
  •  不思量自难忘°
    2020-12-13 17:06

    Seems to me that you cannot use crawler.start() command twice: you may have to re-create it if you want it to run a second time.

提交回复
热议问题