Files
RSSHub/lib/v2/hk01/radar.js
Fatpandac 2f9b999055 fix(route): hk01 get fulltext and refactor to V2 (#9937)
* fix(route): hk01 get fulltext and refactor to V2

* Update lib/v2/hk01/channel.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Update lib/v2/hk01/issue.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* fix: teaser pubDate
2022-06-13 22:00:48 +08:00

38 lines
1.2 KiB
JavaScript

module.exports = {
'hk01.com': {
_name: '香港01',
www: [
{
title: '最 Hit',
docs: 'https://docs.rsshub.app/traditional-media.html#xiang-gang-01',
source: ['/hot', '/'],
target: '/hk01/hot',
},
{
title: 'zone',
docs: 'https://docs.rsshub.app/traditional-media.html#xiang-gang-01',
source: '/zone/:id/:title',
target: '/hk01/zone/:id',
},
{
title: 'channel',
docs: 'https://docs.rsshub.app/traditional-media.html#xiang-gang-01',
source: '/channel/:id/:title',
target: '/hk01/channel/:id',
},
{
title: 'issue',
docs: 'https://docs.rsshub.app/traditional-media.html#xiang-gang-01',
source: '/issue/:id/:title',
target: '/hk01/issue/:id',
},
{
title: 'tag',
docs: 'https://docs.rsshub.app/traditional-media.html#xiang-gang-01',
source: '/tag/:id/:title',
target: '/hk01/tag/:id',
},
],
},
};