mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 06:30:40 +08:00
fix: 51 voa single title (#4639)
This commit is contained in:
@@ -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'],
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user