RSSHub/lib/v2/houxu/radar.js

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