mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 04:11:26 +08:00
20 lines
576 B
JavaScript
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?',
|
|
},
|
|
],
|
|
},
|
|
};
|