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

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