Files
RSSHub/lib/v2/hket/radar.js
2021-11-27 08:09:19 +00:00

46 lines
1.4 KiB
JavaScript

module.exports = {
'hket.com': {
_name: '香港经济日报',
china: [
{
title: '新闻',
docs: 'https://docs.rsshub.app/traditional-media.html#xiang-gang-jing-ji-ri-bao',
source: ['/:category/*'],
target: '/hket/:category',
},
],
inews: [
{
title: '新闻',
docs: 'https://docs.rsshub.app/traditional-media.html#xiang-gang-jing-ji-ri-bao',
source: ['/:category/*'],
target: '/hket/:category',
},
],
topick: [
{
title: '新闻',
docs: 'https://docs.rsshub.app/traditional-media.html#xiang-gang-jing-ji-ri-bao',
source: ['/:category/*'],
target: '/hket/:category',
},
],
wealth: [
{
title: '新闻',
docs: 'https://docs.rsshub.app/traditional-media.html#xiang-gang-jing-ji-ri-bao',
source: ['/:category/*'],
target: '/hket/:category',
},
],
www: [
{
title: '新闻',
docs: 'https://docs.rsshub.app/traditional-media.html#xiang-gang-jing-ji-ri-bao',
source: ['/'],
target: '/hket',
},
],
},
};