mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-13 08:39:38 +08:00
* feat(route): add KBS news * fix docs * refactor: migrate to v2 Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
20 lines
488 B
JavaScript
20 lines
488 B
JavaScript
module.exports = {
|
|
'kbs.co.kr': {
|
|
_name: 'KBS',
|
|
world: [
|
|
{
|
|
title: 'News',
|
|
docs: 'https://docs.rsshub.app/new-media.html#kbs',
|
|
source: '/',
|
|
target: '/kbs/news',
|
|
},
|
|
{
|
|
title: 'Today',
|
|
docs: 'https://docs.rsshub.app/new-media.html#kbs',
|
|
source: '/',
|
|
target: '/kbs/today',
|
|
},
|
|
],
|
|
},
|
|
};
|