mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 04:11:26 +08:00
20 lines
584 B
JavaScript
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',
|
|
},
|
|
],
|
|
},
|
|
};
|