RSSHub/lib/v2/reuters/radar.js

20 lines
624 B
JavaScript

module.exports = {
'reuters.com': {
_name: '路透社',
'.': [
{
title: '分类/话题/作者',
docs: 'https://docs.rsshub.app/routes/traditional-media#lu-tou-she',
source: ['/:category/:topic?', '/'],
target: '/reuters/:category/:topic?',
},
{
title: '深度调查栏目',
docs: 'https://docs.rsshub.app/routes/traditional-media#lu-tou-she',
source: ['/investigates'],
target: '/reuters/inverstigates',
},
],
},
};