mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 17:48:15 +08:00
14 lines
374 B
JavaScript
14 lines
374 B
JavaScript
module.exports = {
|
|
'bad.news': {
|
|
_name: 'Bad.news',
|
|
'.': [
|
|
{
|
|
title: '通用',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#bad-news-tong-yong',
|
|
source: ['/'],
|
|
target: (params, url) => `/bad${new URL(url).href.match(/bad\.news(.*?)/)[1]}`,
|
|
},
|
|
],
|
|
},
|
|
};
|