mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 02:28:23 +08:00
14 lines
390 B
JavaScript
14 lines
390 B
JavaScript
module.exports = {
|
|
'latepost.com': {
|
|
_name: '晚点 Latepost',
|
|
'.': [
|
|
{
|
|
title: '报道',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#wan-dian-latepost-bao-dao',
|
|
source: '/',
|
|
target: (params, url) => `/latepost/${new URL(url).searchParams.get('proma')}`,
|
|
},
|
|
],
|
|
},
|
|
};
|