mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 06:30:40 +08:00
14 lines
393 B
JavaScript
14 lines
393 B
JavaScript
module.exports = {
|
|
'stheadline.com': {
|
|
_name: '星島日報',
|
|
std: [
|
|
{
|
|
title: '即時',
|
|
docs: 'https://docs.rsshub.app/traditional-media.html#xing-dao-ri-bao',
|
|
source: ['/realtime/*category'],
|
|
target: (params) => `/stdheadline/std/realtime/${params.category}`,
|
|
},
|
|
],
|
|
},
|
|
};
|