mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-12 08:10:32 +08:00
feat: add 企鹅号 (#2959)
This commit is contained in:
@@ -1682,4 +1682,7 @@ router.get('/sohu/mp/:id', require('./routes/sohu/mp'));
|
||||
// 厚墨书源索引
|
||||
router.get('/houmo/:code?', require('./routes/houmo/booksource'));
|
||||
|
||||
// 腾讯企鹅号
|
||||
router.get('/tencent/news/author/:mid', require('./routes/tencent/news/author'));
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user