mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 17:48:15 +08:00
8 lines
203 B
JavaScript
8 lines
203 B
JavaScript
module.exports = {
|
|
'/ranking/:type': ['immmortal', 'luyuhuang'],
|
|
'/tag/:name': ['Fatpandac'],
|
|
'/tw/feeds/:category': ['miles170'],
|
|
'/zt/:id': ['nczitzk'],
|
|
'/:caty': ['luyuhuang'],
|
|
};
|