mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 01:28:08 +08:00
20 lines
559 B
JavaScript
20 lines
559 B
JavaScript
module.exports = {
|
|
'aeon.co': {
|
|
_name: 'AEON',
|
|
aeon: [
|
|
{
|
|
title: 'Types (Essays, Videos, or Audio)',
|
|
docs: 'https://docs.rsshub.app/routes/new-media##aeon',
|
|
source: ['/:type'],
|
|
target: '/aeon/:type',
|
|
},
|
|
{
|
|
title: 'Category',
|
|
docs: 'https://docs.rsshub.app/routes/new-media##aeon',
|
|
source: ['/:category'],
|
|
target: '/aeon/category/:category',
|
|
},
|
|
],
|
|
},
|
|
};
|