From 9c4aec12fc9ef137a9a7d5d5f41f5e1c5b9d6d66 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Sat, 19 Mar 2022 11:16:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[WebCrawler=20=E6=90=9C?= =?UTF-8?q?=E7=B4=A2]=20=E6=94=AF=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 81bf0a3..85dafbd 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -259,6 +259,15 @@ "scrollD": 2000 } }, + "WebCrawler 搜索": { + "host": "www.webcrawler.com", + "url": "return (fun.indexOF('qc=web','s') || !fun.indexOF('qc=','s'))", + "pager": { + "nextL": "a.pagination__num--next", + "pageE": ".web-google__result", + "replaceE": ".pagination" + } + }, "豆瓣 - 短评": { "host": "movie.douban.com", "url": "return (fun.indexOF('/subject/') && fun.indexOF('/comments'))",