Files
RSSHub/lib/v2/dcard/radar.js
2023-08-15 03:12:12 +01:00

32 lines
995 B
JavaScript

module.exports = {
'dcard.tw': {
_name: 'Dcard',
www: [
{
title: '首頁帖子-最新',
docs: 'https://docs.rsshub.app/routes/bbs#dcard',
source: '/f',
target: '/dcard/posts/latest',
},
{
title: '首頁帖子-熱門',
docs: 'https://docs.rsshub.app/routes/bbs#dcard',
source: '/f',
target: '/dcard/posts/popular',
},
{
title: '板塊帖子-最新',
docs: 'https://docs.rsshub.app/routes/bbs#dcard',
source: '/f/:section',
target: '/dcard/:section/latest',
},
{
title: '板塊帖子-熱門',
docs: 'https://docs.rsshub.app/routes/bbs#dcard',
source: '/f/:section',
target: '/dcard/:section/popular',
},
],
},
};