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