fix: 51 voa single title (#4639)

This commit is contained in:
XiaoFang.Bao 2020-05-02 13:10:10 +08:00 committed by GitHub
parent 3cd7beccc2
commit d59b59fc33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'],
};