Files
RSSHub/lib/v2/nltimes/radar.js
Hivol 8537de593a feat(route): add NL Times (#8127)
* feat(route): add NL Times

* refactor: migrate to v2

* fix: tryGet cache

Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
2022-02-24 01:37:09 +08:00

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