Files
RSSHub/lib/v2/ieee/maintainer.js
Hengyu be3515b01e feat(route): add IEEE xplore early access journal (#12230)
* feat(route): add IEEE xplore early access journal

* Update maintaner.js

* Update earlyaccess.js
---------
2023-04-05 20:44:29 +08:00

6 lines
229 B
JavaScript

module.exports = {
'/journal/:journal/:sortType?': ['Derekmini', 'auto-bot-ty'],
'/journal/:journal/recent/:sortType?': ['Derekmini', 'auto-bot-ty'],
'/journal/:journal/earlyaccess/:sortType?': ['5upernova-heng'],
};