mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-19 06:38:55 +08:00
fix njupt posts with url redirections (#8961)
* fix njupt posts with url redirections skip posts that are redirected to error pages due to access control * fix: migrate to v2 * fix: pubDate depreciated url.resolve Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
This commit is contained in:
@@ -607,9 +607,6 @@ router.get('/ustc/job/:category?', lazyloadRouteHandler('./routes/universities/u
|
||||
// UTdallas ISSO
|
||||
router.get('/utdallas/isso', lazyloadRouteHandler('./routes/universities/utdallas/isso'));
|
||||
|
||||
// 南京邮电大学
|
||||
router.get('/njupt/jwc/:type?', lazyloadRouteHandler('./routes/universities/njupt/jwc'));
|
||||
|
||||
// 南昌航空大学
|
||||
router.get('/nchu/jwc/:type?', lazyloadRouteHandler('./routes/universities/nchu/jwc'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user