mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 14:40:23 +08:00
feat: add agefans.tv detail (#4291)
This commit is contained in:
@@ -2409,6 +2409,9 @@ router.get('/hubu/news/:type', require('./routes/universities/hubu/news'));
|
||||
// 大连海事大学
|
||||
router.get('/dlmu/news/:type', require('./routes/universities/dlmu/news'));
|
||||
|
||||
// AGE动漫
|
||||
router.get('/agefans/detail/:id', require('./routes/agefans/detail'));
|
||||
|
||||
// Checkra1n
|
||||
router.get('/checkra1n/releases', require('./routes/checkra1n/releases'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user