fix: hpoi 无法抓取 (#6295)

This commit is contained in:
Laam Pui 2020-12-01 19:41:28 +08:00 committed by GitHub
parent bf62cc9e38
commit 1cb2d9af34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) => {