feat(crawler): expand pixelrag marketplace automation
Some checks failed
CD Pipeline / deploy (push) Has been cancelled
Some checks failed
CD Pipeline / deploy (push) Has been cancelled
This commit is contained in:
@@ -21,6 +21,12 @@ const DEFAULT_MAX_TILES = 80;
|
||||
const ALLOWED_PLATFORM_HOSTS = {
|
||||
momo: new Set(['m.momoshop.com.tw', 'www.momoshop.com.tw']),
|
||||
pchome: new Set(['24h.pchome.com.tw', 'ecshweb.pchome.com.tw', 'ecapi-cdn.pchome.com.tw']),
|
||||
shopee_tw: new Set(['shopee.tw', 'mall.shopee.tw']),
|
||||
coupang_tw: new Set(['www.tw.coupang.com', 'tw.coupang.com']),
|
||||
yahoo_shopping_tw: new Set(['tw.buy.yahoo.com']),
|
||||
etmall_tw: new Set(['www.etmall.com.tw', 'etmall.com.tw']),
|
||||
friday_tw: new Set(['shopping.friday.tw', 'ec-m.shopping.friday.tw', 'ec-w.shopping.friday.tw']),
|
||||
rakuten_tw: new Set(['www.rakuten.com.tw', 'rakuten.com.tw']),
|
||||
market_intel: new Set(),
|
||||
external_market: new Set(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user