mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 04:11:26 +08:00
14 lines
328 B
JavaScript
14 lines
328 B
JavaScript
module.exports = {
|
|
'line.me': {
|
|
_name: 'LINE Today',
|
|
'.': [
|
|
{
|
|
title: 'LINE Today',
|
|
docs: 'https://docs.rsshub.app/new-media.html#line-today',
|
|
source: ['/'],
|
|
target: '/line/today/:edition?/:tab?',
|
|
},
|
|
],
|
|
},
|
|
};
|