Files
RSSHub/lib/v2/50forum/radar.js
sddiky 8b8bd685a9 feat(route): add 中国经济50人论坛的专家文章页面 (#7273)
* 生成中国经济50人论坛专家文章的RSS

* 添加路由

* 修正link url重复斜杠的问题

* refactor: migrate to v2

Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
2022-02-19 04:24:57 +08:00

14 lines
385 B
JavaScript

module.exports = {
'50forum.org.cn': {
_name: '经济 50 人论坛',
'.': [
{
title: '专家文章',
docs: 'https://docs.rsshub.app/new-media.html#jing-ji-50-ren-lun-tan',
source: ['/home/article/index/category/zhuanjia.html', '/'],
target: '/50forum',
},
],
},
};