From dd212eecf2aedb02d9ba93fa30f3733b11ad6b57 Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Sat, 29 Feb 2020 14:10:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9C=9F=E8=B1=AA=E6=BC=AB?= =?UTF-8?q?=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/reptile/tohomh123_com/find.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reptile/tohomh123_com/find.js b/bin/reptile/tohomh123_com/find.js index 6ccb2de..7e45d0b 100644 --- a/bin/reptile/tohomh123_com/find.js +++ b/bin/reptile/tohomh123_com/find.js @@ -11,7 +11,7 @@ let getcontlist = async (text) => { // console.log(unescape(j('.tt').eq(0).html())) let obj = {}; obj.update = j('.tip').eq(0).text() - obj.name = j(".am-thumbnail a").eq(0).attr('title') + obj.name = j("a").eq(0).attr('title') obj.date = '未获取' obj.url = 'https://www.tohomh123.com' + j(".am-thumbnail a").eq(0).attr('href') // console.log(obj)