mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 09:38:04 +08:00
14 lines
334 B
JavaScript
14 lines
334 B
JavaScript
module.exports = {
|
|
'curiouscat.live': {
|
|
_name: 'CuriousCat',
|
|
'.': [
|
|
{
|
|
title: 'User',
|
|
docs: 'https://docs.rsshub.app/routes/en/social-media#curiouscat',
|
|
source: ['/:id'],
|
|
target: '/curiouscat/user/:id',
|
|
},
|
|
],
|
|
},
|
|
};
|