mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 20:27:52 +08:00
20 lines
582 B
JavaScript
20 lines
582 B
JavaScript
module.exports = {
|
|
'sciencedirect.com': {
|
|
_name: 'Elsevier',
|
|
www: [
|
|
{
|
|
title: 'latest',
|
|
docs: 'https://docs.rsshub.app/journal.html#Elsevier',
|
|
source: '/journal/:journal/*',
|
|
target: '/elsevier/:journal/latest',
|
|
},
|
|
{
|
|
title: 'volume',
|
|
docs: 'https://docs.rsshub.app/journal.html#Elsevier',
|
|
source: '/journal/:journal/vol/:id',
|
|
target: '/elsevier/:journal/vol/:id',
|
|
},
|
|
],
|
|
},
|
|
};
|