RSSHub/lib/v2/uchicago/radar.js

14 lines
455 B
JavaScript

module.exports = {
'journals.uchicago.edu': {
_name: 'The University of Chicago Press: Journals',
'.': [
{
title: 'Current Issue',
docs: 'https://docs.rsshub.app/routes/journal#the-university-of-chicago-press-journals',
source: ['/toc/:journal/current', '/journal/:journal'],
target: '/uchicago/journals/current/:journal',
},
],
},
};