mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-11 07:40:26 +08:00
14 lines
316 B
JavaScript
14 lines
316 B
JavaScript
module.exports = {
|
|
'btbtt20.com': {
|
|
_name: 'BT之家',
|
|
'.': [
|
|
{
|
|
title: '分类',
|
|
docs: 'https://docs.rsshub.app/multimedia.html#bt-zhi-jia',
|
|
source: ['/'],
|
|
target: '/btzj/:category?',
|
|
},
|
|
],
|
|
},
|
|
};
|