From 1cb2d9af3400322d73e102789fefd0238866c0d5 Mon Sep 17 00:00:00 2001 From: Laam Pui Date: Tue, 1 Dec 2020 19:41:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20hpoi=20=E6=97=A0=E6=B3=95=E6=8A=93?= =?UTF-8?q?=E5=8F=96=20(#6295)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/routes/hpoi/info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes/hpoi/info.js b/lib/routes/hpoi/info.js index 31f66f68e..87622a33d 100644 --- a/lib/routes/hpoi/info.js +++ b/lib/routes/hpoi/info.js @@ -13,7 +13,7 @@ module.exports = async (ctx) => { catType: type, }, }); - const $ = cheerio.load(response.data.data.html); + const $ = cheerio.load(response.data); const items = $('.home-info') .map((_, ele) => {