mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-15 01:30:33 +08:00
add youtube user and channel
This commit is contained in:
@@ -103,4 +103,8 @@ router.get('/twitter/user/:id', require('./routes/twitter/user'));
|
||||
// Instagram
|
||||
router.get('/instagram/user/:id', require('./routes/instagram/user'));
|
||||
|
||||
// Youtube
|
||||
router.get('/youtube/user/:username', require('./routes/youtube/user'));
|
||||
router.get('/youtube/channel/:id', require('./routes/youtube/channel'));
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user