From 835b75c85afb62a2e071b0cfc4955e8c8bc386eb Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Sat, 29 Feb 2020 14:15:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/reptile/tohomh123_com/find.js | 2 +- bin/reptile/tohomh123_com/section.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/reptile/tohomh123_com/find.js b/bin/reptile/tohomh123_com/find.js index 7e45d0b..7cd1722 100644 --- a/bin/reptile/tohomh123_com/find.js +++ b/bin/reptile/tohomh123_com/find.js @@ -13,7 +13,7 @@ let getcontlist = async (text) => { obj.update = j('.tip').eq(0).text() obj.name = j("a").eq(0).attr('title') obj.date = '未获取' - obj.url = 'https://www.tohomh123.com' + j(".am-thumbnail a").eq(0).attr('href') + obj.url = 'https://www.tohomh123.com' + j("a").eq(0).attr('href') // console.log(obj) list.push(obj) }) diff --git a/bin/reptile/tohomh123_com/section.js b/bin/reptile/tohomh123_com/section.js index 3279638..c954676 100644 --- a/bin/reptile/tohomh123_com/section.js +++ b/bin/reptile/tohomh123_com/section.js @@ -33,7 +33,7 @@ let gethtml = async (url) => { // list // }] // console.log(list) - console.log(JSON.stringify(list)) + // console.log(JSON.stringify(list)) return list }