Files
RSSHub/lib/v2/nhk/radar.js
2022-06-08 02:57:08 +08:00

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',
},
],
},
};