Files
RSSHub/lib/v2/coomer/radar.js
Ethan Shen c9e423b8f1 feat(route): add Coomer (#9610)
* feat(route): add Coomer

* fix typo
2022-04-25 08:56:03 +08:00

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',
},
],
},
};