fix(route): RSSHub sponsors title and description (#9500)
This commit is contained in:
parent
8ec1046343
commit
c49b558e3e
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue