From 08c6552ee6e230123cbb55d4c4c08ea2e80ce454 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Sat, 28 May 2022 13:29:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[2DFan]=20=E6=94=AF?= =?UTF-8?q?=E6=8C=81?= 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 d9c52c7..fd37ff1 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -749,10 +749,10 @@ }, "2DFan - 表格": { "host": ["2dfan.com","www.2dfan.com","galge.fun"], - "url": "return (fun.getCSS('.topic-list')&&fun.getCSS('.pagination'))", + "url": "return (fun.getCSS('.topic-list, .download-list')&&fun.getCSS('.pagination'))", "pager": { "nextL": "a[rel='next']", - "pageE": ".topic-list>tbody>tr", + "pageE": ".topic-list>tbody>tr, .download-list>.media", "replaceE": ".pagination>ul" } },