RSSHub/lib/v2/diandong/radar.js

20 lines
557 B
JavaScript

module.exports = {
'diandong.com': {
_name: '电动邦',
'.': [
{
title: '资讯',
docs: 'https://docs.rsshub.app/routes/new-media#dong-qiu-di',
source: ['/news'],
target: '/diandong/news/:cate',
},
{
title: '电动号',
docs: 'https://docs.rsshub.app/routes/new-media#dong-qiu-di',
source: ['/news/ddh'],
target: '/diandong/ddh/:cate',
},
],
},
};