mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 15:21:59 +08:00
14 lines
340 B
JavaScript
14 lines
340 B
JavaScript
module.exports = {
|
|
'biodiscover.com': {
|
|
_name: '生物探索',
|
|
www: [
|
|
{
|
|
title: '频道',
|
|
docs: 'https://docs.rsshub.app/new-media.html#sheng-wu-tan-suo',
|
|
source: '/:channel',
|
|
target: '/biodiscover/:channel',
|
|
},
|
|
],
|
|
},
|
|
};
|