Files
RSSHub/lib/v2/juejin/maintainer.js
CancerGary 950bfa61ed feat(route): add juejin news (#7969)
* feat(route): add juejin news

* feat(route): add juejin news

* fix(route): juejin news pubDate

* fix: fix utility

* refactor: migrate to v2

* fix: typo

Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
2022-05-20 01:55:18 +08:00

14 lines
417 B
JavaScript

module.exports = {
'/books': ['xyqfer'],
'/category/:category': ['DIYgod'],
'/collection/:collectionId': ['isQ'],
'/collections/:userId': ['isQ'],
'/column/:id': ['xiangzy1'],
'/news/:id': ['CancerGary'],
'/pins/:type?': ['xyqfer', 'laampui'],
'/posts/:id': ['Maecenas'],
'/shares/:userId': ['qiwihui'],
'/tag/:tag': ['isheng5'],
'/trending/:category/:type': ['moaix'],
};