mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 02:58:08 +08:00
14 lines
362 B
JavaScript
14 lines
362 B
JavaScript
module.exports = {
|
|
'sciencedirect.com': {
|
|
_name: 'ScienceDirect',
|
|
'.': [
|
|
{
|
|
title: 'Journal',
|
|
docs: 'https://docs.rsshub.app/journal.html#sciencedirect-journal',
|
|
source: ['/journal/:id', '/'],
|
|
target: '/sciencedirect/journal/:id',
|
|
},
|
|
],
|
|
},
|
|
};
|