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

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')}`,
},
],
},
};