mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-11 15:47:48 +08:00
14 lines
428 B
JavaScript
14 lines
428 B
JavaScript
module.exports = {
|
|
'oo-software.com': {
|
|
_name: 'O&O Software',
|
|
'.': [
|
|
{
|
|
title: 'Changelog',
|
|
docs: 'https://docs.rsshub.app/program-update.html#oo-software-changelog',
|
|
source: ['/en/changelog'],
|
|
target: (params, url) => `/oo-software/changelog/${new URL(url).match(/\/en\/(.*?)\/changelog/)[1]}`,
|
|
},
|
|
],
|
|
},
|
|
};
|