mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-19 09:52:21 +08:00
fix: rsshub sponsors
This commit is contained in:
@@ -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 有新赞助商啦',
|
||||
|
||||
Reference in New Issue
Block a user