mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 19:59:54 +08:00
14 lines
376 B
JavaScript
14 lines
376 B
JavaScript
module.exports = {
|
|
'scmp.com': {
|
|
_name: 'South China Morning Post',
|
|
'.': [
|
|
{
|
|
title: 'News',
|
|
docs: 'https://docs.rsshub.app/routes/en/traditional-media#south-china-morning-post',
|
|
source: ['/rss/:category_id/feed'],
|
|
target: '/scmp/:category_id',
|
|
},
|
|
],
|
|
},
|
|
};
|