diff --git a/lib/v2/rsshub/sponsors.js b/lib/v2/rsshub/sponsors.js index 8a69774fabc5e3..c42197af4a127a 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 {