mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 06:30:40 +08:00
feat: Add Umass Amherst CICS/news and ECE/news (#4740)
This commit is contained in:
@@ -2665,6 +2665,10 @@ router.get('/qingting/channel/:id', require('./routes/qingting/channel'));
|
||||
// 金色财经
|
||||
router.get('/jinse/lives', require('./routes/jinse/lives'));
|
||||
|
||||
// University of Massachusetts Amherst
|
||||
router.get('/umass/amherst/ecenews', require('./routes/umass/amherst/ecenews'));
|
||||
router.get('/umass/amherst/csnews', require('./routes/umass/amherst/csnews'));
|
||||
|
||||
// 飘花电影网
|
||||
router.get('/piaohua/hot', require('./routes/piaohua/hot'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user