mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 14:07:54 +08:00
* feat(route): add NL Times * refactor: migrate to v2 * fix: tryGet cache Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
20 lines
561 B
JavaScript
20 lines
561 B
JavaScript
module.exports = {
|
|
'nltimes.nl': {
|
|
_name: 'NL Times',
|
|
'.': [
|
|
{
|
|
title: 'News',
|
|
docs: 'https://docs.rsshub.app/new-media.html#nl-times',
|
|
source: '/categories/:category',
|
|
target: '/nltimes/news/:category',
|
|
},
|
|
{
|
|
title: 'News',
|
|
docs: 'https://docs.rsshub.app/new-media.html#nl-times',
|
|
source: '/top-stories',
|
|
target: '/nltimes/news/top-stories',
|
|
},
|
|
],
|
|
},
|
|
};
|