RSSHub/lib/v2/soundofhope/radar.js

14 lines
361 B
JavaScript

module.exports = {
'soundofhope.org': {
_name: '希望之声',
'.': [
{
title: '频道',
docs: 'https://docs.rsshub.app/routes/traditional-media#xi-wang-zhi-sheng',
source: ['/:channel/:id'],
target: '/soundofhope/:channel/:id',
},
],
},
};