mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-11 07:40:26 +08:00
20 lines
616 B
JavaScript
20 lines
616 B
JavaScript
module.exports = {
|
|
'nhk.or.jp': {
|
|
_name: 'NHK',
|
|
www3: [
|
|
{
|
|
title: 'News Web Easy',
|
|
docs: 'https://docs.rsshub.app/traditional-media.html#nhk',
|
|
source: ['/news/easy/', '/'],
|
|
target: '/nhk/news_web_easy',
|
|
},
|
|
{
|
|
title: 'WORLD-JAPAN - 新闻提要',
|
|
docs: 'https://docs.rsshub.app/traditional-media.html#nhk',
|
|
source: ['/nhkworld/:lang/news/list/', '/nhkworld/:lang/news/'],
|
|
target: '/nhk/news/:lang',
|
|
},
|
|
],
|
|
},
|
|
};
|