From 2f9f14a8d6843af3ff000ecfce8d3fe65f9b2fd0 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Mon, 3 Oct 2022 11:37:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20[Amazon]=E3=80=81[eBay]=20?= =?UTF-8?q?=E8=A7=84=E5=88=99=E5=9F=9F=E5=90=8D=E4=B8=BA=E6=AD=A3=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- other/Autopage/rules.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index 3c1bee1..4e14ee3 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -4979,7 +4979,7 @@ } }, "Amazon": { - "host": ["www.amazon.com","www.amazon.cn","www.amazon.co.jp","www.amazon.es"], + "host": "/^www\\.amazon\\.([a-z]+|com?\\.[a-z]+)$/", "url": "/\\/s\\?/", "pager": { "type": 3, @@ -4989,7 +4989,7 @@ } }, "eBay": { - "host": ["www.ebay.com","cn.ebay.com","www.ebay.com.hk","www.ebay.co.jp"], + "host": "/^(www|[a-z]{2})\\.ebay\\.([a-z]+|com?\\.[a-z]+)$/", "url": "/^\\/sch\\//", "pager": { "type": 3,