From cec2c2203312e5c8be5dbae66445daf59193b388 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Thu, 26 May 2022 11:40:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[=E6=B1=BD=E8=BD=A6?= =?UTF-8?q?=E4=B9=8B=E5=AE=B6=E8=AE=BA=E5=9D=9B]=20=E6=94=AF=E6=8C=81;=20?= =?UTF-8?q?=E4=BC=98=E5=8C=96=20[=E7=88=B1=E5=8D=A1=E6=B1=BD=E8=BD=A6?= =?UTF-8?q?=E8=AE=BA=E5=9D=9B]=20=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- other/Autopage/rules.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index 8d42093..50e0d98 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -856,9 +856,21 @@ "bF": "return fun.src_bF(pageE, [0, 'img[original]', 'original'])" } }, + "汽车之家论坛": { + "host": "club.autohome.com.cn", + "url": "fun.isUrlC(); return fun.indexOF('/bbs/forum')", + "blank": 3, + "pager": { + "type": 6, + "nextL": "js; return fun.getNextUPN(/(?<=-)\\d+(?=\\.html)/,/-\\d+\\.html$/,'-','.html','2',fun.getCSS('.athm-page__num>a:last-of-type').textContent)", + "pageE": ".post-list>li", + "loadTime": 1000, + "scrollD": 3000 + } + }, "爱卡汽车网论坛": { "host": "www.xcar.com.cn", - "url": "return (fun.lp() == '/bbs/forumdisplay.php')", + "url": "return (fun.lp() == '/bbs/forumdisplay.php' && !fun.getCSS('.article_more_item'))", "pager": { "nextL": "a.page_down", "pageE": ".table-section>dl:not(.table_head)",