RSSHub/lib/v2/1point3acres/maintainer.js

10 lines
353 B
JavaScript

module.exports = {
'/blog/:category?': ['nczitzk'],
'/category/:id?/:type?/:order?': ['nczitzk'],
'/offer/:year?/:major?/:school?': ['EthanWng97'],
'/post/:type?/:order?': ['EthanWng97', 'DIYgod', 'nczitzk'],
'/section/:id?/:type?/:order?': ['nczitzk'],
'/user/:id/posts': ['Maecenas'],
'/user/:id/threads': ['Maecenas'],
};