mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-14 17:19:37 +08:00
feat(route): add fashion network news (#7602)
Co-authored-by: DIYgod <diy.d.god@gmail.com>
This commit is contained in:
@@ -4220,4 +4220,7 @@ router.get('/rss3/blog', require('./routes/rss3/blog'));
|
||||
// 星球日报
|
||||
router.get('/odaily/activity', require('./routes/odaily/activity'));
|
||||
|
||||
// Fashion Network
|
||||
router.get('/fashionnetwork/news/:sectors?/:categories?/:language?', require('./routes/fashionnetwork/news.js'));
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user