mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 01:28:08 +08:00
12 lines
558 B
JavaScript
12 lines
558 B
JavaScript
module.exports = {
|
|
'/collection/:uid/:collectionId/:routeParams?': ['TonyRL'],
|
|
'/followings/:id/:routeParams?': ['DIYgod'],
|
|
'/keyword/:keyword/:routeParams?': ['DIYgod', 'yindaheng98', 'Rongronggg9'],
|
|
'/likes/:id/:routeParams?': ['xyqfer'],
|
|
'/list/:id/:name/:routeParams?': ['xyqfer'],
|
|
'/media/:id/:routeParams?': ['yindaheng98', 'Rongronggg9'],
|
|
'/trends/:woeid?': ['sakamossan'],
|
|
'/tweet/:id/status/:status/:original?': ['LarchLiu', 'Rongronggg9'],
|
|
'/user/:id/:routeParams?': ['DIYgod', 'yindaheng98', 'Rongronggg9'],
|
|
};
|