Files
RSSHub/lib/v2/weibo/maintainer.js
Junk_Chen 2bd8e4842a feat(route): 微博自定义分组(使用Cookie) (#12514)
* 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
2023-05-15 23:04:59 +08:00

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'],
};