mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 23:00:48 +08:00
* change route 'weibo/user' to fit api could be opened with Share(third-party android weibo clent) * update weibo group route using cookies approach * fix typo * code optimization for /weibo/group; docs for /weibo/group * try fix ESLint error * fix typo and code optimization * fix missing ',' * '/weibo/group' throw error when the cookie is not set
10 lines
416 B
JavaScript
10 lines
416 B
JavaScript
module.exports = {
|
|
'/group/:gid/:gname?/:routeParams?': ['monologconnor'],
|
|
'/keyword/:keyword/:routeParams?': ['DIYgod'],
|
|
'/oasis/user/:userid': ['kt286'],
|
|
'/search/hot': ['xyqfer'],
|
|
'/super_index/:id/:type?/:routeParams?': ['zengxs'],
|
|
'/timeline/:uid/:feature?/:routeParams?': ['zytomorrow', 'DIYgod ', 'Rongronggg9'],
|
|
'/user/:uid/:routeParams?': ['DIYgod', 'iplusx', 'Rongronggg9'],
|
|
};
|