module.exports = { 'threads.net': { _name: 'Threads', '.': [ { title: 'User timeline', docs: 'https://docs.rsshub.app/routes/en/social-media#threads', source: ['/:user'], target: (params) => `/threads/${params.user.substring(1)}`, }, ], }, };