From 4aa15318b88a668d1de5fa9a2d47031716b88228 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Mon, 25 Mar 2024 15:51:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJyData.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJyData.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SrcJyData.js b/SrcJyData.js index fa099bf5..f7745398 100644 --- a/SrcJyData.js +++ b/SrcJyData.js @@ -434,8 +434,10 @@ function JYerji(){ } var easy = datasource=="sougou"?$("").lazyRule(() => { try{ + log(input); let html = request(input,{}); - if(/访问的页面为第三方/.test(html)){ + log(html); + if(/如需继续访问该页面/.test(html)){ input = pdfh(html, "body&&a&&href"); }else{ input = html.split("('")[1].split("'")[0];