mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 18:18:06 +08:00
14 lines
339 B
JavaScript
14 lines
339 B
JavaScript
module.exports = {
|
|
'kemono.party': {
|
|
_name: 'Kemono',
|
|
'.': [
|
|
{
|
|
title: 'Posts',
|
|
docs: 'https://docs.rsshub.app/routes/anime#kemono-posts',
|
|
source: ['/:source/user/:id', '/'],
|
|
target: '/kemono/:source?/:id?',
|
|
},
|
|
],
|
|
},
|
|
};
|