fix(route): RSSHub sponsors title and description (#9500)

This commit is contained in:
Tony 2022-04-08 11:31:55 +02:00 committed by GitHub
parent 8ec1046343
commit c49b558e3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ module.exports = async (ctx) => {
normal
.map((index, item) => {
item = $(item);
item.find('span').remove();
const title = item.text();
const link = item.attr('href') || 'https://docs.rsshub.app/';
return {