From 2ec3a931e40e7ad50153d121082f1ea12a0ab00c Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Sun, 8 May 2022 17:15:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[taotuxp.com]=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 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index d9375b4..e9f9125 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -6315,5 +6315,14 @@ "pageE": "#d_list>ul, table.dc_bar2", "replaceE": "#d_list_page, #d_list_foot, table.dc_bar" } + }, + "taotuxp.com": { + "host": "www.taotuxp.com", + "url": "/^\\/\\d+\\.html/", + "pager": { + "nextL": ".pagelist>span+a", + "pageE": "#post_content>p", + "replaceE": ".pagelist" + } } }