mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-24 23:12:34 +08:00
fix: agefans title typo and link double slash (#4323)
This commit is contained in:
@@ -15,13 +15,13 @@ module.exports = async (ctx) => {
|
||||
.map((idx, item) => ({
|
||||
title: $(item).text(),
|
||||
description: $(item).text(),
|
||||
link: `https://www.agefans.tv/${$(item).attr('href')}`,
|
||||
link: `https://www.agefans.tv${$(item).attr('href')}`,
|
||||
}))
|
||||
.get();
|
||||
items.reverse();
|
||||
|
||||
ctx.state.data = {
|
||||
title: `ACG动漫 - ${$('.detail_imform_name').text()}`,
|
||||
title: `AGE动漫 - ${$('.detail_imform_name').text()}`,
|
||||
link: `https://www.agefans.tv/detail/${ctx.params.id}`,
|
||||
description: $('.detail_imform_desc_pre').text(),
|
||||
item: items,
|
||||
|
||||
Reference in New Issue
Block a user