mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 05:03:44 +08:00
refactor: docs format
This commit is contained in:
98
docs/bbs.md
98
docs/bbs.md
@@ -34,12 +34,49 @@ pageClass: routes
|
|||||||
|
|
||||||
</Route>
|
</Route>
|
||||||
|
|
||||||
|
## V2EX
|
||||||
|
|
||||||
|
### 最热/最新主题
|
||||||
|
|
||||||
|
<Route author="WhiteWorld" example="/v2ex/topics/latest" path="/v2ex/topics/:type" :paramsDesc="['hot 或 latest']"/>
|
||||||
|
|
||||||
|
### 帖子
|
||||||
|
|
||||||
|
<Route author="kt286" example="/v2ex/post/584403" path="/v2ex/post/:postid" :paramsDesc="['帖子ID,在 URL 可以找到']"/>
|
||||||
|
|
||||||
## 虎扑
|
## 虎扑
|
||||||
|
|
||||||
### 虎扑 BBS 论坛
|
### 虎扑 BBS 论坛
|
||||||
|
|
||||||
<Route author="LogicJake" example="/hupu/bbs/bxj/2" path="/hupu/bbs/:id/:order?" :paramsDesc="['板块 id,可在板块 URL 找到', '排序方式,1最新回帖(默认),2最新发帖,3精华帖']"/>
|
<Route author="LogicJake" example="/hupu/bbs/bxj/2" path="/hupu/bbs/:id/:order?" :paramsDesc="['板块 id,可在板块 URL 找到', '排序方式,1最新回帖(默认),2最新发帖,3精华帖']"/>
|
||||||
|
|
||||||
|
## 看雪
|
||||||
|
|
||||||
|
### 论坛
|
||||||
|
|
||||||
|
<Route author="renzhexigua" example="/pediy/topic/android/digest" path="/pediy/topic/:category?/:type?" :paramsDesc="['版块, 缺省为`all`', '类型, 缺省为`latest`']"/>
|
||||||
|
|
||||||
|
| 版块 | category |
|
||||||
|
| ------------ | ---------- |
|
||||||
|
| 智能设备 | iot |
|
||||||
|
| 区块链安全 | blockchain |
|
||||||
|
| Android 安全 | android |
|
||||||
|
| iOS 安全 | ios |
|
||||||
|
| 软件逆向 | re |
|
||||||
|
| 编程技术 | coding |
|
||||||
|
| 加壳脱壳 | unpack |
|
||||||
|
| 密码算法 | crypto |
|
||||||
|
| 二进制漏洞 | vuln |
|
||||||
|
| CrackMe | crackme |
|
||||||
|
| Pwn | pwn |
|
||||||
|
| WEB 安全 | web |
|
||||||
|
| 全站 | all |
|
||||||
|
|
||||||
|
| 类型 | type |
|
||||||
|
| -------- | ------ |
|
||||||
|
| 最新主题 | latest |
|
||||||
|
| 精华主题 | digest |
|
||||||
|
|
||||||
## 龙空
|
## 龙空
|
||||||
|
|
||||||
### 分区
|
### 分区
|
||||||
@@ -62,6 +99,18 @@ pageClass: routes
|
|||||||
|
|
||||||
</Route>
|
</Route>
|
||||||
|
|
||||||
|
## 牛客网
|
||||||
|
|
||||||
|
### 讨论区
|
||||||
|
|
||||||
|
<Route author="LogicJake" example="/nowcoder/discuss/2/4" path="/nowcoder/discuss/:type/:order" :paramsDesc="['讨论区分区id 在 URL 中可以找到', '排序方式']">
|
||||||
|
|
||||||
|
| 最新回复 | 最新发表 | 最新 | 精华 |
|
||||||
|
| -------- | -------- | ---- | ---- |
|
||||||
|
| 0 | 3 | 1 | 4 |
|
||||||
|
|
||||||
|
</Route>
|
||||||
|
|
||||||
## 书友社区
|
## 书友社区
|
||||||
|
|
||||||
### 导读
|
### 导读
|
||||||
@@ -111,52 +160,3 @@ pageClass: routes
|
|||||||
### 回帖
|
### 回帖
|
||||||
|
|
||||||
<Route author="LogicJake" example="/zhibo8/post/2601615" path="/zhibo8/post/:id" :paramsDesc="['帖子 id,可在帖子 URL 找到']"/>
|
<Route author="LogicJake" example="/zhibo8/post/2601615" path="/zhibo8/post/:id" :paramsDesc="['帖子 id,可在帖子 URL 找到']"/>
|
||||||
|
|
||||||
## V2EX
|
|
||||||
|
|
||||||
### 最热/最新主题
|
|
||||||
|
|
||||||
<Route author="WhiteWorld" example="/v2ex/topics/latest" path="/v2ex/topics/:type" :paramsDesc="['hot 或 latest']"/>
|
|
||||||
|
|
||||||
### 帖子
|
|
||||||
|
|
||||||
<Route author="kt286" example="/v2ex/post/584403" path="/v2ex/post/:postid" :paramsDesc="['帖子ID,在 URL 可以找到']"/>
|
|
||||||
|
|
||||||
## 看雪
|
|
||||||
|
|
||||||
### 论坛
|
|
||||||
|
|
||||||
<Route author="renzhexigua" example="/pediy/topic/android/digest" path="/pediy/topic/:category?/:type?" :paramsDesc="['版块, 缺省为`all`', '类型, 缺省为`latest`']"/>
|
|
||||||
|
|
||||||
| 版块 | category |
|
|
||||||
| ------------ | ---------- |
|
|
||||||
| 智能设备 | iot |
|
|
||||||
| 区块链安全 | blockchain |
|
|
||||||
| Android 安全 | android |
|
|
||||||
| iOS 安全 | ios |
|
|
||||||
| 软件逆向 | re |
|
|
||||||
| 编程技术 | coding |
|
|
||||||
| 加壳脱壳 | unpack |
|
|
||||||
| 密码算法 | crypto |
|
|
||||||
| 二进制漏洞 | vuln |
|
|
||||||
| CrackMe | crackme |
|
|
||||||
| Pwn | pwn |
|
|
||||||
| WEB 安全 | web |
|
|
||||||
| 全站 | all |
|
|
||||||
|
|
||||||
| 类型 | type |
|
|
||||||
| -------- | ------ |
|
|
||||||
| 最新主题 | latest |
|
|
||||||
| 精华主题 | digest |
|
|
||||||
|
|
||||||
## 牛客网
|
|
||||||
|
|
||||||
### 讨论区
|
|
||||||
|
|
||||||
<Route author="LogicJake" example="/nowcoder/discuss/2/4" path="/nowcoder/discuss/:type/:order" :paramsDesc="['讨论区分区id 在 URL 中可以找到', '排序方式']">
|
|
||||||
|
|
||||||
| 最新回复 | 最新发表 | 最新 | 精华 |
|
|
||||||
| -------- | -------- | ---- | ---- |
|
|
||||||
| 0 | 3 | 1 | 4 |
|
|
||||||
|
|
||||||
</Route>
|
|
||||||
|
|||||||
12
docs/blog.md
12
docs/blog.md
@@ -54,14 +54,14 @@ pageClass: routes
|
|||||||
|
|
||||||
<Route author="LogicJake" example="/security/pulses" path="/security/pulses"/>
|
<Route author="LogicJake" example="/security/pulses" path="/security/pulses"/>
|
||||||
|
|
||||||
## 王垠博客
|
|
||||||
|
|
||||||
### 文章
|
|
||||||
|
|
||||||
<Route author="junbaor SkiTiSu" example="/blogs/wangyin" path="/blogs/wangyin"/>
|
|
||||||
|
|
||||||
## 美团技术团队
|
## 美团技术团队
|
||||||
|
|
||||||
### 最近更新
|
### 最近更新
|
||||||
|
|
||||||
<Route author="kt286" example="/meituan/tech/home" path="/meituan/tech/home"/>
|
<Route author="kt286" example="/meituan/tech/home" path="/meituan/tech/home"/>
|
||||||
|
|
||||||
|
## 王垠博客
|
||||||
|
|
||||||
|
### 文章
|
||||||
|
|
||||||
|
<Route author="junbaor SkiTiSu" example="/blogs/wangyin" path="/blogs/wangyin"/>
|
||||||
|
|||||||
@@ -87,6 +87,24 @@ pageClass: routes
|
|||||||
|
|
||||||
<Route author="xyqfer" example="/itjuzi/merge" path="/itjuzi/merge"/>
|
<Route author="xyqfer" example="/itjuzi/merge" path="/itjuzi/merge"/>
|
||||||
|
|
||||||
|
## Matters
|
||||||
|
|
||||||
|
### 最新排序
|
||||||
|
|
||||||
|
<Route author="xyqfer Cerebrater" example="/matters/latest" path="/matters/latest" />
|
||||||
|
|
||||||
|
### 熱門文章
|
||||||
|
|
||||||
|
<Route author="Cerebrater" example="/matters/hot" path="/matters/hot" />
|
||||||
|
|
||||||
|
### 标签
|
||||||
|
|
||||||
|
<Route author="Cerebrater" example="/matters/tags/VGFnOjk3Mg" path="/matters/tags/:tid" :paramsDesc="['標籤 id,可在標籤所在的 URL 找到']"/>
|
||||||
|
|
||||||
|
### 作者
|
||||||
|
|
||||||
|
<Route author="Cerebrater" example="/matters/author/az" path="/matters/author/:uid" :paramsDesc="['作者 id,可在作者主頁的 URL 找到']"/>
|
||||||
|
|
||||||
## Readhub
|
## Readhub
|
||||||
|
|
||||||
### 分类
|
### 分类
|
||||||
@@ -251,6 +269,28 @@ pageClass: routes
|
|||||||
| calendar | institute | beauty |
|
| calendar | institute | beauty |
|
||||||
</Route>
|
</Route>
|
||||||
|
|
||||||
|
## 好奇怪
|
||||||
|
|
||||||
|
### 首页
|
||||||
|
|
||||||
|
<Route author="HenryQW" example="/qdaily/notch/posts" path="/qdaily/notch/posts" />
|
||||||
|
|
||||||
|
### 探索
|
||||||
|
|
||||||
|
<Route author="HenryQW" example="/qdaily/notch/explore/1" path="/qdaily/explore/:id" :paramsDesc="['探索 id,可通过好奇怪 APP 复制分享链接找到']"/>
|
||||||
|
|
||||||
|
## 好奇心日报
|
||||||
|
|
||||||
|
### 标签,栏目,分类
|
||||||
|
|
||||||
|
<Route author="WenhuWee emdoe SivaGao HenryQW" example="/qdaily/column/59" path="/qdaily/:type/:id" :paramsDesc="['类型,见下表', '对应 id,可在 URL 找到']">
|
||||||
|
|
||||||
|
| 标签 | 栏目 | 分类 |
|
||||||
|
| ---- | ------ | ---------- |
|
||||||
|
| tag | column | researcach |
|
||||||
|
|
||||||
|
</Route>
|
||||||
|
|
||||||
## 后续
|
## 后续
|
||||||
|
|
||||||
### Live
|
### Live
|
||||||
@@ -553,6 +593,17 @@ pageClass: routes
|
|||||||
| ---- | ------------ | ------------ | ------------- | ------------ | ------------ |
|
| ---- | ------------ | ------------ | ------------- | ------------ | ------------ |
|
||||||
| all | weekly | monthly | international | hot | favorite |
|
| all | weekly | monthly | international | hot | favorite |
|
||||||
|
|
||||||
|
## 搜狐号
|
||||||
|
|
||||||
|
### 更新
|
||||||
|
|
||||||
|
<Route author="HenryQW" example="/sohu/mp/119097" path="/sohu/mp/:id" :paramsDesc="['搜狐号 ID', '见如下说明']">
|
||||||
|
|
||||||
|
1. 通过浏览器搜索相关搜狐号 `果壳 site: mp.sohu.com`。
|
||||||
|
1. 通过浏览器控制台执行 `cfgs.author_id`,返回的即为搜狐号 ID。
|
||||||
|
|
||||||
|
</Route>
|
||||||
|
|
||||||
## 探物
|
## 探物
|
||||||
|
|
||||||
### 产品
|
### 产品
|
||||||
@@ -585,6 +636,12 @@ pageClass: routes
|
|||||||
|
|
||||||
<Route author="LogicJake" example="/tencent/guyu/channel/lab" path="/tencent/guyu/channel/:name" :paramsDesc="['栏目名称,包括lab,report,story,shalong']"/>
|
<Route author="LogicJake" example="/tencent/guyu/channel/lab" path="/tencent/guyu/channel/:name" :paramsDesc="['栏目名称,包括lab,report,story,shalong']"/>
|
||||||
|
|
||||||
|
## 腾讯企鹅号
|
||||||
|
|
||||||
|
### 更新
|
||||||
|
|
||||||
|
<Route author="LogicJake" example="/tencent/news/author/5933889" path="/tencent/news/author/:mid" :paramsDesc="['企鹅号 ID']"/>
|
||||||
|
|
||||||
## 推酷
|
## 推酷
|
||||||
|
|
||||||
### 周刊
|
### 周刊
|
||||||
@@ -615,6 +672,48 @@ pageClass: routes
|
|||||||
|
|
||||||
<Route author="HenryQW" example="/wikipedia/mainland" path="/wikipedia/mainland"/>
|
<Route author="HenryQW" example="/wikipedia/mainland" path="/wikipedia/mainland"/>
|
||||||
|
|
||||||
|
## 微信
|
||||||
|
|
||||||
|
::: tip 提示
|
||||||
|
|
||||||
|
公众号直接抓取困难, 故目前提供几种间接抓取方案, 请自行选择
|
||||||
|
|
||||||
|
:::
|
||||||
|
|
||||||
|
### 公众号( wemp.app 来源)
|
||||||
|
|
||||||
|
<Route author="HenryQW" example="/wechat/wemp/36836fbe-bdec-4758-8967-7cc82722952d" path="/wechat/wemp/:id" :paramsDesc="['wemp 公众号 id, 可在搜索引擎使用 `site:wemp.app` 搜索公众号(例如: 人民日报 site:wemp.app), 打开公众号页, 在 URL 中找到 id']" anticrawler="1"/>
|
||||||
|
|
||||||
|
### 公众号(传送门来源)
|
||||||
|
|
||||||
|
<Route author="HenryQW" example="/wechat/csm/huxiu_com" path="/wechat/csm/:id" :paramsDesc="['公众号 id, 打开公众号页, 在 URL 中找到 id']"/>
|
||||||
|
|
||||||
|
### 公众号(Telegram 频道来源)
|
||||||
|
|
||||||
|
<Route author="LogicJake" example="/wechat/tgchannel/lifeweek" path="/wechat/tgchannel/:id" :paramsDesc="['公众号绑定频道 id']">
|
||||||
|
|
||||||
|
::: warning 注意
|
||||||
|
|
||||||
|
该方法需要通过 efb 进行频道绑定,具体操作见[https://github.com/DIYgod/RSSHub/issues/2172](https://github.com/DIYgod/RSSHub/issues/2172)
|
||||||
|
:::
|
||||||
|
</Route>
|
||||||
|
|
||||||
|
### 公众号 (优读来源)
|
||||||
|
|
||||||
|
<Route author="kt286" example="/wechat/uread/shensing" path="/wechat/uread/:userid" :paramsDesc="['公众号的微信号, 可在 微信-公众号-更多资料 中找到。并不是所有的都支持,能不能用随缘']"/>
|
||||||
|
|
||||||
|
### 公众号 (二十次幂来源)
|
||||||
|
|
||||||
|
<Route author="sanmmm" example="/wechat/ershicimi/59" path="/wechat/ershicimi/:id" :paramsDesc="['公众号id, 打开公众号页, 在 URL 中找到 id']"/>
|
||||||
|
|
||||||
|
### 公众平台系统公告栏目
|
||||||
|
|
||||||
|
<Route author="xyqfer" example="/wechat/announce" path="/wechat/announce" />
|
||||||
|
|
||||||
|
### 小程序插件
|
||||||
|
|
||||||
|
<Route author="xyqfer" example="/wechat/miniprogram/plugins" path="/wechat/miniprogram/plugins" />
|
||||||
|
|
||||||
## 西祠胡同
|
## 西祠胡同
|
||||||
|
|
||||||
### 频道
|
### 频道
|
||||||
@@ -691,102 +790,3 @@ pageClass: routes
|
|||||||
### 全文
|
### 全文
|
||||||
|
|
||||||
<Route author="HenryQW" example="/zzz" path="/zzz/index"/>
|
<Route author="HenryQW" example="/zzz" path="/zzz/index"/>
|
||||||
|
|
||||||
## Matters
|
|
||||||
|
|
||||||
### 最新排序
|
|
||||||
|
|
||||||
<Route author="xyqfer Cerebrater" example="/matters/latest" path="/matters/latest" />
|
|
||||||
|
|
||||||
### 熱門文章
|
|
||||||
|
|
||||||
<Route author="Cerebrater" example="/matters/hot" path="/matters/hot" />
|
|
||||||
|
|
||||||
### 标签
|
|
||||||
|
|
||||||
<Route author="Cerebrater" example="/matters/tags/VGFnOjk3Mg" path="/matters/tags/:tid" :paramsDesc="['標籤 id,可在標籤所在的 URL 找到']"/>
|
|
||||||
|
|
||||||
### 作者
|
|
||||||
|
|
||||||
<Route author="Cerebrater" example="/matters/author/az" path="/matters/author/:uid" :paramsDesc="['作者 id,可在作者主頁的 URL 找到']"/>
|
|
||||||
|
|
||||||
## 好奇怪
|
|
||||||
|
|
||||||
### 首页
|
|
||||||
|
|
||||||
<Route author="HenryQW" example="/qdaily/notch/posts" path="/qdaily/notch/posts" />
|
|
||||||
|
|
||||||
### 探索
|
|
||||||
|
|
||||||
<Route author="HenryQW" example="/qdaily/notch/explore/1" path="/qdaily/explore/:id" :paramsDesc="['探索 id,可通过好奇怪 APP 复制分享链接找到']"/>
|
|
||||||
|
|
||||||
## 好奇心日报
|
|
||||||
|
|
||||||
### 标签,栏目,分类
|
|
||||||
|
|
||||||
<Route author="WenhuWee emdoe SivaGao HenryQW" example="/qdaily/column/59" path="/qdaily/:type/:id" :paramsDesc="['类型,见下表', '对应 id,可在 URL 找到']">
|
|
||||||
|
|
||||||
| 标签 | 栏目 | 分类 |
|
|
||||||
| ---- | ------ | ---------- |
|
|
||||||
| tag | column | researcach |
|
|
||||||
|
|
||||||
</Route>
|
|
||||||
|
|
||||||
## 搜狐号
|
|
||||||
|
|
||||||
### 更新
|
|
||||||
|
|
||||||
<Route author="HenryQW" example="/sohu/mp/119097" path="/sohu/mp/:id" :paramsDesc="['搜狐号 ID', '见如下说明']">
|
|
||||||
|
|
||||||
1. 通过浏览器搜索相关搜狐号 `果壳 site: mp.sohu.com`。
|
|
||||||
1. 通过浏览器控制台执行 `cfgs.author_id`,返回的即为搜狐号 ID。
|
|
||||||
|
|
||||||
</Route>
|
|
||||||
|
|
||||||
## 腾讯企鹅号
|
|
||||||
|
|
||||||
### 更新
|
|
||||||
|
|
||||||
<Route author="LogicJake" example="/tencent/news/author/5933889" path="/tencent/news/author/:mid" :paramsDesc="['企鹅号 ID']"/>
|
|
||||||
|
|
||||||
## 微信
|
|
||||||
|
|
||||||
::: tip 提示
|
|
||||||
|
|
||||||
公众号直接抓取困难, 故目前提供几种间接抓取方案, 请自行选择
|
|
||||||
|
|
||||||
:::
|
|
||||||
|
|
||||||
### 公众号( wemp.app 来源)
|
|
||||||
|
|
||||||
<Route author="HenryQW" example="/wechat/wemp/36836fbe-bdec-4758-8967-7cc82722952d" path="/wechat/wemp/:id" :paramsDesc="['wemp 公众号 id, 可在搜索引擎使用 `site:wemp.app` 搜索公众号(例如: 人民日报 site:wemp.app), 打开公众号页, 在 URL 中找到 id']" anticrawler="1"/>
|
|
||||||
|
|
||||||
### 公众号(传送门来源)
|
|
||||||
|
|
||||||
<Route author="HenryQW" example="/wechat/csm/huxiu_com" path="/wechat/csm/:id" :paramsDesc="['公众号 id, 打开公众号页, 在 URL 中找到 id']"/>
|
|
||||||
|
|
||||||
### 公众号(Telegram 频道来源)
|
|
||||||
|
|
||||||
<Route author="LogicJake" example="/wechat/tgchannel/lifeweek" path="/wechat/tgchannel/:id" :paramsDesc="['公众号绑定频道 id']">
|
|
||||||
|
|
||||||
::: warning 注意
|
|
||||||
|
|
||||||
该方法需要通过 efb 进行频道绑定,具体操作见[https://github.com/DIYgod/RSSHub/issues/2172](https://github.com/DIYgod/RSSHub/issues/2172)
|
|
||||||
:::
|
|
||||||
</Route>
|
|
||||||
|
|
||||||
### 公众号 (优读来源)
|
|
||||||
|
|
||||||
<Route author="kt286" example="/wechat/uread/shensing" path="/wechat/uread/:userid" :paramsDesc="['公众号的微信号, 可在 微信-公众号-更多资料 中找到。并不是所有的都支持,能不能用随缘']"/>
|
|
||||||
|
|
||||||
### 公众号 (二十次幂来源)
|
|
||||||
|
|
||||||
<Route author="sanmmm" example="/wechat/ershicimi/59" path="/wechat/ershicimi/:id" :paramsDesc="['公众号id, 打开公众号页, 在 URL 中找到 id']"/>
|
|
||||||
|
|
||||||
### 公众平台系统公告栏目
|
|
||||||
|
|
||||||
<Route author="xyqfer" example="/wechat/announce" path="/wechat/announce" />
|
|
||||||
|
|
||||||
### 小程序插件
|
|
||||||
|
|
||||||
<Route author="xyqfer" example="/wechat/miniprogram/plugins" path="/wechat/miniprogram/plugins" />
|
|
||||||
|
|||||||
Reference in New Issue
Block a user