- 将爬虫配置中的上传场景参数从 'goods' 更改为 'digital_yy',以适应新的数据抓取需求 - 该更改旨在确保爬虫能够正确处理数字商品的上传,提升功能的准确性和适用性master
@@ -7,7 +7,7 @@ module.exports = { | |||
screenshotDir: 'screenshots', | |||
upload: { | |||
url: 'https://apibase.sohomall.jp/uploaders', | |||
scene: 'goods', | |||
scene: 'digital_yy', | |||
timeout: 30000 * 5 | |||
}, | |||
browser: { |