Files
RSSHub/lib/v2/dcard/radar.js
Tony be39871730 fix(route): dcard (#10705)
* fix(route): dcard

* docs: anti crawler attr
2022-09-06 00:20:27 +08:00

32 lines
987 B
JavaScript

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