mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 18:48:12 +08:00
14 lines
375 B
JavaScript
14 lines
375 B
JavaScript
module.exports = {
|
|
'aeaweb.org': {
|
|
_name: 'American Economic Association',
|
|
'.': [
|
|
{
|
|
title: 'Journal',
|
|
docs: 'https://docs.rsshub.app/routes/journal#american-economic-association-journal',
|
|
source: ['/journals/:id', '/'],
|
|
target: '/aeaweb/:id',
|
|
},
|
|
],
|
|
},
|
|
};
|