From 166b4ebc7b8b3f4b9901c175a62cc1781f59f2a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=95=85=E9=87=8C?= <732220552@qq.com> Date: Sun, 24 Nov 2024 05:08:16 +0000 Subject: [PATCH] update chapter_config-v1.json. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 故里 <732220552@qq.com> --- chapter_config-v1.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/chapter_config-v1.json b/chapter_config-v1.json index 5daf0612..5232a85a 100644 --- a/chapter_config-v1.json +++ b/chapter_config-v1.json @@ -15113,7 +15113,16 @@ "contentPath":"/html/body/div[5]/div[2]", "nextLoop":false, "nextLoopCnt":15 - } + }, + "www.haoshupu.com": { + "chapterPath":"#chapterList", + "checkUrl":"http://www.haoshupu.com/index/141874/", + "contentPath":"html body#readbg.bg6 div.mlfy_main div#mlfy_main_text div#TextContent.read-content", + "nextLoop":true, + "nextUrlPath": ".mlfy_page > a:nth-child(4)", + "nextPathText": "下一页" + } + } -- Gitee