mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-12 08:10:32 +08:00
fix: wemp link (#2583)
This commit is contained in:
@@ -46,9 +46,7 @@ module.exports = async (ctx) => {
|
||||
.find('.post-item__title')
|
||||
.text()
|
||||
.trim(),
|
||||
link: article('.post__orilink')
|
||||
.last()
|
||||
.attr('href'),
|
||||
link,
|
||||
description: article('#content').html(),
|
||||
pubDate,
|
||||
author,
|
||||
|
||||
Reference in New Issue
Block a user