mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 02:28:23 +08:00
14 lines
395 B
JavaScript
14 lines
395 B
JavaScript
module.exports = {
|
|
'fosshub.com': {
|
|
_name: 'FossHub',
|
|
'.': [
|
|
{
|
|
title: 'Software Update',
|
|
docs: 'https://docs.rsshub.app/routes/program-update#fosshub-software-update',
|
|
source: ['/'],
|
|
target: (params, url) => `/fosshub/${new URL(url).match(/\/(.*?)\.html$/)[1]}`,
|
|
},
|
|
],
|
|
},
|
|
};
|