RSSHub/lib/v2/agora0/radar.js

25 lines
628 B
JavaScript

module.exports = {
'github.io': {
_name: 'GitHub',
agorahub: [
{
title: '共和報',
docs: 'https://docs.rsshub.app/routes/new-media#ag0ra',
source: ['/pen0'],
target: '/agora0/pen0',
},
],
},
'gitlab.io': {
_name: 'GitLab',
agora0: [
{
title: '零博客',
docs: 'https://docs.rsshub.app/routes/new-media#ag0ra',
source: ['/blog/:category', '/'],
target: '/agora0/:category',
},
],
},
};