Files
RSSHub/lib/v2/qq/radar.js
Ethan Shen a0689c8c2a feat(route): add 腾讯动漫 (#8609)
* feat(route): add 腾讯动漫

* fix typo
2022-02-02 04:11:09 +08:00

28 lines
884 B
JavaScript

module.exports = {
'qq.com': {
_name: '腾讯网',
ac: [
{
title: '排行榜',
docs: 'https://docs.rsshub.app/anime.html#teng-xun-dong-man-pai-hang-bang',
source: ['/Rank/comicRank/type/:type', '/'],
target: '/qq/ac/rank/:type?/:time?',
},
{
title: '漫画',
docs: 'https://docs.rsshub.app/anime.html#teng-xun-dong-man-man-hua',
source: ['/Comic/ComicInfo/id/:id', '/'],
target: '/qq/ac/comic/:id',
},
],
live: [
{
title: '企鹅直播',
docs: 'https://docs.rsshub.app/live.html#qi-e-zhi-bo-zhi-bo-jian-ti-xing',
source: ['/:id', '/'],
target: '/qq/live/:id',
},
],
},
};