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