From b763fc4ecf6585eb88cb9f2e9d8660ab8f0ca995 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sat, 1 Jul 2023 11:21:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJyCustomJk.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJyCustomJk.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SrcJyCustomJk.js b/SrcJyCustomJk.js index 460eb1a8..55866207 100644 --- a/SrcJyCustomJk.js +++ b/SrcJyCustomJk.js @@ -74,7 +74,6 @@ let customparse = { var lists = []; let html = request("https://zhuiyingmao2.com/index.php/ajax/suggest?mid=1&wd="+name+"&limit=10" ); let data = JSON.parse(html).list; - log(data.length) let cook = getCookie('https://zhuiyingmao2.com'); data.forEach(item => { let maoname = item.name; @@ -90,7 +89,6 @@ let customparse = { let maohtml = request(maourl, { headers: headers }); - log(maohtml) let htmls = pdfa(maohtml, ".search-result-container&&a"); htmls.forEach(it => { try { @@ -107,6 +105,7 @@ let customparse = { } } catch (e) {} }); + log(lists) } }) } catch (e) {