Files
RSSHub/lib/v2/latepost/radar.js
Ethan Shen 2450ebe05d fix(route): 晚点LatePost (#8682)
* fix(route): 晚点LatePost

* fix: add limit

* fix: add radar
2022-02-02 04:13:29 +08:00

14 lines
388 B
JavaScript

module.exports = {
'latepost.com': {
_name: '晚点 Latepost',
'.': [
{
title: '报道',
docs: 'https://docs.rsshub.app/new-media.html#wan-dian-latepost-bao-dao',
source: '/',
target: (params, url) => `/latepost/${new URL(url).searchParams.get('proma')}`,
},
],
},
};