RSSHub/lib/v2/gettr/radar.js

14 lines
326 B
JavaScript

module.exports = {
'gettr.com': {
_name: 'GETTR',
'.': [
{
title: '个人时间线',
docs: 'https://docs.rsshub.app/routes/social-media#gettr',
source: ['/user/:id'],
target: '/gettr/user/:id',
},
],
},
};