fix: styleless descriptions in biqugeinfo (#5441)

This commit is contained in:
Ethan Shen 2020-08-19 04:00:33 +08:00 committed by GitHub
parent 53ec35a225
commit 49aa77d360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ module.exports = async (ctx) => {
const responseHtml = iconv.decode(response.data, 'utf-8');
const $ = cheerio.load(responseHtml);
const description = $('#content').text();
const description = $('#content').html();
const single = {
title: item.title,