From 59e32f80924e8cc8fbef3f52ebe71f1cd3fa41fd Mon Sep 17 00:00:00 2001 From: DIYgod Date: Tue, 7 Jul 2020 16:36:54 +0800 Subject: [PATCH] fix: rsshub sponsors --- lib/routes/rsshub/sponsors.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/routes/rsshub/sponsors.js b/lib/routes/rsshub/sponsors.js index f44beb85b..8a69774fa 100644 --- a/lib/routes/rsshub/sponsors.js +++ b/lib/routes/rsshub/sponsors.js @@ -10,8 +10,8 @@ module.exports = async (ctx) => { const data = response.data; const $ = cheerio.load(data); - const special = $('#special-sponsors').next('p').find('a'); - const normal = $('#sponsors').next('p').find('a'); + const special = $('#ming-xie-special-sponsors').next('p').find('a'); + const normal = $('#ming-xie-sponsors').next('p').find('a'); ctx.state.data = { title: 'RSSHub 有新赞助商啦',