Files
RSSHub/lib/v2/crossbell/radar.js
2023-02-14 20:09:36 +00:00

25 lines
595 B
JavaScript

module.exports = {
'crossbell.io': {
_name: 'Crossbell',
'.': [
{
title: 'Notes',
docs: 'https://docs.rsshub.app/social-media.html#crossbell',
source: '/*',
target: '/notes',
},
],
},
'xlog.app': {
_name: 'xLog',
'.': [
{
title: 'Notes',
docs: 'https://docs.rsshub.app/social-media.html#crossbell',
source: '/*',
target: '/notes/source/xlog',
},
],
},
};