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