Files
RSSHub/lib/v2/anquanke/radar.js
水货 383ee72a6d fix: #10799 (#10800)
* fix: #10799

* refactor: migrate to v2
2022-09-16 19:20:54 +08:00

14 lines
406 B
JavaScript

module.exports = {
'anquanke.com': {
_name: '安全客',
'.': [
{
title: '分类订阅',
docs: 'https://docs.rsshub.app/programming.html#an-quan-ke',
source: ['/:category', '/'],
target: (params) => `/anquanke/${params.category === 'week-list' ? 'week' : params.category}`,
},
],
},
};