Files
RSSHub/lib/v2/researchgate/radar.js
2022-12-10 01:41:37 +08:00

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