Skip to content

Commit

Permalink
feat: remove notOperational routes - live
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Dec 19, 2023
1 parent a63c86a commit 1c057d9
Show file tree
Hide file tree
Showing 21 changed files with 0 additions and 430 deletions.
12 changes: 0 additions & 12 deletions lib/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ router.get('/infzm/:id', lazyloadRouteHandler('./routes/infzm/news'));
// 虎牙
router.get('/huya/live/:id', lazyloadRouteHandler('./routes/huya/live'));

// SHOWROOM直播
router.get('/showroom/room/:id', lazyloadRouteHandler('./routes/showroom/room'));

// v2ex
// router.get('/v2ex/topics/:type', lazyloadRouteHandler('./routes/v2ex/topics'));
// router.get('/v2ex/post/:postid', lazyloadRouteHandler('./routes/v2ex/post'));
Expand Down Expand Up @@ -1100,9 +1097,6 @@ router.get('/watchface/:watch_type?/:list_type?', lazyloadRouteHandler('./routes
router.get('/cnu/selected', lazyloadRouteHandler('./routes/cnu/selected'));
router.get('/cnu/discovery/:type?/:category?', lazyloadRouteHandler('./routes/cnu/discovery'));

// 战旗直播
router.get('/zhanqi/room/:id', lazyloadRouteHandler('./routes/zhanqi/room'));

// 酒云网
router.get('/wineyun/:category', lazyloadRouteHandler('./routes/wineyun'));

Expand Down Expand Up @@ -1585,9 +1579,6 @@ router.get('/porn-images-xxx/:type?/:name?', lazyloadRouteHandler('./routes/hent
// dcinside
router.get('/dcinside/board/:id', lazyloadRouteHandler('./routes/dcinside/board'));

// 企鹅电竞
router.get('/egameqq/room/:id', lazyloadRouteHandler('./routes/tencent/egame/room'));

// 荔枝FM
router.get('/lizhi/user/:id', lazyloadRouteHandler('./routes/lizhi/user'));

Expand Down Expand Up @@ -1654,9 +1645,6 @@ router.get('/socialbeta/home', lazyloadRouteHandler('./routes/socialbeta/home'))
// 东方我乐多丛志
router.get('/touhougarakuta/:language/:type', lazyloadRouteHandler('./routes/touhougarakuta'));

// 猎趣TV
router.get('/liequtv/room/:id', lazyloadRouteHandler('./routes/liequtv/room'));

// 北京物资学院
router.get('/bwu/news', lazyloadRouteHandler('./routes/universities/bwu/news'));

Expand Down
36 changes: 0 additions & 36 deletions lib/routes/liequtv/room.js

This file was deleted.

31 changes: 0 additions & 31 deletions lib/routes/showroom/room.js

This file was deleted.

52 changes: 0 additions & 52 deletions lib/routes/tencent/egame/room.js

This file was deleted.

37 changes: 0 additions & 37 deletions lib/routes/zhanqi/room.js

This file was deleted.

36 changes: 0 additions & 36 deletions lib/v2/qq/live.js

This file was deleted.

1 change: 0 additions & 1 deletion lib/v2/qq/maintainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ module.exports = {
'/fact': ['hoilc'],
'/kg/:userId': ['zhangxiang012'],
'/kg/reply/:playId': ['zhangxiang012'],
'/live/:id': ['nczitzk'],
};
8 changes: 0 additions & 8 deletions lib/v2/qq/radar.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ module.exports = {
target: '/qq/ac/comic/:id',
},
],
live: [
{
title: '企鹅直播',
docs: 'https://docs.rsshub.app/routes/live#qi-e-zhi-bo-zhi-bo-jian-ti-xing',
source: ['/:id', '/'],
target: '/qq/live/:id',
},
],
'node.kg': [
{
title: '用户作品列表 - 全民 K 歌',
Expand Down
1 change: 0 additions & 1 deletion lib/v2/qq/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ module.exports = function (router) {
router.get('/fact', require('./fact'));
router.get('/kg/:userId', require('./kg/user'));
router.get('/kg/reply/:playId', require('./kg/reply'));
router.get('/live/:id', require('./live'));
};
12 changes: 0 additions & 12 deletions lib/v2/tencent/radar.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
module.exports = {
'qq.com': {
_name: '腾讯',
egame: [
{
title: '企鹅电竞直播间',
docs: 'https://docs.rsshub.app/routes/live#qi-e-dian-jing-zhi-bo-jian-kai-bo',
source: '/:id',
target: (params) => {
if (params.id.match(/^\d+$/)) {
return '/egameqq/room/:id';
}
},
},
],
'mp.weixin': [
{
title: '微信公众号栏目',
Expand Down
71 changes: 0 additions & 71 deletions lib/v2/vlive/index.js

This file was deleted.

3 changes: 0 additions & 3 deletions lib/v2/vlive/maintainer.js

This file was deleted.

13 changes: 0 additions & 13 deletions lib/v2/vlive/radar.js

This file was deleted.

3 changes: 0 additions & 3 deletions lib/v2/vlive/router.js

This file was deleted.

8 changes: 0 additions & 8 deletions lib/v2/vlive/templates/post.art

This file was deleted.

3 changes: 0 additions & 3 deletions lib/v2/vlive/templates/video.art

This file was deleted.

Loading

0 comments on commit 1c057d9

Please sign in to comment.