From a011b3615553aeca30b6cd9ccc26b854c39b0ff5 Mon Sep 17 00:00:00 2001 From: kanasimi Date: Sun, 14 Apr 2024 08:21:13 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9F=E5=BA=A6=E5=A4=AA=E5=BF=AB=E4=BC=BC?= =?UTF-8?q?=E4=B9=8E=E6=9C=83=E8=A2=AB=E7=A6=81=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- novel.cmn-Hans-CN/xbiquke.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/novel.cmn-Hans-CN/xbiquke.js b/novel.cmn-Hans-CN/xbiquke.js index 83be2dca..303bf161 100644 --- a/novel.cmn-Hans-CN/xbiquke.js +++ b/novel.cmn-Hans-CN/xbiquke.js @@ -24,6 +24,9 @@ crawler = CeL.PTCMS({ base_URL : 'http://www.xbiquke.net/', // must_browse_first : true, + // 2024/1/30 速度太快似乎會被禁? + chapter_time_interval : '5s', + search_URL : 'search?keyword=', parse_search_result : 'biquge', @@ -70,6 +73,11 @@ crawler = CeL.PTCMS({ + matched[1]); // console.trace(chapter_data); } + + text = CeL.work_crawler.fix_general_censorship(text); + + text = CeL.work_crawler.fix_general_ADs(text); + return text; } });