RSSHub/lib/v2/dlnews/radar.js

20 lines
544 B
JavaScript

module.exports = {
'dlnews.com': {
_name: 'DL NEWS',
'.': [
{
title: 'All Articles',
docs: 'https://docs.rsshub.app/routes/finance#dl-news',
source: ['/articles/'],
target: '/dlnews/',
},
{
title: 'Topic',
docs: 'https://docs.rsshub.app/routes/finance#dl-news',
source: ['/articles/:category'],
target: '/dlnews/:category',
},
],
},
};