mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 05:36:08 +08:00
14 lines
365 B
JavaScript
14 lines
365 B
JavaScript
module.exports = {
|
|
'researchgate.net': {
|
|
_name: 'ResearchGate',
|
|
'.': [
|
|
{
|
|
title: 'Publications',
|
|
docs: 'https://docs.rsshub.app/study.html#researchgate',
|
|
source: ['/profile/:username'],
|
|
target: '/researchgate/publications/:username',
|
|
},
|
|
],
|
|
},
|
|
};
|