From 2ed6201c428418994d45fc255093ad53a5f7dec1 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Sat, 19 Mar 2022 09:58:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[=E7=BE=8E=E5=9B=BE?= =?UTF-8?q?=E7=BD=91]=E3=80=81[=E8=A8=80=E8=80=BD=E7=A4=BE]=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 | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index 1209c3c..b07a29a 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -2327,6 +2327,29 @@ "scrollD": 2000 } }, + "言耽社": { + "host": "yandanshe.com", + "url": "/^\\/\\d+\\//", + "pager": { + "nextL": "id('navigation')/ul/li[./span]/following-sibling::li[1]/a", + "pageE": ".post-content > p", + "replaceE": "#navigation", + "scrollD": 2000 + }, + "function": { + "bF": "return fun.src_bF(pageE, [0,'img[data-src]','data-src'])" + } + }, + "言耽社 - 分类页": { + "host": "yandanshe.com", + "url": "/^\\/b/", + "pager": { + "nextL": "a.next.page-numbers", + "pageE": ".list-grouped > div", + "replaceE": ".nav-links", + "scrollD": 1500 + } + }, "漫画皮": { "host": "www.manhuapi.com", "url": "/\\/chapter\\//", @@ -5137,5 +5160,15 @@ "replaceE": ".pagination-site", "scrollD": 4000 } + }, + "美图网 tuli": { + "host": ["www.tuli.cc","m.tuli.cc"], + "url": "/\\/\\d+(_\\d+)?\\.html$/", + "pager": { + "nextL": "li.thisclass + li > a", + "pageE": ".bodyintroduce, .picbox > img", + "replaceE": ".pageart > ul", + "scrollD": 3000 + } } }