fix: 51 voa single title (#4639)
This commit is contained in:
parent
3cd7beccc2
commit
d59b59fc33
|
|
@ -139,7 +139,7 @@ module.exports = async (ctx) => {
|
|||
const single = {
|
||||
pubDate: date($('div.Content>span.datetime').text()),
|
||||
link: $('div.title h1').text(),
|
||||
title: title,
|
||||
title: $('div.title>h1').html(),
|
||||
description: $('div.Content').html(),
|
||||
category: ['study', 'English'],
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue