From 2fa78cdb66d4754eedfd01ec352b4b7288aa2bca Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Tue, 12 Apr 2022 16:11:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[423down=20-=20=E6=96=87?= =?UTF-8?q?=E7=AB=A0=E5=86=85=E8=AF=84=E8=AE=BA]=20=E6=94=AF=E6=8C=81;=20?= =?UTF-8?q?=E4=BC=98=E5=8C=96=20[=E8=BD=BB=E7=8B=82=E5=BF=97]=E3=80=81[?= =?UTF-8?q?=E9=BB=91=E5=9F=9F=E5=9F=BA=E5=9C=B0]=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 | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index d858988..2086025 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -3200,14 +3200,12 @@ "scrollD": 2000 } }, - "_423down": { + "423down": { "host": "www.423down.com", - "url": "return (!fun.indexOF('.html'))", "pager": { - "nextL": "//div[@class='paging']//a[contains(text(),'下一页')]", - "pageE": "div.content-wrap ul.excerpt>li", - "replaceE": "div.paging", - "scrollD": 2000 + "nextL": "//span[@class='current']/following-sibling::a[1] | //span[@class='page-numbers current']/preceding-sibling::a[1]", + "pageE": ".content>.excerpt, .commentlist>li", + "replaceE": ".paging, .pagenav" } }, "不死鸟": { @@ -3271,18 +3269,18 @@ }, "轻狂志": { "host": "www.flighty.cn", - "url": "return (fun.lp() != '/')", + "url": "/^\\/./", "pager": { - "nextL": "//div[@class='pages']//a[text()='下一页']", + "nextL": ".pages .thisclass+li>a", "pageE": ".items", "replaceE": ".pages" } }, "黑域基地": { "host": "www.hybase.com", - "url": "return (!fun.indexOF(/\\/\\d+\\.html/))", + "url": "return (fun.getCSS('#pages') != null)", "pager": { - "nextL": "id('pages')/a[text()='下一页']", + "nextL": "#pages>b+a", "pageE": ".entry", "replaceE": "#pages" }