- 将爬虫配置中的上传场景参数从 'goods' 更改为 'digital_yy',以适应新的数据抓取需求 - 该更改旨在确保爬虫能够正确处理数字商品的上传,提升功能的准确性和适用性master
@@ -30,7 +30,7 @@ class AmazonCrawler extends BaseCrawler { | |||
}; | |||
this.uploadConfig = config.common?.upload || { | |||
url: "https://apibase.sohomall.jp/uploaders", | |||
scene: "goods", | |||
scene: "digital_yy", | |||
timeout: 600000, | |||
}; | |||
} |