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

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?',
},
],
},
};