RSSHub/lib/v2/mingpao/radar.js

37 lines
1.1 KiB
JavaScript

module.exports = {
'mingpao.com': {
_name: '明报',
'.': [
{
title: '即时新闻',
docs: 'https://docs.rsshub.app/traditional-media.html#ming-bao',
source: ['/'],
target: '/mingpao/ins/:type?',
},
{
title: '每日明报',
docs: 'https://docs.rsshub.app/traditional-media.html#ming-bao',
source: ['/'],
target: '/mingpao/pns/:type?',
},
],
},
'mpfinance.com': {
_name: '明报',
'.': [
{
title: '即时新闻',
docs: 'https://docs.rsshub.app/traditional-media.html#ming-bao',
source: ['/'],
target: '/mingpao/ins/:type?',
},
{
title: '每日明报',
docs: 'https://docs.rsshub.app/traditional-media.html#ming-bao',
source: ['/'],
target: '/mingpao/pns/:type?',
},
],
},
};