fix tugua (#736)

把图卦正文的换行找回来
This commit is contained in:
tgly307 2018-09-18 01:13:01 +08:00 committed by DIYgod
parent 0cffe7e5e1
commit bd210c9788
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ module.exports = async (ctx) => {
.load(convert_data, {
decodeEntities: false,
})('div[class="oblog_text"]')
.text();
.html();
const single = {
title: el.text(),
description: detail_data,