mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-15 01:30:33 +08:00
NHK News Web Easy Support (#824)
* 🐛 修复了知乎热榜时间错误的bug * ✨ 知乎热榜添加作者信息 * 🐛 使用更加合理的 guid * ✨ NHK News Web Easy Support
This commit is contained in:
@@ -598,6 +598,9 @@ router.get('/dytt/index', require('./routes/dytt/index'));
|
||||
// 趣头条
|
||||
router.get('/qutoutiao/category/:cid', require('./routes/qutoutiao/category'));
|
||||
|
||||
// NHK NEW WEB EASY
|
||||
router.get('/nhk/news_web_easy', require('./routes/nhk/news_web_easy'));
|
||||
|
||||
// BBC
|
||||
router.get('/bbc/:channel?', require('./routes/bbc/index'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user