Files
RSSHub/lib/v2/lkong/radar.js
Ethan Shen 2949bb4f21 fix(route): 龙空 (#9096)
* fix(route): 龙空

* fix: throw login required error
2022-02-14 21:25:43 +08:00

20 lines
563 B
JavaScript

module.exports = {
'lkong.com': {
_name: '龙空',
'.': [
{
title: '分区',
docs: 'https://docs.rsshub.app/bbs.html#long-kong-fen-qu',
source: ['/forum/:id', '/'],
target: '/lkong/forum/:id?/:digest?',
},
{
title: '帖子',
docs: 'https://docs.rsshub.app/bbs.html#long-kong-tie-zi',
source: ['/thread/:id', '/'],
target: '/lkong/thread/:id',
},
],
},
};