mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 10:38:03 +08:00
14 lines
395 B
JavaScript
14 lines
395 B
JavaScript
module.exports = {
|
|
'greasyfork.org': {
|
|
_name: 'Greasy Fork',
|
|
'.': [
|
|
{
|
|
title: 'User scripts',
|
|
docs: 'https://docs.rsshub.app/program-update.html#greasy-fork',
|
|
source: ['/:language', '/:language/scripts/by-site/:domain?'],
|
|
target: '/greasyfork/:language/:domain?',
|
|
},
|
|
],
|
|
},
|
|
};
|