fix: rsshub sponsors

This commit is contained in:
DIYgod 2020-07-07 16:36:54 +08:00
parent aa358b3054
commit 59e32f8092
No known key found for this signature in database
GPG Key ID: D159328F47A80DCA
1 changed files with 2 additions and 2 deletions

View File

@ -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 有新赞助商啦',