RSSHub/lib/v2/changba/radar.js

14 lines
325 B
JavaScript

module.exports = {
'changba.com': {
_name: '唱吧',
'.': [
{
title: '用户',
docs: 'https://docs.rsshub.app/routes/social-media#chang-ba',
source: ['/s/:userid'],
target: `/changba/:userid`,
},
],
},
};