mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 09:38:04 +08:00
14 lines
401 B
JavaScript
14 lines
401 B
JavaScript
module.exports = {
|
|
'neatdownloadmanager.com': {
|
|
_name: 'Neat Download Manager',
|
|
'.': [
|
|
{
|
|
title: 'Download',
|
|
docs: 'https://docs.rsshub.app/routes/program-update#neat-download-manager-download',
|
|
source: ['/index.php', '/'],
|
|
target: '/neatdownloadmanager/download/:os?',
|
|
},
|
|
],
|
|
},
|
|
};
|