feat: add nfmovies (#2969)

]
This commit is contained in:
AngUOI
2019-09-01 12:39:35 +08:00
committed by DIYgod
parent 8094a0bd1b
commit c3c53478de
5 changed files with 142 additions and 1 deletions

View File

@@ -1685,4 +1685,10 @@ router.get('/houmo/:code?', require('./routes/houmo/booksource'));
// 腾讯企鹅号
router.get('/tencent/news/author/:mid', require('./routes/tencent/news/author'));
// 奈菲影视
router.get('/nfmovies/:id?', require('./routes/nfmovies/index'));
// 书友社区
router.get('/andyt/:view?', require('./routes/andyt/index'));
module.exports = router;