mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-15 10:15:23 +08:00
National Geographic RSS support (#389)
* National Geographic RSS * fix format warning * docs * full text by default && correct docs * format fix ci check * correct docs
This commit is contained in:
@@ -342,6 +342,9 @@ router.get('/pku/eecs/:type?', require('./routes/pku/eecs'));
|
||||
// 机核
|
||||
router.get('/gcores/category/:category', require('./routes/gcores/category'));
|
||||
|
||||
// 国家地理 National Geographic
|
||||
router.get('/natgeo/:cat/:type?', require('./routes/natgeo/natgeo'));
|
||||
|
||||
// 一个
|
||||
router.get('/one', require('./routes/one/index'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user