parent
0cffe7e5e1
commit
bd210c9788
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue