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

View File

@@ -139,7 +139,7 @@ module.exports = async (ctx) => {
const single = { const single = {
pubDate: date($('div.Content>span.datetime').text()), pubDate: date($('div.Content>span.datetime').text()),
link: $('div.title h1').text(), link: $('div.title h1').text(),
title: title, title: $('div.title>h1').html(),
description: $('div.Content').html(), description: $('div.Content').html(),
category: ['study', 'English'], category: ['study', 'English'],
}; };