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