Files
RSSHub/lib/v2/zaker/radar.js
2022-01-22 20:24:12 +00:00

20 lines
523 B
JavaScript

module.exports = {
'myzaker.com': {
_name: 'ZAKER',
'.': [
{
title: '分类',
docs: 'https://docs.rsshub.app/new-media.html#zaker',
source: ['/:type/:id'],
target: '/zaker/:type/:id',
},
{
title: '精读',
docs: 'https://docs.rsshub.app/new-media.html#zaker',
source: ['/'],
target: '/zaker/focusread',
},
],
},
};