mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 13:08:14 +08:00
14 lines
338 B
JavaScript
14 lines
338 B
JavaScript
module.exports = {
|
|
'qq.com': {
|
|
_name: '腾讯网',
|
|
live: [
|
|
{
|
|
title: '企鹅直播',
|
|
docs: 'https://docs.rsshub.app/live.html#qi-e-zhi-bo-zhi-bo-jian-ti-xing',
|
|
source: ['/:id', '/'],
|
|
target: '/qq/live/:id',
|
|
},
|
|
],
|
|
},
|
|
};
|