Files
RSSHub/lib/v2/aijishu/radar.js
Felix Hsu 12c639d038 feat(route): add aijishu route 极术社区 (#11967)
* channel ok

* index ok

* code complete

* add docs for aijishu

* fix deepscan

* 1. use friendly url 2. remove duplicated leading slash in api url

* fix docs and radar
2023-02-28 02:19:30 +08:00

26 lines
791 B
JavaScript

module.exports = {
aijishu: {
_name: '极术社区',
www: [
{
title: '频道',
docs: 'https://docs.rsshub.app/programming.html#ji-shu-she-qu',
source: ['/channel/:name'],
target: '/aijishu/channel/:name',
},
{
title: '用户',
docs: 'https://docs.rsshub.app/programming.html#ji-shu-she-qu',
source: ['/u/:name'],
target: '/aijishu/u/:name',
},
{
title: '专栏',
docs: 'https://docs.rsshub.app/programming.html#ji-shu-she-qu',
source: ['/blog/:name'],
target: '/aijishu/blog/:name',
},
],
},
};