From c49b558e3e19d8e52d95193b2a5ccf7a59ff9d3b Mon Sep 17 00:00:00 2001 From: Tony Date: Fri, 8 Apr 2022 11:31:55 +0200 Subject: [PATCH] fix(route): RSSHub sponsors title and description (#9500) --- lib/v2/rsshub/sponsors.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/v2/rsshub/sponsors.js b/lib/v2/rsshub/sponsors.js index 8a69774fa..c42197af4 100644 --- a/lib/v2/rsshub/sponsors.js +++ b/lib/v2/rsshub/sponsors.js @@ -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 {