Files
RSSHub/lib/v2/houxu/radar.js
Ethan Shen c9ccd6bb9f feat(route): add 后续 (#8470)
* feat(route): add 后续

* fix: set limit to 30

* fix typo
2022-02-02 03:28:30 +08:00

20 lines
557 B
JavaScript

module.exports = {
'houxu.app': {
_name: '后续',
'.': [
{
title: '分类',
docs: 'https://docs.rsshub.app/new-media.html#hou-xu-fen-lei',
source: ['/:category', '/'],
target: '/houxu/:category?',
},
{
title: 'Lives',
docs: 'https://docs.rsshub.app/new-media.html#hou-xu-lives',
source: ['/lives/:id', '/'],
target: '/houxu/lives/:id',
},
],
},
};