Scrapy Job Setting 是什么意思?
What does Scrapy Job Setting mean?
我正在阅读 https://doc.scrapinghub.com/scrapy-cloud.html#scrapycloud ,有点困惑覆盖作业的 Scrapy 设置是什么意思。这是否意味着我可以更改 start_url?或者我可以真正覆盖的设置。
抱歉我的英语不好。
按照the page you mention中提供的例子,可以做到:
job_settings should be a valid JSON and will be merged with project
and spider settings provided for given spider
我正在阅读 https://doc.scrapinghub.com/scrapy-cloud.html#scrapycloud ,有点困惑覆盖作业的 Scrapy 设置是什么意思。这是否意味着我可以更改 start_url?或者我可以真正覆盖的设置。
抱歉我的英语不好。
按照the page you mention中提供的例子,可以做到:
job_settings should be a valid JSON and will be merged with project and spider settings provided for given spider