20 lines
552 B
JavaScript
20 lines
552 B
JavaScript
module.exports = {
|
|
'xiaoyuzhoufm.com': {
|
|
_name: '小宇宙',
|
|
'.': [
|
|
{
|
|
title: '发现',
|
|
docs: 'https://docs.rsshub.app/multimedia.html#xiao-yu-zhou',
|
|
source: ['/'],
|
|
target: '/xiaoyuzhou',
|
|
},
|
|
{
|
|
title: '播客',
|
|
docs: 'https://docs.rsshub.app/multimedia.html#xiao-yu-zhou',
|
|
source: ['/podcast/:id'],
|
|
target: '/xiaoyuzhou/podcast/:id',
|
|
},
|
|
],
|
|
},
|
|
};
|