RSSHub/lib/v2/utgd/radar.js

26 lines
792 B
JavaScript

module.exports = {
'utgd.net': {
_name: 'UNTAG',
'.': [
{
title: '时间线',
docs: 'https://docs.rsshub.app/routes/new-media#untag-shi-jian-xian',
source: ['/'],
target: '/utgd/timeline',
},
{
title: '分类',
docs: 'https://docs.rsshub.app/routes/new-media#untag-fen-lei',
source: ['/category/s/:category', '/'],
target: '/utgd/:category',
},
{
title: '专题',
docs: 'https://docs.rsshub.app/routes/new-media#untag-zhuan-ti',
source: ['/topic', '/'],
target: '/utgd/topic/:topic',
},
],
},
};