Files
RSSHub/lib/v2/line/radar.js
2023-08-15 03:12:12 +01:00

20 lines
584 B
JavaScript

module.exports = {
'line.me': {
_name: 'LINE',
'.': [
{
title: 'Today',
docs: 'https://docs.rsshub.app/routes/new-media#line-today',
source: ['/'],
target: '/line/today/:edition?/:tab?',
},
{
title: 'Today - 频道',
docs: 'https://docs.rsshub.app/routes/new-media#line-today',
source: ['/:edition/v2/publisher/:id'],
target: '/line/today/:edition/publisher/:id',
},
],
},
};