fix: rsshub sponsors
This commit is contained in:
parent
aa358b3054
commit
59e32f8092
|
|
@ -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 有新赞助商啦',
|
||||
|
|
|
|||
Loading…
Reference in New Issue