mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 01:28:08 +08:00
14 lines
340 B
JavaScript
Executable File
14 lines
340 B
JavaScript
Executable File
module.exports = {
|
|
'springer.com': {
|
|
_name: 'Springer',
|
|
www: [
|
|
{
|
|
title: 'latest',
|
|
docs: 'https://docs.rsshub.app/routes/journal#Springer',
|
|
source: '/journal/:journal/*',
|
|
target: '/springer/journal/:journal',
|
|
},
|
|
],
|
|
},
|
|
};
|