Files
RSSHub/lib/v2/subhd/radar.js
2021-11-27 08:54:09 +00:00

20 lines
576 B
JavaScript

module.exports = {
'subhd.tv': {
_name: 'Sub HD',
'.': [
{
title: '字幕',
docs: 'https://docs.rsshub.app/multimedia.html#subhd-zi-mu',
source: ['/sub/:category', '/'],
target: '/subhd/sub/:category?',
},
{
title: '字幕组',
docs: 'https://docs.rsshub.app/multimedia.html#subhd-zi-mu-zu',
source: ['/zu/:category', '/'],
target: '/subhd/zu/:category?',
},
],
},
};