feat: add eastday shanghai channel (#2363)

* feat: add eastday shanghai channel

* fix: revert change in readme file
This commit is contained in:
Jin
2019-06-10 19:27:36 +08:00
committed by DIYgod
parent a002648819
commit 490fc8056b
3 changed files with 68 additions and 0 deletions

View File

@@ -1395,4 +1395,7 @@ router.get('/005tv/zx/latest', require('./routes/005tv/zx'));
// Polimi News
router.get('/polimi/news/:language?', require('./routes/polimi/news'));
// 东方网-上海
router.get('/eastday/sh', require('./routes/eastday/sh'));
module.exports = router;