RSSHub/lib/v2/coomer/radar.js

20 lines
581 B
JavaScript

module.exports = {
'coomer.party': {
_name: 'Coomer',
'.': [
{
title: 'Artist',
docs: 'https://docs.rsshub.app/routes/multimedia#coomer-artist',
source: ['/onlyfans/user/:id', '/'],
target: '/coomer/artist/:id',
},
{
title: 'Recent Posts',
docs: 'https://docs.rsshub.app/routes/multimedia#coomer-recent-posts',
source: ['/posts', '/'],
target: '/coomer/posts',
},
],
},
};