From 2ce00f36190713b6cdcb16468b7ad7c98650bdf9 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sun, 20 Nov 2022 21:04:52 +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 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/SrcJyCustomJk.js b/SrcJyCustomJk.js index bfff2b7d..ee4943ef 100644 --- a/SrcJyCustomJk.js +++ b/SrcJyCustomJk.js @@ -41,10 +41,7 @@ let customparse = { }; let doghtml = request('https://www.dianyinggou.com/SpiderMovie/zy/' + dogname, {headers: headers}); let htmls = pdfa(doghtml, "body&&a"); - for(let i in htmls){ - log(htmls[i]); - - } + log(htmls[0]) } }) log(lists);