Files
RSSHub/lib/v2/topys/radar.js
2022-01-22 20:17:54 +00:00

14 lines
340 B
JavaScript

module.exports = {
'topys.cn': {
_name: 'TOPYS',
'.': [
{
title: '关键字',
docs: 'https://docs.rsshub.app/new-media.html#topys-guan-jian-zi',
source: ['/search/:keyword', '/'],
target: '/topys/:keyword?',
},
],
},
};