Files
RSSHub/lib/v2/setn/radar.js
2023-08-15 03:12:12 +01:00

54 lines
1.7 KiB
JavaScript

module.exports = {
'setn.com': {
_name: '三立新聞網',
'.': [
{
title: '新聞',
docs: 'https://docs.rsshub.app/routes/traditional-media#san-li-xin-wen-wang-xin-wen',
source: ['/ViewAll.aspx', '/'],
target: '/setn',
},
],
star: [
{
title: '娛樂新聞',
docs: 'https://docs.rsshub.app/routes/traditional-media#san-li-xin-wen-wang-xin-wen',
source: ['/viewall', '/'],
target: '/setn/娛樂',
},
],
health: [
{
title: '健康新聞',
docs: 'https://docs.rsshub.app/routes/traditional-media#san-li-xin-wen-wang-xin-wen',
source: ['/viewall', '/'],
target: '/setn/健康',
},
],
travel: [
{
title: '旅遊新聞',
docs: 'https://docs.rsshub.app/routes/traditional-media#san-li-xin-wen-wang-xin-wen',
source: ['/viewall', '/'],
target: '/setn/旅遊',
},
],
fuhouse: [
{
title: '富房網新聞',
docs: 'https://docs.rsshub.app/routes/traditional-media#san-li-xin-wen-wang-xin-wen',
source: ['/viewall', '/'],
target: '/setn/富房網',
},
],
watch: [
{
title: '女孩新聞',
docs: 'https://docs.rsshub.app/routes/traditional-media#san-li-xin-wen-wang-xin-wen',
source: ['/viewall', '/'],
target: '/setn/女孩',
},
],
},
};