mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-11 07:40:26 +08:00
20 lines
577 B
JavaScript
20 lines
577 B
JavaScript
module.exports = {
|
|
'coomer.party': {
|
|
_name: 'Coomer',
|
|
'.': [
|
|
{
|
|
title: 'Artist',
|
|
docs: 'https://docs.rsshub.app/multimedia.html#coomer-artist',
|
|
source: ['/onlyfans/user/:id', '/'],
|
|
target: '/coomer/artist/:id',
|
|
},
|
|
{
|
|
title: 'Recent Posts',
|
|
docs: 'https://docs.rsshub.app/multimedia.html#coomer-recent-posts',
|
|
source: ['/posts', '/'],
|
|
target: '/coomer/posts',
|
|
},
|
|
],
|
|
},
|
|
};
|