docs: remove rssbud badge
This commit is contained in:
parent
6ec4736c68
commit
a975237f76
|
|
@ -199,7 +199,7 @@ Both the above examples will return the same RSSHub subscription address as the
|
|||
|
||||
### Update the Documentation
|
||||
|
||||
As mentioned earlier in [Other components](/joinus/new-rss/add-docs#documentation-examples-other-components), adding `radar="1"` in the RSSHub docs will show a `Support browser extension` badge. If the rule is also compatible with RSSBud, adding `rssbud="1"` will show a `Support RSSBud` badge.
|
||||
As mentioned earlier in [Other components](/joinus/new-rss/add-docs#documentation-examples-other-components), adding `radar="1"` in the RSSHub docs will show a `Support Radar` badge.
|
||||
|
||||
## Debugging Radar Rules
|
||||
|
||||
|
|
|
|||
|
|
@ -216,7 +216,6 @@ In addition to the aforementioned component properties, there are several other
|
|||
- `anticrawler`: set to `1` if the target website has an anti-crawler mechanism.
|
||||
- `puppeteer`: set to `1` if the feed uses puppeteer.
|
||||
- `radar`: set to `1` if the feed has a radar rule.
|
||||
- `rssbud`: set to `1` if the radar rule is also compatible with RSSBud
|
||||
- `configRequired`: set to `1` if the feed requires extra configuration through environment variables.
|
||||
- `supportBT`: set to `1` if the feed supports BitTorrent.
|
||||
- `supportPodcast`: set to `1` if the feed supports podcasts.
|
||||
|
|
@ -225,12 +224,12 @@ In addition to the aforementioned component properties, there are several other
|
|||
By using these properties, you can provide valuable information to users and make it easier for them to understand and use your route. Adding these properties to your route documentation will add a badge in front of it.
|
||||
|
||||
```tsx
|
||||
<Route author="HenryQW" example="/github/issue/DIYgod/RSSHub" path="/github/issue/:user/:repo?" paramsDesc={['GitHub username', 'GitHub repo name, `RSSHub` by default']} anticrawler="1" puppeteer="1" radar="1" rssbud="1" configRequired="1" supportBT="1" supportPodcast="1" supportScihub="1" />
|
||||
<Route author="HenryQW" example="/github/issue/DIYgod/RSSHub" path="/github/issue/:user/:repo?" paramsDesc={['GitHub username', 'GitHub repo name, `RSSHub` by default']} anticrawler="1" puppeteer="1" radar="1" configRequired="1" supportBT="1" supportPodcast="1" supportScihub="1" />
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
<Route author="HenryQW" example="/github/issue/DIYgod/RSSHub" path="/github/issue/:user/:repo?" paramsDesc={['GitHub username', 'GitHub repo name, `RSSHub` by default']} anticrawler="1" puppeteer="1" radar="1" rssbud="1" configRequired="1" supportBT="1" supportPodcast="1" supportScihub="1" />
|
||||
<Route author="HenryQW" example="/github/issue/DIYgod/RSSHub" path="/github/issue/:user/:repo?" paramsDesc={['GitHub username', 'GitHub repo name, `RSSHub` by default']} anticrawler="1" puppeteer="1" radar="1" configRequired="1" supportBT="1" supportPodcast="1" supportScihub="1" />
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@
|
|||
|
||||
### 番剧 {#acfun-fan-ju}
|
||||
|
||||
<Route author="xyqfer" example="/acfun/bangumi/5022158" path="/acfun/bangumi/:id" paramsDesc={['番剧 id']} radar="1" rssbud="1"/>
|
||||
<Route author="xyqfer" example="/acfun/bangumi/5022158" path="/acfun/bangumi/:id" paramsDesc={['番剧 id']} radar="1"/>
|
||||
|
||||
:::tip
|
||||
|
||||
|
|
@ -71,11 +71,11 @@
|
|||
|
||||
### 用户投稿 {#acfun-yong-hu-tou-gao}
|
||||
|
||||
<Route author="wdssmq" example="/acfun/user/video/14450522" path="/acfun/user/video/:id" paramsDesc={['用户 UID']} radar="1" rssbud="1"/>
|
||||
<Route author="wdssmq" example="/acfun/user/video/14450522" path="/acfun/user/video/:id" paramsDesc={['用户 UID']} radar="1"/>
|
||||
|
||||
### 文章 {#acfun-wen-zhang}
|
||||
|
||||
<Route author="TonyRL" example="/acfun/article/110" path="/acfun/article/:categoryId/:sortType?/:timeRange?" paramsDesc={['分区 ID,见下表', '排序,见下表,默认为 `createTime`', '时间范围,见下表,仅在排序是 `hotScore` 有效,默认为 `all`']} radar="1" rssbud="1">
|
||||
<Route author="TonyRL" example="/acfun/article/110" path="/acfun/article/:categoryId/:sortType?/:timeRange?" paramsDesc={['分区 ID,见下表', '排序,见下表,默认为 `createTime`', '时间范围,见下表,仅在排序是 `hotScore` 有效,默认为 `all`']} radar="1">
|
||||
|
||||
| 二次元画师 | 综合 | 生活情感 | 游戏 | 动漫文化 | 漫画文学 |
|
||||
| ---------- | ---- | -------- | ---- | -------- | -------- |
|
||||
|
|
@ -111,7 +111,7 @@
|
|||
|
||||
### 動畫 {#anime1-dong-hua}
|
||||
|
||||
<Route author="maple3142" example="/anime1/anime/2018年秋季/哥布林殺手" path="/anime1/anime/:time/:name" paramsDesc={['时间', '动画名称']} radar="1" rssbud="1">
|
||||
<Route author="maple3142" example="/anime1/anime/2018年秋季/哥布林殺手" path="/anime1/anime/:time/:name" paramsDesc={['时间', '动画名称']} radar="1">
|
||||
|
||||
时间和动画名称请自己从网址取得: `https://anime1.me/category/2018年秋季/刀劍神域-alicization`
|
||||
|
||||
|
|
@ -119,7 +119,7 @@
|
|||
|
||||
### 搜尋 {#anime1-sou-xun}
|
||||
|
||||
<Route author="maple3142" example="/anime1/search/兔女郎學姊" path="/anime1/search/:keyword" paramsDesc={['关键字']} radar="1" rssbud="1"/>
|
||||
<Route author="maple3142" example="/anime1/search/兔女郎學姊" path="/anime1/search/:keyword" paramsDesc={['关键字']} radar="1"/>
|
||||
|
||||
## Animen 动漫平台 {#animen-dong-man-ping-tai}
|
||||
|
||||
|
|
@ -215,17 +215,17 @@ For more tags, please go to [Search torrent](https://bangumi.moe/search/index)
|
|||
|
||||
### 漫畫 {#ccc-chuang-zuo-ji-man-hua}
|
||||
|
||||
<Route author="TonyRL" example="/creative-comic/book/117" path="/creative-comic/book/:id/:coverOnly?/:quality?" paramsDesc={['漫畫 ID,可在 URL 中找到', '僅獲取封面,非 `true` 時將獲取**全部**頁面,預設 `true`', '閱讀品質,標準畫質 `1`,高畫質 `2`,預設 `1`']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/creative-comic/book/117" path="/creative-comic/book/:id/:coverOnly?/:quality?" paramsDesc={['漫畫 ID,可在 URL 中找到', '僅獲取封面,非 `true` 時將獲取**全部**頁面,預設 `true`', '閱讀品質,標準畫質 `1`,高畫質 `2`,預設 `1`']} radar="1"/>
|
||||
|
||||
## CnGal {#cngal}
|
||||
|
||||
### 每周速报 {#cngal-mei-zhou-su-bao}
|
||||
|
||||
<Route author="chengyuhui" example="/cngal/weekly" path="/cngal/weekly" radar="1" rssbud="1"/>
|
||||
<Route author="chengyuhui" example="/cngal/weekly" path="/cngal/weekly" radar="1"/>
|
||||
|
||||
### 制作者 / 游戏新闻 {#cngal-zhi-zuo-zhe-you-xi-xin-wen}
|
||||
|
||||
<Route author="chengyuhui" example="/cngal/entry/2693" path="/cngal/entry/:id" paramsDesc={['词条ID,游戏或制作者页面URL的最后一串数字']} radar="1" rssbud="1"/>
|
||||
<Route author="chengyuhui" example="/cngal/entry/2693" path="/cngal/entry/:id" paramsDesc={['词条ID,游戏或制作者页面URL的最后一串数字']} radar="1"/>
|
||||
|
||||
## Comicat {#comicat}
|
||||
|
||||
|
|
@ -285,7 +285,7 @@ If you subscribe to [Discounted works Latest Discounts - Newest to Oldest](https
|
|||
|
||||
### 声优活动及演唱会 {#eventernote-sheng-you-huo-dong-ji-yan-chang-hui}
|
||||
|
||||
<Route author="KTachibanaM" path="/eventernote/actors/:name/:id" example="/eventernote/actors/三森すずこ/2634" paramsDesc={['声优姓名', '声优 ID']} radar="1" rssbud="1"/>
|
||||
<Route author="KTachibanaM" path="/eventernote/actors/:name/:id" example="/eventernote/actors/三森すずこ/2634" paramsDesc={['声优姓名', '声优 ID']} radar="1"/>
|
||||
|
||||
## Gogoanimehd {#gogoanimehd}
|
||||
|
||||
|
|
@ -337,13 +337,13 @@ If you subscribe to [Discounted works Latest Discounts - Newest to Oldest](https
|
|||
|
||||
### News {#idoly-pride-ou-xiang-rong-yao-news}
|
||||
|
||||
<Route author="Mingxia1" example="/idolypride/news" path="/idolypride/news" radar="1" rssbud="1"/>
|
||||
<Route author="Mingxia1" example="/idolypride/news" path="/idolypride/news" radar="1"/>
|
||||
|
||||
## iwara {#iwara}
|
||||
|
||||
### User {#iwara-user}
|
||||
|
||||
<Route author="Fatpandac" example="/iwara/users/kelpie/video" path="/iwara/users/:username/:type?" paramsDesc={['username, can find in userpage', 'video by default']} radar="1" rssbud="1">
|
||||
<Route author="Fatpandac" example="/iwara/users/kelpie/video" path="/iwara/users/:username/:type?" paramsDesc={['username, can find in userpage', 'video by default']} radar="1">
|
||||
|
||||
| type | video | image |
|
||||
| :--: | :---: | :---: |
|
||||
|
|
@ -353,7 +353,7 @@ If you subscribe to [Discounted works Latest Discounts - Newest to Oldest](https
|
|||
|
||||
### User Subscriptions {#iwara-user-subscriptions}
|
||||
|
||||
<Route author="FeCCC" example="/iwara/subscriptions" path="/iwara/subscriptions" radar="1" rssbud="1" configRequired="1">
|
||||
<Route author="FeCCC" example="/iwara/subscriptions" path="/iwara/subscriptions" radar="1" configRequired="1">
|
||||
|
||||
:::warning
|
||||
|
||||
|
|
@ -523,7 +523,7 @@ The RSS routing has not been rigorously tested and the information provided cann
|
|||
|
||||
### Calendar {#thbwiki-calendar}
|
||||
|
||||
<Route author="aether17" path="/thwiki/calendar/:before?/:after?" example="/thwiki/calendar" paramsDesc={['From how many days ago (default 30)', 'To how many days after (default 30)']} radar="1" rssbud="1"/>
|
||||
<Route author="aether17" path="/thwiki/calendar/:before?/:after?" example="/thwiki/calendar" paramsDesc={['From how many days ago (default 30)', 'To how many days after (default 30)']} radar="1"/>
|
||||
|
||||
## Touhougarakuta 东方我乐多丛志 {#touhougarakuta-dong-fang-wo-le-duo-cong-zhi}
|
||||
|
||||
|
|
@ -607,7 +607,7 @@ You can use some RSS parsing libraries (like `feedpraser` in `Python`) to receiv
|
|||
|
||||
### Keyword Search {#an-%E3%81%AE-3d-%E3%82%A8%E3%83%AD-dong-hua-oreno3d-keyword-search}
|
||||
|
||||
<Route author="xueli-sherryli" example="/oreno3d/search/bronya/latest/1" path="/oreno3d/search/:keyword/:sort/:pagelimit?" paramsDesc={['Search keyword', 'Sort method, see the table below', 'The maximum number of pages to be crawled, the default is 1']} radar="1" rssbud="1">
|
||||
<Route author="xueli-sherryli" example="/oreno3d/search/bronya/latest/1" path="/oreno3d/search/:keyword/:sort/:pagelimit?" paramsDesc={['Search keyword', 'Sort method, see the table below', 'The maximum number of pages to be crawled, the default is 1']} radar="1">
|
||||
|
||||
| favorites | hot | latest | popularity |
|
||||
| --------- | ---- | ------ | ---------- |
|
||||
|
|
@ -617,19 +617,19 @@ You can use some RSS parsing libraries (like `feedpraser` in `Python`) to receiv
|
|||
|
||||
### Character Search {#an-%E3%81%AE-3d-%E3%82%A8%E3%83%AD-dong-hua-oreno3d-character-search}
|
||||
|
||||
<Route author="xueli-sherryli" example="/oreno3d/characters/283/latest/1" path="/oreno3d/characters/:characterid/:sort/:pagelimit?" paramsDesc={['Character id, can be found in URL' , 'Sort method, see the table above', 'The maximum number of pages to be crawled, the default is 1']} radar="1" rssbud="1"/>
|
||||
<Route author="xueli-sherryli" example="/oreno3d/characters/283/latest/1" path="/oreno3d/characters/:characterid/:sort/:pagelimit?" paramsDesc={['Character id, can be found in URL' , 'Sort method, see the table above', 'The maximum number of pages to be crawled, the default is 1']} radar="1"/>
|
||||
|
||||
### Author Search {#an-%E3%81%AE-3d-%E3%82%A8%E3%83%AD-dong-hua-oreno3d-author-search}
|
||||
|
||||
<Route author="xueli-sherryli" example="/oreno3d/authors/3189/latest/1" path="/oreno3d/authors/:authorid/:sort/:pagelimit?" paramsDesc={['Author id, can be found in URL' , 'Sort method, see the table above', 'The maximum number of pages to be crawled, the default is 1']} radar="1" rssbud="1"/>
|
||||
<Route author="xueli-sherryli" example="/oreno3d/authors/3189/latest/1" path="/oreno3d/authors/:authorid/:sort/:pagelimit?" paramsDesc={['Author id, can be found in URL' , 'Sort method, see the table above', 'The maximum number of pages to be crawled, the default is 1']} radar="1"/>
|
||||
|
||||
### Tags Search {#an-%E3%81%AE-3d-%E3%82%A8%E3%83%AD-dong-hua-oreno3d-tags-search}
|
||||
|
||||
<Route author="xueli-sherryli" example="/oreno3d/tags/177/latest/1" path="/oreno3d/tags/:tagid/:sort/:pagelimit?" paramsDesc={['Tag id, can be found in URL', 'Sort method, see the table above', 'The maximum number of pages to be crawled, the default is 1']} radar="1" rssbud="1"/>
|
||||
<Route author="xueli-sherryli" example="/oreno3d/tags/177/latest/1" path="/oreno3d/tags/:tagid/:sort/:pagelimit?" paramsDesc={['Tag id, can be found in URL', 'Sort method, see the table above', 'The maximum number of pages to be crawled, the default is 1']} radar="1"/>
|
||||
|
||||
### Origins Search {#an-%E3%81%AE-3d-%E3%82%A8%E3%83%AD-dong-hua-oreno3d-origins-search}
|
||||
|
||||
<Route author="xueli-sherryli" example="/oreno3d/origins/3/latest/1" path="/oreno3d/origins/:originid/:sort/:pagelimit?" paramsDesc={['Origin id, can be found in URL' , 'Sort method, see the table above', 'The maximum number of pages to be crawled, the default is 1']} radar="1" rssbud="1"/>
|
||||
<Route author="xueli-sherryli" example="/oreno3d/origins/3/latest/1" path="/oreno3d/origins/:originid/:sort/:pagelimit?" paramsDesc={['Origin id, can be found in URL' , 'Sort method, see the table above', 'The maximum number of pages to be crawled, the default is 1']} radar="1"/>
|
||||
|
||||
## 包子漫画 {#bao-zi-man-hua}
|
||||
|
||||
|
|
@ -699,19 +699,19 @@ You can use some RSS parsing libraries (like `feedpraser` in `Python`) to receiv
|
|||
|
||||
### 开播提醒 {#fan-zu-fang-song-kai-bo-ti-xing}
|
||||
|
||||
<Route author="x2cf" example="/bgmlist/onair/zh-Hans" path="/bgmlist/onair/:lang?" paramsDesc={['语言']} radar="1" rssbud="1" />
|
||||
<Route author="x2cf" example="/bgmlist/onair/zh-Hans" path="/bgmlist/onair/:lang?" paramsDesc={['语言']} radar="1" />
|
||||
|
||||
## 风之动漫 {#feng-zhi-dong-man}
|
||||
|
||||
### 在线漫画 {#feng-zhi-dong-man-zai-xian-man-hua}
|
||||
|
||||
<Route author="geeeeoff zytomorrow" path="/fffdm/manhua/:id/:cdn?" example="/fffdm/manhua/93" paramsDesc={['漫画ID。默认获取全部,建议使用通用参数limit获取指定数量', 'cdn加速器。默认5,当前可选1-5']} radar="1" rssbud="1"/>
|
||||
<Route author="geeeeoff zytomorrow" path="/fffdm/manhua/:id/:cdn?" example="/fffdm/manhua/93" paramsDesc={['漫画ID。默认获取全部,建议使用通用参数limit获取指定数量', 'cdn加速器。默认5,当前可选1-5']} radar="1"/>
|
||||
|
||||
## 海猫吧 {#hai-mao-ba}
|
||||
|
||||
### 漫画更新 {#hai-mao-ba-man-hua-geng-xin}
|
||||
|
||||
<Route author="zytomorrow" path="/haimaoba/:id" example="/haimaoba/4026" paramsDesc={['漫画id,漫画主页的地址栏中最后一位数字']} radar="1" rssbud="1"/>
|
||||
<Route author="zytomorrow" path="/haimaoba/:id" example="/haimaoba/4026" paramsDesc={['漫画id,漫画主页的地址栏中最后一位数字']} radar="1"/>
|
||||
|
||||
## 禁漫天堂 {#jin-man-tian-tang}
|
||||
|
||||
|
|
@ -790,11 +790,11 @@ You can use some RSS parsing libraries (like `feedpraser` in `Python`) to receiv
|
|||
|
||||
### 漫画更新 {#kan-man-hua-man-hua-geng-xin}
|
||||
|
||||
<Route author="MegrezZhu" path="/manhuagui/comic/:id/:chapterCnt?" example="/manhuagui/comic/22942/5" paramsDesc={['漫画ID','返回章节的数量,默认为0,返回所有章节']} radar="1" rssbud="1"/>
|
||||
<Route author="MegrezZhu" path="/manhuagui/comic/:id/:chapterCnt?" example="/manhuagui/comic/22942/5" paramsDesc={['漫画ID','返回章节的数量,默认为0,返回所有章节']} radar="1"/>
|
||||
|
||||
### 漫画个人订阅 {#kan-man-hua-man-hua-ge-ren-ding-yue}
|
||||
|
||||
<Route author="shininome" path="/manhuagui/subscribe" example="/manhuagui/subscribe" radar="1" rssbud="1" configRequired="1">
|
||||
<Route author="shininome" path="/manhuagui/subscribe" example="/manhuagui/subscribe" radar="1" configRequired="1">
|
||||
|
||||
:::tip
|
||||
|
||||
|
|
@ -807,17 +807,17 @@ You can use some RSS parsing libraries (like `feedpraser` in `Python`) to receiv
|
|||
|
||||
### 镜像站 - 漫画更新 {#kan-man-hua-jing-xiang-zhan-man-hua-geng-xin}
|
||||
|
||||
<Route author="btdwv" path="/manhuagui/mhgui/comic/:id/:chapterCnt?" example="/manhuagui/mhgui/comic/13317/5" paramsDesc={['漫画ID','返回章节的数量,默认为0,返回所有章节']} radar="1" rssbud="1"/>
|
||||
<Route author="btdwv" path="/manhuagui/mhgui/comic/:id/:chapterCnt?" example="/manhuagui/mhgui/comic/13317/5" paramsDesc={['漫画ID','返回章节的数量,默认为0,返回所有章节']} radar="1"/>
|
||||
|
||||
### 台湾站 - 漫画更新 {#kan-man-hua-tai-wan-zhan-man-hua-geng-xin}
|
||||
|
||||
<Route author="btdwv" path="/manhuagui/twmanhuagui/comic/:id/:chapterCnt?" example="/manhuagui/twmanhuagui/comic/13317/5" paramsDesc={['漫画ID','返回章节的数量,默认为0,返回所有章节']} radar="1" rssbud="1"/>
|
||||
<Route author="btdwv" path="/manhuagui/twmanhuagui/comic/:id/:chapterCnt?" example="/manhuagui/twmanhuagui/comic/13317/5" paramsDesc={['漫画ID','返回章节的数量,默认为0,返回所有章节']} radar="1"/>
|
||||
|
||||
## 拷贝漫画 {#kao-bei-man-hua}
|
||||
|
||||
### 漫画更新 {#kao-bei-man-hua-man-hua-geng-xin}
|
||||
|
||||
<Route author="btdwv marvolo666 yan12125" path="/copymanga/comic/:id/:chapterCnt?" example="/copymanga/comic/dianjuren/5" paramsDesc={['漫画ID', '返回章节的数量,默认为 `10`']} radar="1" rssbud="1"/>
|
||||
<Route author="btdwv marvolo666 yan12125" path="/copymanga/comic/:id/:chapterCnt?" example="/copymanga/comic/dianjuren/5" paramsDesc={['漫画ID', '返回章节的数量,默认为 `10`']} radar="1"/>
|
||||
|
||||
## 漫画 DB {#man-hua-db}
|
||||
|
||||
|
|
@ -835,13 +835,13 @@ You can use some RSS parsing libraries (like `feedpraser` in `Python`) to receiv
|
|||
|
||||
### 漫画更新 {#man-xiao-si-man-hua-geng-xin}
|
||||
|
||||
<Route author="junfengP" path="/manxiaosi/book/:id" example="/manxiaosi/book/90" paramsDesc={['漫画id,漫画主页的地址栏中']} radar="1" rssbud="1"/>
|
||||
<Route author="junfengP" path="/manxiaosi/book/:id" example="/manxiaosi/book/90" paramsDesc={['漫画id,漫画主页的地址栏中']} radar="1"/>
|
||||
|
||||
## 三界异次元 {#san-jie-yi-ci-yuan}
|
||||
|
||||
### 三界异次元 {#san-jie-yi-ci-yuan-san-jie-yi-ci-yuan}
|
||||
|
||||
<Route author="luyuhuang" example="/3ycy/home" path="/3ycy/home" radar="1" rssbud="1"/>
|
||||
<Route author="luyuhuang" example="/3ycy/home" path="/3ycy/home" radar="1"/>
|
||||
|
||||
## 紳士漫畫 {#shen-shi-man-hua}
|
||||
|
||||
|
|
@ -861,13 +861,13 @@ You can use some RSS parsing libraries (like `feedpraser` in `Python`) to receiv
|
|||
|
||||
### 鼠绘漫画 {#shu-hui-man-hua-shu-hui-man-hua}
|
||||
|
||||
<Route author="zytomorrow" path="/shuhui/comics/:id" example="/shuhui/comics/1" paramsDesc={['漫画id,漫画主页的地址栏中最后一位数字']} radar="1" rssbud="1"/>
|
||||
<Route author="zytomorrow" path="/shuhui/comics/:id" example="/shuhui/comics/1" paramsDesc={['漫画id,漫画主页的地址栏中最后一位数字']} radar="1"/>
|
||||
|
||||
## 腾讯动漫 {#teng-xun-dong-man}
|
||||
|
||||
### 排行榜 {#teng-xun-dong-man-pai-hang-bang}
|
||||
|
||||
<Route author="nczitzk" example="/qq/ac/rank" path="/qq/ac/rank/:type?/:time?" paramsDesc={['分类,见下表,默认为月票榜', '时间,`cur` 为当周、`prev` 为上周']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/qq/ac/rank" path="/qq/ac/rank/:type?/:time?" paramsDesc={['分类,见下表,默认为月票榜', '时间,`cur` 为当周、`prev` 为上周']} radar="1">
|
||||
|
||||
| 月票榜 | 飙升榜 | 新作榜 | 畅销榜 | TOP100 | 男生榜 | 女生榜 |
|
||||
| ------ | ------ | ------ | ------ | ------ | ------ | ------ |
|
||||
|
|
@ -883,7 +883,7 @@ You can use some RSS parsing libraries (like `feedpraser` in `Python`) to receiv
|
|||
|
||||
### 漫画 {#teng-xun-dong-man-man-hua}
|
||||
|
||||
<Route author="nczitzk" example="/qq/ac/comic/531490" path="/qq/ac/comic/:id" paramsDesc={['编号,可在对应页 URL 中找到']} radar="1" rssbud="1"/>
|
||||
<Route author="nczitzk" example="/qq/ac/comic/531490" path="/qq/ac/comic/:id" paramsDesc={['编号,可在对应页 URL 中找到']} radar="1"/>
|
||||
|
||||
## 忧郁的 loli {#you-yu-de-loli}
|
||||
|
||||
|
|
|
|||
|
|
@ -112,7 +112,7 @@
|
|||
|
||||
### 列表 {#8264-lie-biao}
|
||||
|
||||
<Route author="nczitzk" example="/8264/list/751" path="/8264/list/:id?" paramsDesc={['列表 id,见下表,默认为 751,即热门推荐']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/8264/list/751" path="/8264/list/:id?" paramsDesc={['列表 id,见下表,默认为 751,即热门推荐']} radar="1">
|
||||
|
||||
| 热门推荐 | 户外知识 | 户外装备 |
|
||||
| -------- | -------- | -------- |
|
||||
|
|
@ -201,11 +201,11 @@
|
|||
|
||||
### 首頁帖子 {#dcard-shou-ye-tie-zi}
|
||||
|
||||
<Route author="DIYgod" example="/dcard/posts/popular" path="/dcard/posts/:type?" paramsDesc={['排序,popular 熱門;latest 最新,默認為 latest']} radar="1" rssbud="1" anticrawler="1" puppeteer="1"/>
|
||||
<Route author="DIYgod" example="/dcard/posts/popular" path="/dcard/posts/:type?" paramsDesc={['排序,popular 熱門;latest 最新,默認為 latest']} radar="1" anticrawler="1" puppeteer="1"/>
|
||||
|
||||
### 板塊帖子 {#dcard-ban-kuai-tie-zi}
|
||||
|
||||
<Route author="HenryQW" example="/dcard/funny/popular" path="/dcard/:section/:type?" paramsDesc={['板塊名稱,URL 中獲得', '排序,popular 熱門;latest 最新,默認為 latest']} radar="1" rssbud="1" anticrawler="1" puppeteer="1"/>
|
||||
<Route author="HenryQW" example="/dcard/funny/popular" path="/dcard/:section/:type?" paramsDesc={['板塊名稱,URL 中獲得', '排序,popular 熱門;latest 最新,默認為 latest']} radar="1" anticrawler="1" puppeteer="1"/>
|
||||
|
||||
## Discourse {#discourse}
|
||||
|
||||
|
|
@ -271,13 +271,13 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo
|
|||
|
||||
### 主题贴 {#etoland-zhu-ti-tie}
|
||||
|
||||
<Route author="mengx8" example="/etoland/star01" path="/etoland/:boardId" paramsDesc={['板块 id,可在板块 URL 找到']} radar="1" rssbud="1"/>
|
||||
<Route author="mengx8" example="/etoland/star01" path="/etoland/:boardId" paramsDesc={['板块 id,可在板块 URL 找到']} radar="1"/>
|
||||
|
||||
## HACKER TALK 黑客说 {#hacker-talk-hei-ke-shuo}
|
||||
|
||||
### 最新帖子 {#hacker-talk-hei-ke-shuo-zui-xin-tie-zi}
|
||||
|
||||
<Route author="hyoban" example="/hackertalk" path="/hackertalk" radar="1" rssbud="1"/>
|
||||
<Route author="hyoban" example="/hackertalk" path="/hackertalk" radar="1"/>
|
||||
|
||||
## LearnKu {#learnku}
|
||||
|
||||
|
|
@ -309,11 +309,11 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo
|
|||
|
||||
### 看板 {#meteor-kan-ban}
|
||||
|
||||
<Route author="TonyRL" example="/meteor/all" path="/meteor/:board?" paramsDesc={['看板 ID 或簡稱,可在 URL 或下方路由找到,預設為 `all`']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/meteor/all" path="/meteor/:board?" paramsDesc={['看板 ID 或簡稱,可在 URL 或下方路由找到,預設為 `all`']} radar="1"/>
|
||||
|
||||
### 看板列表 {#meteor-kan-ban-lie-biao}
|
||||
|
||||
<Route author="TonyRL" example="/meteor/boards" path="/meteor/boards" radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/meteor/boards" path="/meteor/boards" radar="1"/>
|
||||
|
||||
## Mobilism {#mobilism}
|
||||
|
||||
|
|
@ -345,25 +345,25 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo
|
|||
|
||||
### 分区帖子 {#nga-fen-qu-tie-zi}
|
||||
|
||||
<Route author="xyqfer" example="/nga/forum/489" path="/nga/forum/:fid/:recommend?" paramsDesc={['分区 id, 可在分区主页 URL 找到, 没有 fid 时 stid 同样适用','是否只显示精华主题, 留空为否, 任意值为是']} radar="1" rssbud="1"/>
|
||||
<Route author="xyqfer" example="/nga/forum/489" path="/nga/forum/:fid/:recommend?" paramsDesc={['分区 id, 可在分区主页 URL 找到, 没有 fid 时 stid 同样适用','是否只显示精华主题, 留空为否, 任意值为是']} radar="1"/>
|
||||
|
||||
### 帖子 {#nga-tie-zi}
|
||||
|
||||
<Route author="xyqfer syrinka" example="/nga/post/18449558" path="/nga/post/:tid/:authorId?" paramsDesc={['帖子 id, 可在帖子 URL 找到', '作者 id']} radar="1" rssbud="1"/>
|
||||
<Route author="xyqfer syrinka" example="/nga/post/18449558" path="/nga/post/:tid/:authorId?" paramsDesc={['帖子 id, 可在帖子 URL 找到', '作者 id']} radar="1"/>
|
||||
|
||||
## Pikabu {#pikabu}
|
||||
|
||||
### Community {#pikabu-community}
|
||||
|
||||
<Route author="TonyRL" example="/pikabu/community/real_true_story" path="/pikabu/community/:name" paramsDesc={['Community name']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/pikabu/community/real_true_story" path="/pikabu/community/:name" paramsDesc={['Community name']} radar="1"/>
|
||||
|
||||
### Tag {#pikabu-tag}
|
||||
|
||||
<Route author="TonyRL" example="/pikabu/tag/Metallica" path="/pikabu/tag/:name" paramsDesc={['Tag name']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/pikabu/tag/Metallica" path="/pikabu/tag/:name" paramsDesc={['Tag name']} radar="1"/>
|
||||
|
||||
### User {#pikabu-user}
|
||||
|
||||
<Route author="TonyRL" example="/pikabu/user/@Eujenu" path="/pikabu/user/:name" paramsDesc={['User name']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/pikabu/user/@Eujenu" path="/pikabu/user/:name" paramsDesc={['User name']} radar="1"/>
|
||||
|
||||
## PLAYNO.1 玩樂達人 {#playno.1-wan-le-da-ren}
|
||||
|
||||
|
|
@ -375,7 +375,7 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo
|
|||
|
||||
:::
|
||||
|
||||
<Route author="TonyRL" example="/playno1/av" path="/playno1/av/:catid?" paramsDesc={['分类,见下表,默认为全部文章']} radar="1" rssbud="1">
|
||||
<Route author="TonyRL" example="/playno1/av" path="/playno1/av/:catid?" paramsDesc={['分类,见下表,默认为全部文章']} radar="1">
|
||||
|
||||
| 全部文章 | AV 新聞 | AV 導覽 |
|
||||
| -------- | ------- | ------- |
|
||||
|
|
@ -385,7 +385,7 @@ If you opt to enable `fulltext` feature, consider adding `limit` parameter to yo
|
|||
|
||||
### 情趣 {#playno.1-wan-le-da-ren-qing-qu}
|
||||
|
||||
<Route author="TonyRL" example="/playno1/st" path="/playno1/st/:catid?" paramsDesc={['分类,见下表,默认为全部文章']} radar="1" rssbud="1">
|
||||
<Route author="TonyRL" example="/playno1/st" path="/playno1/st/:catid?" paramsDesc={['分类,见下表,默认为全部文章']} radar="1">
|
||||
|
||||
| 全部文章 | 情趣體驗報告 | 情趣新聞 | 情趣研究所 |
|
||||
| -------- | ------------ | -------- | ---------- |
|
||||
|
|
@ -503,13 +503,13 @@ When accessing Joeyray's Bar, `SCBOY_BBS_TOKEN` needs to be filled in `environme
|
|||
|
||||
### forum {#zodgame-forum}
|
||||
|
||||
<Route author="FeCCC" example="/zodgame/forum/13" path="/zodgame/forum/:fid?" paramsDesc={['forum id, can be found in URL']} radar="1" rssbud="1" configRequired="1"/>
|
||||
<Route author="FeCCC" example="/zodgame/forum/13" path="/zodgame/forum/:fid?" paramsDesc={['forum id, can be found in URL']} radar="1" configRequired="1"/>
|
||||
|
||||
## Zuvio {#zuvio}
|
||||
|
||||
### 校園話題 {#zuvio-xiao-yuan-hua-ti}
|
||||
|
||||
<Route author="TonyRL" example="/zuvio/student5/34" path="/zuvio/student5/:board?" paramsDesc={['看板 ID,空为全站文章,可在看板 URL 或下方路由找到']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/zuvio/student5/34" path="/zuvio/student5/:board?" paramsDesc={['看板 ID,空为全站文章,可在看板 URL 或下方路由找到']} radar="1"/>
|
||||
|
||||
### 看板列表 {#zuvio-kan-ban-lie-biao}
|
||||
|
||||
|
|
@ -592,7 +592,7 @@ When accessing Joeyray's Bar, `SCBOY_BBS_TOKEN` needs to be filled in `environme
|
|||
|
||||
### 子版块 {#di-yi-hui-suo-zi-ban-kuai}
|
||||
|
||||
<Route author="TonyRL" example="/sis001/forum/322" path="/sis001/forum/:id?" paramsDesc={['子版块 ID,可在子论坛 URL 找到,默认为 `Funny Jokes | 短篇笑话区`']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/sis001/forum/322" path="/sis001/forum/:id?" paramsDesc={['子版块 ID,可在子论坛 URL 找到,默认为 `Funny Jokes | 短篇笑话区`']} radar="1"/>
|
||||
|
||||
## 电鸭社区 {#dian-ya-she-qu}
|
||||
|
||||
|
|
@ -1053,7 +1053,7 @@ When accessing Joeyray's Bar, `SCBOY_BBS_TOKEN` needs to be filled in `environme
|
|||
|
||||
### 社区 {#wei-feng-she-qu}
|
||||
|
||||
<Route author="TonyRL" example="/feng/forum/1" path="/feng/forum/:id/:type?" paramsDesc={['版块 ID,可在版块 URL 找到', '排序,见下表,默认为 `all`']} radar="1" rssbud="1">
|
||||
<Route author="TonyRL" example="/feng/forum/1" path="/feng/forum/:id/:type?" paramsDesc={['版块 ID,可在版块 URL 找到', '排序,见下表,默认为 `all`']} radar="1">
|
||||
|
||||
| 最新回复 | 最新发布 | 热门 | 精华 |
|
||||
| -------- | -------- | ---- | ------- |
|
||||
|
|
@ -1065,7 +1065,7 @@ When accessing Joeyray's Bar, `SCBOY_BBS_TOKEN` needs to be filled in `environme
|
|||
|
||||
### 博客 {#wen-xue-cheng-bo-ke}
|
||||
|
||||
<Route author="changlan" example="/wenxuecity/blog/43626" path="/wenxuecity/blog/:id" paramsDesc={['博客 ID, 可在 URL 中找到']} radar="1" rssbud="1"/>
|
||||
<Route author="changlan" example="/wenxuecity/blog/43626" path="/wenxuecity/blog/:id" paramsDesc={['博客 ID, 可在 URL 中找到']} radar="1"/>
|
||||
|
||||
### 最热主题 {#wen-xue-cheng-zui-re-zhu-ti}
|
||||
|
||||
|
|
@ -1073,7 +1073,7 @@ When accessing Joeyray's Bar, `SCBOY_BBS_TOKEN` needs to be filled in `environme
|
|||
|
||||
### 最新主题 {#wen-xue-cheng-zui-xin-zhu-ti}
|
||||
|
||||
<Route author="changlan" example="/wenxuecity/bbs/tzlc" path="/wenxuecity/bbs/:cat/:elite?" paramsDesc={['版面名, 可在 URL 中找到', '是否精华区, 1 为精华区']} radar="1" rssbud="1"/>
|
||||
<Route author="changlan" example="/wenxuecity/bbs/tzlc" path="/wenxuecity/bbs/:cat/:elite?" paramsDesc={['版面名, 可在 URL 中找到', '是否精华区, 1 为精华区']} radar="1"/>
|
||||
|
||||
### 焦点新闻 {#wen-xue-cheng-jiao-dian-xin-wen}
|
||||
|
||||
|
|
@ -1083,7 +1083,7 @@ When accessing Joeyray's Bar, `SCBOY_BBS_TOKEN` needs to be filled in `environme
|
|||
|
||||
### 圈子 {#xiao-mi-she-qu-quan-zi}
|
||||
|
||||
<Route author="DIYgod" example="/mi/bbs/board/18066617" path="/mi/bbs/board/:boardId" paramsDesc={['圈子 id,可在圈子 URL 找到']} radar="1" rssbud="1"/>
|
||||
<Route author="DIYgod" example="/mi/bbs/board/18066617" path="/mi/bbs/board/:boardId" paramsDesc={['圈子 id,可在圈子 URL 找到']} radar="1"/>
|
||||
|
||||
## 小木虫论坛 {#xiao-mu-chong-lun-tan}
|
||||
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@ username 为博主用户名,而非`xxx.hashnode.dev`中`xxx`所代表的 blog
|
|||
|
||||
### Category {#ian-spriggss-category}
|
||||
|
||||
<Route author="nczitzk" example="/ianspriggs/portraits" path="/ianspriggs/:category?" paramsDesc={['Category, see below, 3D PORTRAITS by default']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/ianspriggs/portraits" path="/ianspriggs/:category?" paramsDesc={['Category, see below, 3D PORTRAITS by default']} radar="1">
|
||||
|
||||
| 3D PORTRAITS | CHARACTERS |
|
||||
| ------------ | ---------- |
|
||||
|
|
@ -250,7 +250,7 @@ Personalized recommendations require the cookie value after logging in, so only
|
|||
|
||||
### Essays {#paul-graham-essays}
|
||||
|
||||
<Route author="Maecenas nczitzk" example="/paulgraham/articles" path="/paulgraham/articles" radar="1" rssbud="1"/>
|
||||
<Route author="Maecenas nczitzk" example="/paulgraham/articles" path="/paulgraham/articles" radar="1"/>
|
||||
|
||||
## Phrack Magazine {#phrack-magazine}
|
||||
|
||||
|
|
@ -286,7 +286,7 @@ Limit the number of entries to be retrieved by adding `?limit=x` to the end of t
|
|||
|
||||
### Blog {#surfshark-blog}
|
||||
|
||||
<Route author="nczitzk" example="/surfshark/blog" path="/surfshark/blog/:category?" paramsDesc={['Category, can be found in URL ,see below, All by default']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/surfshark/blog" path="/surfshark/blog/:category?" paramsDesc={['Category, can be found in URL ,see below, All by default']} radar="1">
|
||||
|
||||
| Home | Cybersecurity | All things VPN | Internet censorship | Entertainment | News |
|
||||
| ---- | ------------- | -------------- | ------------------- | ------------- | ---- |
|
||||
|
|
@ -316,7 +316,7 @@ Limit the number of entries to be retrieved by adding `?limit=x` to the end of t
|
|||
|
||||
### 最新文章 {#v1tx-zui-xin-wen-zhang}
|
||||
|
||||
<Route author="TonyRL" example="/v1tx" path="/v1tx" radar="1" rssbud="1" />
|
||||
<Route author="TonyRL" example="/v1tx" path="/v1tx" radar="1" />
|
||||
|
||||
## Whoscall {#whoscall}
|
||||
|
||||
|
|
@ -365,19 +365,19 @@ Limit the number of entries to be retrieved by adding `?limit=x` to the end of t
|
|||
|
||||
### 10 天推荐排行榜 {#bo-ke-yuan-10-tian-tui-jian-pai-hang-bang}
|
||||
|
||||
<Route author="hujingnb" example="/cnblogs/aggsite/topdiggs" path="/cnblogs/aggsite/topdiggs" radar="1" rssbud="1"/>
|
||||
<Route author="hujingnb" example="/cnblogs/aggsite/topdiggs" path="/cnblogs/aggsite/topdiggs" radar="1"/>
|
||||
|
||||
### 48 小时阅读排行 {#bo-ke-yuan-48-xiao-shi-yue-du-pai-hang}
|
||||
|
||||
<Route author="hujingnb" example="/cnblogs/aggsite/topviews" path="/cnblogs/aggsite/topviews" radar="1" rssbud="1"/>
|
||||
<Route author="hujingnb" example="/cnblogs/aggsite/topviews" path="/cnblogs/aggsite/topviews" radar="1"/>
|
||||
|
||||
### 编辑推荐 {#bo-ke-yuan-bian-ji-tui-jian}
|
||||
|
||||
<Route author="hujingnb" example="/cnblogs/aggsite/headline" path="/cnblogs/aggsite/headline" radar="1" rssbud="1"/>
|
||||
<Route author="hujingnb" example="/cnblogs/aggsite/headline" path="/cnblogs/aggsite/headline" radar="1"/>
|
||||
|
||||
### 分类 {#bo-ke-yuan-fen-lei}
|
||||
|
||||
<Route author="hujingnb" example="/cnblogs/cate/go" path="/cnblogs/cate/:type" paramsDesc={['类型']} radar="1" rssbud="1">
|
||||
<Route author="hujingnb" example="/cnblogs/cate/go" path="/cnblogs/cate/:type" paramsDesc={['类型']} radar="1">
|
||||
|
||||
在博客园主页的分类出可查看所有类型。例如,go 的分类地址为: `https://www.cnblogs.com/cate/go/`, 则: [`/cnblogs/cate/go`](https://rsshub.app/cnblogs/cate/go)
|
||||
|
||||
|
|
@ -385,7 +385,7 @@ Limit the number of entries to be retrieved by adding `?limit=x` to the end of t
|
|||
|
||||
### 精华区 {#bo-ke-yuan-jing-hua-qu}
|
||||
|
||||
<Route author="hujingnb" example="/cnblogs/pick" path="/cnblogs/pick" radar="1" rssbud="1"/>
|
||||
<Route author="hujingnb" example="/cnblogs/pick" path="/cnblogs/pick" radar="1"/>
|
||||
|
||||
## 财新博客 {#cai-xin-bo-ke}
|
||||
|
||||
|
|
@ -437,7 +437,7 @@ Limit the number of entries to be retrieved by adding `?limit=x` to the end of t
|
|||
|
||||
### 文章 {#jian-ning-xian-tan-wen-zhang}
|
||||
|
||||
<Route author="changlan" example="/blogs/jianning" path="/blogs/jianning" radar="1" rssbud="1"/>
|
||||
<Route author="changlan" example="/blogs/jianning" path="/blogs/jianning" radar="1"/>
|
||||
|
||||
## 劍心.回憶 {#jian-xin-hui-yi}
|
||||
|
||||
|
|
@ -515,7 +515,7 @@ Limit the number of entries to be retrieved by adding `?limit=x` to the end of t
|
|||
|
||||
### 专题展示 - 文章 {#shi-nian-zhi-yue-zhuan-ti-zhan-shi-wen-zhang}
|
||||
|
||||
<Route author="7Wate a180285" example="/foreverblog/feeds" path="/foreverblog/feeds" radar="1" rssbud="1" />
|
||||
<Route author="7Wate a180285" example="/foreverblog/feeds" path="/foreverblog/feeds" radar="1" />
|
||||
|
||||
## 土猛的员外 {#tu-meng-de-yuan-wai}
|
||||
|
||||
|
|
@ -585,4 +585,4 @@ Limit the number of entries to be retrieved by adding `?limit=x` to the end of t
|
|||
|
||||
### 上周热门 TOP 20 {#zhu-bai-shang-zhou-re-men-top-20}
|
||||
|
||||
<Route author="nczitzk" example="/zhubai/top20" path="/zhubai/top20" radar="1" rssbud="1"/>
|
||||
<Route author="nczitzk" example="/zhubai/top20" path="/zhubai/top20" radar="1"/>
|
||||
|
|
|
|||
|
|
@ -249,7 +249,7 @@ Default is under 'https://www.methodstudios.com/en/features'.
|
|||
|
||||
### 发现(+ 推荐预设) {#zhan-ku-fa-xian-tui-jian-yu-she}
|
||||
|
||||
<Route author="junbaor nczitzk" example="/zcool/discover/all" path="/zcool/discover/:type?" paramsDesc={['预设参数,见下表']} radar="1" rssbud="1">
|
||||
<Route author="junbaor nczitzk" example="/zcool/discover/all" path="/zcool/discover/:type?" paramsDesc={['预设参数,见下表']} radar="1">
|
||||
|
||||
推荐类型
|
||||
|
||||
|
|
@ -261,7 +261,7 @@ Default is under 'https://www.methodstudios.com/en/features'.
|
|||
|
||||
### 发现(+ 查询参数) {#zhan-ku-fa-xian-cha-xun-can-shu}
|
||||
|
||||
<Route author="nczitzk" example="/zcool/discover/cate=0&subCate=0" path="/zcool/discover/:query?" paramsDesc={['查询参数']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/zcool/discover/cate=0&subCate=0" path="/zcool/discover/:query?" paramsDesc={['查询参数']} radar="1">
|
||||
|
||||
在 [站酷发现页](https://www.zcool.com.cn/discover) 中选择好所有可选的查询参数后会跳转到对应搜索结果页面。此时地址栏 `https://www.zcool.com.cn/discover/` 后的字段即为查询参数。
|
||||
|
||||
|
|
@ -275,7 +275,7 @@ Default is under 'https://www.methodstudios.com/en/features'.
|
|||
|
||||
### 发现 {#zhan-ku-fa-xian}
|
||||
|
||||
<Route author="nczitzk" example="/zcool/discover" path="/zcool/discover/:query?/:subCate?/:hasVideo?/:city?/:college?/:recommendLevel?/:sort?" paramsDesc={['查询参数或分类,若填写分类见下表,默认为空 或 `0` 即精选', '子分类,见下表,默认为 `0` 即该父分类下全部', '是否含视频,默认为 `0` 即全部,亦可选 `1` 即含视频', '地区代码,填入发现页中 `选择城市` 中的各级地名,如 `亚洲`、`中国`、`北京`、`纽约`、`巴黎`等', '学校,默认为 `0` 即全部', '推荐等级,见下表,默认为 `2` 即编辑精选', '排序方式,可选 `0` 即最新发布 或 `9` 即默认排序,默认为 `9`']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/zcool/discover" path="/zcool/discover/:query?/:subCate?/:hasVideo?/:city?/:college?/:recommendLevel?/:sort?" paramsDesc={['查询参数或分类,若填写分类见下表,默认为空 或 `0` 即精选', '子分类,见下表,默认为 `0` 即该父分类下全部', '是否含视频,默认为 `0` 即全部,亦可选 `1` 即含视频', '地区代码,填入发现页中 `选择城市` 中的各级地名,如 `亚洲`、`中国`、`北京`、`纽约`、`巴黎`等', '学校,默认为 `0` 即全部', '推荐等级,见下表,默认为 `2` 即编辑精选', '排序方式,可选 `0` 即最新发布 或 `9` 即默认排序,默认为 `9`']} radar="1">
|
||||
|
||||
查看 **精选** 分类下的全部内容,其他参数选择默认,可直接使用路由 [`/zcool/discover/0`](https://rsshub.app/zcool/discover/0)
|
||||
|
||||
|
|
@ -399,7 +399,7 @@ UI 17
|
|||
|
||||
### 作品总榜单 {#zhan-ku-zuo-pin-zong-bang-dan}
|
||||
|
||||
<Route author="yuuow" example="/zcool/top/design" path="/zcool/top/:type" paramsDesc={['推荐类型,详见下面的表格']} radar="1" rssbud="1">
|
||||
<Route author="yuuow" example="/zcool/top/design" path="/zcool/top/:type" paramsDesc={['推荐类型,详见下面的表格']} radar="1">
|
||||
|
||||
榜单类型
|
||||
|
||||
|
|
@ -411,7 +411,7 @@ UI 17
|
|||
|
||||
### 用户作品 {#zhan-ku-yong-hu-zuo-pin}
|
||||
|
||||
<Route author="junbaor" example="/zcool/user/baiyong" path="/zcool/user/:uid" paramsDesc={['个性域名前缀或者用户ID']} radar="1" rssbud="1">
|
||||
<Route author="junbaor" example="/zcool/user/baiyong" path="/zcool/user/:uid" paramsDesc={['个性域名前缀或者用户ID']} radar="1">
|
||||
|
||||
例如:
|
||||
|
||||
|
|
|
|||
|
|
@ -290,7 +290,7 @@ Language
|
|||
|
||||
### Summary {#seeking-alpha-summary}
|
||||
|
||||
<Route author="TonyRL" example="/seekingalpha/TSM/transcripts" path="/seekingalpha/:symbol/:category?" paramsDesc={['Stock symbol', 'Category, see below, `news` by default']} radar="1" rssbud="1">
|
||||
<Route author="TonyRL" example="/seekingalpha/TSM/transcripts" path="/seekingalpha/:symbol/:category?" paramsDesc={['Stock symbol', 'Category, see below, `news` by default']} radar="1">
|
||||
|
||||
| Analysis | News | Transcripts | Press Releases | Related Analysis |
|
||||
| ------- | ------- | -------- | ---- | ------ |
|
||||
|
|
@ -336,7 +336,7 @@ Language:
|
|||
|
||||
### News Flow {#unusual-whales-news-flow}
|
||||
|
||||
<Route author="TonyRL" example="/unusualwhales/news" path="/unusualwhales/news" radar="1" rssbud="1" />
|
||||
<Route author="TonyRL" example="/unusualwhales/news" path="/unusualwhales/news" radar="1" />
|
||||
|
||||
## WEEX 华尔街见闻旗下全球投资线上品牌 {#weex-hua-er-jie-jian-wen-qi-xia-quan-qiu-tou-zi-xian-shang-pin-pai}
|
||||
|
||||
|
|
@ -416,7 +416,7 @@ See filters in [Report](https://www.weforum.org/reports) for Year and Platform t
|
|||
|
||||
### 滚动新闻 {#cai-jing-wang-gun-dong-xin-wen}
|
||||
|
||||
<Route author="TonyRL" example="/caijing/roll" path="/caijing/roll" rardr="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/caijing/roll" path="/caijing/roll" rardr="1"/>
|
||||
|
||||
## 财联社 {#cai-lian-she}
|
||||
|
||||
|
|
@ -484,7 +484,7 @@ See filters in [Report](https://www.weforum.org/reports) for Year and Platform t
|
|||
|
||||
### 首页 {#ge-long-hui-shou-ye}
|
||||
|
||||
<Route author="TonyRL" example="/gelonghui/home" path="/gelonghui/home/:tag?" paramsDesc={['分类标签,见下表,默认为 `web_home_page`']} radar="1" rssbud="1">
|
||||
<Route author="TonyRL" example="/gelonghui/home" path="/gelonghui/home/:tag?" paramsDesc={['分类标签,见下表,默认为 `web_home_page`']} radar="1">
|
||||
|
||||
| 推荐 | 股票 | 基金 | 新股 | 研报 |
|
||||
| ------------- | ----- | ---- | --------- | -------- |
|
||||
|
|
@ -494,23 +494,23 @@ See filters in [Report](https://www.weforum.org/reports) for Year and Platform t
|
|||
|
||||
### 用户文章 {#ge-long-hui-yong-hu-wen-zhang}
|
||||
|
||||
<Route author="nczitzk" example="/gelonghui/user/5273" path="/gelonghui/user/:id" paramsDesc={['用户编号,可在用户页 URL 中找到']} radar="1" rssbud="1"/>
|
||||
<Route author="nczitzk" example="/gelonghui/user/5273" path="/gelonghui/user/:id" paramsDesc={['用户编号,可在用户页 URL 中找到']} radar="1"/>
|
||||
|
||||
### 主题文章 {#ge-long-hui-zhu-ti-wen-zhang}
|
||||
|
||||
<Route author="nczitzk" example="/gelonghui/subject/4" path="/gelonghui/subject/:id" paramsDesc={['主题编号,可在主题页 URL 中找到']} radar="1" rssbud="1"/>
|
||||
<Route author="nczitzk" example="/gelonghui/subject/4" path="/gelonghui/subject/:id" paramsDesc={['主题编号,可在主题页 URL 中找到']} radar="1"/>
|
||||
|
||||
### 搜索关键字 {#ge-long-hui-sou-suo-guan-jian-zi}
|
||||
|
||||
<Route author="nczitzk" example="/gelonghui/keyword/早报" path="/gelonghui/keyword/:keyword" paramsDesc={['搜索关键字']} radar="1" rssbud="1"/>
|
||||
<Route author="nczitzk" example="/gelonghui/keyword/早报" path="/gelonghui/keyword/:keyword" paramsDesc={['搜索关键字']} radar="1"/>
|
||||
|
||||
### 最热文章 {#ge-long-hui-zui-re-wen-zhang}
|
||||
|
||||
<Route author="TonyRL" example="/gelonghui/hot-article" path="/gelonghui/hot-article/:type?" paramsDesc={['`day` 为日排行,`week` 为周排行,默认为 `day`']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/gelonghui/hot-article" path="/gelonghui/hot-article/:type?" paramsDesc={['`day` 为日排行,`week` 为周排行,默认为 `day`']} radar="1"/>
|
||||
|
||||
### 实时快讯 {#ge-long-hui-shi-shi-kuai-xun}
|
||||
|
||||
<Route author="TonyRL" example="/gelonghui/live" path="/gelonghui/live" radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/gelonghui/live" path="/gelonghui/live" radar="1"/>
|
||||
|
||||
## 国家金融与发展实验室 {#guo-jia-jin-rong-yu-fa-zhan-shi-yan-shi}
|
||||
|
||||
|
|
@ -544,13 +544,13 @@ See filters in [Report](https://www.weforum.org/reports) for Year and Platform t
|
|||
|
||||
### 个人主页 {#lao-hu-she-qu-ge-ren-zhu-ye}
|
||||
|
||||
<Route author="Fatpandac" example="/laohu8/personal/3527667596890271" path="/laohu8/personal/:id" paramsDesc={['用户 ID,见网址链接']} rssbud="1" radar="1"/>
|
||||
<Route author="Fatpandac" example="/laohu8/personal/3527667596890271" path="/laohu8/personal/:id" paramsDesc={['用户 ID,见网址链接']} radar="1"/>
|
||||
|
||||
## 麦肯锡 {#mai-ken-xi}
|
||||
|
||||
### 洞见 {#mai-ken-xi-dong-jian}
|
||||
|
||||
<Route author="laampui" example="/mckinsey/cn" path="/mckinsey/cn/:category?" paramsDesc={['分类,见下表,默认为全部']} radar="1" rssbud="1">
|
||||
<Route author="laampui" example="/mckinsey/cn" path="/mckinsey/cn/:category?" paramsDesc={['分类,见下表,默认为全部']} radar="1">
|
||||
|
||||
| 分类 | 分类名 |
|
||||
| ---- | ------------------ |
|
||||
|
|
@ -617,7 +617,7 @@ See filters in [Report](https://www.weforum.org/reports) for Year and Platform t
|
|||
|
||||
### 本所业务指南与流程 {#shang-hai-zheng-quan-jiao-yi-suo-ben-suo-ye-wu-zhi-nan-yu-liu-cheng}
|
||||
|
||||
<Route author="nczitzk" example="/sse/lawandrules" path="/sse/lawandrules/:slug?" paramsDesc={['见下文,默认为 `latest`']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/sse/lawandrules" path="/sse/lawandrules/:slug?" paramsDesc={['见下文,默认为 `latest`']} radar="1">
|
||||
|
||||
将目标栏目的网址拆解为 `https://www.sse.com.cn/lawandrules/guide/` 和后面的字段,把后面的字段中的 `/` 替换为 `-`,即为该路由的 slug
|
||||
|
||||
|
|
@ -629,19 +629,19 @@ See filters in [Report](https://www.weforum.org/reports) for Year and Platform t
|
|||
|
||||
### 上市公司信息最新公告披露 {#shang-hai-zheng-quan-jiao-yi-suo-shang-shi-gong-si-xin-xi-zui-xin-gong-gao-pi-lu}
|
||||
|
||||
<Route author="harveyqiu" example="/sse/disclosure/beginDate=2018-08-18&endDate=2020-08-25&productId=600696" path="/sse/disclosure/:query?" paramsDesc={['筛选条件,见示例']} radar="1" rssbud="1"/>
|
||||
<Route author="harveyqiu" example="/sse/disclosure/beginDate=2018-08-18&endDate=2020-08-25&productId=600696" path="/sse/disclosure/:query?" paramsDesc={['筛选条件,见示例']} radar="1"/>
|
||||
|
||||
### 可转换公司债券公告 {#shang-hai-zheng-quan-jiao-yi-suo-ke-zhuan-huan-gong-si-zhai-quan-gong-gao}
|
||||
|
||||
<Route author="kt286" example="/sse/convert/beginDate=2018-08-18&endDate=2019-08-18&companyCode=603283&title=股份" path="/sse/convert/:query?" paramsDesc={['筛选条件,见示例']} radar="1" rssbud="1"/>
|
||||
<Route author="kt286" example="/sse/convert/beginDate=2018-08-18&endDate=2019-08-18&companyCode=603283&title=股份" path="/sse/convert/:query?" paramsDesc={['筛选条件,见示例']} radar="1"/>
|
||||
|
||||
### 科创板项目动态 {#shang-hai-zheng-quan-jiao-yi-suo-ke-chuang-ban-xiang-mu-dong-tai}
|
||||
|
||||
<Route author="Jeason0228" example="/sse/renewal" path="/sse/renewal" radar="1" rssbud="1"/>
|
||||
<Route author="Jeason0228" example="/sse/renewal" path="/sse/renewal" radar="1"/>
|
||||
|
||||
### 监管问询 {#shang-hai-zheng-quan-jiao-yi-suo-jian-guan-wen-xun}
|
||||
|
||||
<Route author="Jeason0228" example="/sse/inquire" path="/sse/inquire" radar="1" rssbud="1"/>
|
||||
<Route author="Jeason0228" example="/sse/inquire" path="/sse/inquire" radar="1"/>
|
||||
|
||||
## 深圳证券交易所 {#shen-zhen-zheng-quan-jiao-yi-suo}
|
||||
|
||||
|
|
@ -718,7 +718,7 @@ See filters in [Report](https://www.weforum.org/reports) for Year and Platform t
|
|||
|
||||
### 专家 {#shou-xi-jing-ji-xue-jia-lun-tan-zhuan-jia}
|
||||
|
||||
<Route author="kdanfly" example="/chinacef/17/" path="/chinacef/:experts_id/" paramsDesc={['专家编号']} radar="1" rssbud="1">
|
||||
<Route author="kdanfly" example="/chinacef/17/" path="/chinacef/:experts_id/" paramsDesc={['专家编号']} radar="1">
|
||||
|
||||
| 李迅雷 | 夏斌 |
|
||||
| ------ | ---- |
|
||||
|
|
@ -728,7 +728,7 @@ See filters in [Report](https://www.weforum.org/reports) for Year and Platform t
|
|||
|
||||
### 金融热点 {#shou-xi-jing-ji-xue-jia-lun-tan-jin-rong-re-dian}
|
||||
|
||||
<Route author="kdanfly" example="/chinacef/portal/hot" path="/chinacef/portal/hot" radar="1" rssbud="1" />
|
||||
<Route author="kdanfly" example="/chinacef/portal/hot" path="/chinacef/portal/hot" radar="1" />
|
||||
|
||||
## 淘股吧 {#tao-gu-ba}
|
||||
|
||||
|
|
@ -788,7 +788,7 @@ See filters in [Report](https://www.weforum.org/reports) for Year and Platform t
|
|||
|
||||
### 用户专栏 {#xue-qiu-yong-hu-zhuan-lan}
|
||||
|
||||
<Route author="TonyRL" example="/xueqiu/column/9962554712" path="/xueqiu/column/:id" paramsDesc={['用户 id, 可在用户主页 URL 中找到']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/xueqiu/column/9962554712" path="/xueqiu/column/:id" paramsDesc={['用户 id, 可在用户主页 URL 中找到']} radar="1"/>
|
||||
|
||||
### 蛋卷基金净值更新 {#xue-qiu-dan-juan-ji-jin-jing-zhi-geng-xin}
|
||||
|
||||
|
|
|
|||
|
|
@ -236,7 +236,7 @@ Please skip the local service area code for `name`, for example `https://outage.
|
|||
|
||||
### 天气预报频道 {#zhong-guo-qi-xiang-ju-tian-qi-yu-bao-pin-dao}
|
||||
|
||||
<Route author="nczitzk" example="/cma/channel/380" path="/cma/channel/:id?" paramsDesc={['分类,见下表,可在对应频道页 URL 中找到,默认为 380,即每日天气提示']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/cma/channel/380" path="/cma/channel/:id?" paramsDesc={['分类,见下表,可在对应频道页 URL 中找到,默认为 380,即每日天气提示']} radar="1">
|
||||
|
||||
#### 天气实况 {#zhong-guo-qi-xiang-ju-tian-qi-yu-bao-pin-dao-tian-qi-shi-kuang}
|
||||
|
||||
|
|
|
|||
|
|
@ -394,7 +394,7 @@ Compatible with lists with an URL like `https://store.playstation.com/zh-hans-hk
|
|||
|
||||
### Game Product Price {#playstation-store-game-product-price}
|
||||
|
||||
<Route author="MisteryMonster" example="/ps/product/UP9000-CUSA00552_00-THELASTOFUS00000" path="/ps/:lang/product/:gridName" paramsDesc={['region','gridName from the product']} radar="1" rssbud="1">
|
||||
<Route author="MisteryMonster" example="/ps/product/UP9000-CUSA00552_00-THELASTOFUS00000" path="/ps/:lang/product/:gridName" paramsDesc={['region','gridName from the product']} radar="1">
|
||||
|
||||
Tested some countries, it should be work for most.
|
||||
|
||||
|
|
@ -404,11 +404,11 @@ Compatible with Product with an URL like `https://store.playstation.com/en-us/pr
|
|||
|
||||
### PlayStation Network user trophy {#playstation-store-playstation-network-user-trophy}
|
||||
|
||||
<Route author="DIYgod" example="/ps/trophy/DIYgod_" path="/ps/trophy/:id" paramsDesc={['User ID']} radar="1" rssbud="1"/>
|
||||
<Route author="DIYgod" example="/ps/trophy/DIYgod_" path="/ps/trophy/:id" paramsDesc={['User ID']} radar="1"/>
|
||||
|
||||
### PlayStation 4 System Update {#playstation-store-playstation-4-system-update}
|
||||
|
||||
<Route author="Jeason0228" example="/ps/ps4updates/" path="/ps/ps4updates/" radar="1" rssbud="1"/>
|
||||
<Route author="Jeason0228" example="/ps/ps4updates/" path="/ps/ps4updates/" radar="1"/>
|
||||
|
||||
## psnine {#psnine}
|
||||
|
||||
|
|
@ -473,7 +473,7 @@ Compatible with Product with an URL like `https://store.playstation.com/en-us/pr
|
|||
|
||||
### Steam search {#steam-steam-search}
|
||||
|
||||
<Route author="maple3142" example="/steam/search/specials=1" path="/steam/search/:params" paramsDesc={['search parameters']} radar="1" rssbud="1">
|
||||
<Route author="maple3142" example="/steam/search/specials=1" path="/steam/search/:params" paramsDesc={['search parameters']} radar="1">
|
||||
|
||||
Get serach parameters from the URL.
|
||||
|
||||
|
|
@ -653,11 +653,11 @@ The year, month and day provided under UTC time zone are the same as the officia
|
|||
|
||||
### 更新情报 {#guai-wu-lie-ren-shi-jie-geng-xin-qing-bao}
|
||||
|
||||
<Route author="DIYgod" example="/mhw/update" path="/mhw/update" radar="1" rssbud="1"/>
|
||||
<Route author="DIYgod" example="/mhw/update" path="/mhw/update" radar="1"/>
|
||||
|
||||
### 最新消息 {#guai-wu-lie-ren-shi-jie-zui-xin-xiao-xi}
|
||||
|
||||
<Route author="DIYgod" example="/mhw/news" path="/mhw/news" radar="1" rssbud="1"/>
|
||||
<Route author="DIYgod" example="/mhw/news" path="/mhw/news" radar="1"/>
|
||||
|
||||
## 盒心光环 {#he-xin-guang-huan}
|
||||
|
||||
|
|
@ -681,15 +681,15 @@ The year, month and day provided under UTC time zone are the same as the officia
|
|||
|
||||
### 首页 {#lv-fa-shi-ying-di-shou-ye}
|
||||
|
||||
<Route author="auto-bot-ty" example="/lfsyd/home" path="/lfsyd/home" radar="1" rssbud="1"/>
|
||||
<Route author="auto-bot-ty" example="/lfsyd/home" path="/lfsyd/home" radar="1"/>
|
||||
|
||||
### 首页(旧版) {#lv-fa-shi-ying-di-shou-ye-jiu-ban}
|
||||
|
||||
<Route author="auto-bot-ty" example="/lfsyd/old_home" path="/lfsyd/old_home" radar="1" rssbud="1"/>
|
||||
<Route author="auto-bot-ty" example="/lfsyd/old_home" path="/lfsyd/old_home" radar="1"/>
|
||||
|
||||
### 分区 {#lv-fa-shi-ying-di-fen-qu}
|
||||
|
||||
<Route author="auto-bot-ty" example="/lfsyd/tag/17" path="/lfsyd/tag/:tagId" paramsDesc={['订阅分区类型']} radar="1" rssbud="1">
|
||||
<Route author="auto-bot-ty" example="/lfsyd/tag/17" path="/lfsyd/tag/:tagId" paramsDesc={['订阅分区类型']} radar="1">
|
||||
|
||||
| 炉石传说 | 万智牌 | 游戏王 | 昆特牌 | 影之诗 | 符文之地传奇 | 阴阳师百闻牌 |
|
||||
| :------: | :----: | :----: | :----: | :----: | :----------: | :----------: |
|
||||
|
|
@ -703,7 +703,7 @@ The year, month and day provided under UTC time zone are the same as the officia
|
|||
|
||||
### 用户的帖子 {#lv-fa-shi-ying-di-yong-hu-de-tie-zi}
|
||||
|
||||
<Route author="auto-bot-ty" example="/lfsyd/user/55547" path="/lfsyd/user/:id" paramsDesc={['用户 id']} radar="1" rssbud="1"/>
|
||||
<Route author="auto-bot-ty" example="/lfsyd/user/55547" path="/lfsyd/user/:id" paramsDesc={['用户 id']} radar="1"/>
|
||||
|
||||
可以在用户主页的 URL 中找到
|
||||
|
||||
|
|
@ -855,7 +855,7 @@ Example:`https://www.iyingdi.com/tz/people/55547` ,id 是 `55547`
|
|||
|
||||
### 元素文章 {#nai-niu-guan-yuan-su-wen-zhang}
|
||||
|
||||
<Route author="hoilc" example="/cowlevel/element/1370" path="/cowlevel/element/:id" paramsDesc={['元素 ID, 可在 URL 中找到']} radar="1" rssbud="1"/>
|
||||
<Route author="hoilc" example="/cowlevel/element/1370" path="/cowlevel/element/:id" paramsDesc={['元素 ID, 可在 URL 中找到']} radar="1"/>
|
||||
|
||||
## 其乐 {#qi-le}
|
||||
|
||||
|
|
@ -943,7 +943,7 @@ Example:`https://www.iyingdi.com/tz/people/55547` ,id 是 `55547`
|
|||
|
||||
### 台服新闻 {#ying-xiong-lian-meng-tai-fu-xin-wen}
|
||||
|
||||
<Route author="hoilc" example="/loltw/news" path="/loltw/news/:category?" paramsDesc={['新闻分类,置空为全部新闻']} radar="1" rssbud="1">
|
||||
<Route author="hoilc" example="/loltw/news" path="/loltw/news/:category?" paramsDesc={['新闻分类,置空为全部新闻']} radar="1">
|
||||
|
||||
| 活动 | 资讯 | 系统 | 电竞 | 版本资讯 | 战棋资讯 |
|
||||
| ----- | ---- | ------ | ------ | -------- | -------- |
|
||||
|
|
@ -1025,15 +1025,15 @@ Example:`https://www.iyingdi.com/tz/people/55547` ,id 是 `55547`
|
|||
|
||||
### 游戏时光新闻 {#you-xi-shi-guang-you-xi-shi-guang-xin-wen}
|
||||
|
||||
<Route author="MyFaith" example="/vgtime/news" path="/vgtime/news" radar="1" rssbud="1"/>
|
||||
<Route author="MyFaith" example="/vgtime/news" path="/vgtime/news" radar="1"/>
|
||||
|
||||
### 游戏时光游戏发售表 {#you-xi-shi-guang-you-xi-shi-guang-you-xi-fa-shou-biao}
|
||||
|
||||
<Route author="MyFaith" example="/vgtime/release" path="/vgtime/release" radar="1" rssbud="1"/>
|
||||
<Route author="MyFaith" example="/vgtime/release" path="/vgtime/release" radar="1"/>
|
||||
|
||||
### 关键词资讯 {#you-xi-shi-guang-guan-jian-ci-zi-xun}
|
||||
|
||||
<Route author="DIYgod" example="/vgtime/keyword/怪物猎人" path="/vgtime/keyword/:keyword" radar="1" rssbud="1"/>
|
||||
<Route author="DIYgod" example="/vgtime/keyword/怪物猎人" path="/vgtime/keyword/:keyword" radar="1"/>
|
||||
|
||||
## 游讯网 {#you-xun-wang}
|
||||
|
||||
|
|
|
|||
|
|
@ -295,7 +295,7 @@ Language
|
|||
|
||||
### 最新资讯 {#bei-jing-wu-xian-dian-xie-hui-zui-xin-zi-xun}
|
||||
|
||||
<Route author="Misaka13514" example="/bjwxdxh/114" path="/bjwxdxh/:type?" paramsDesc={['类型,见下表,默认为全部']} radar="1" rssbud="1">
|
||||
<Route author="Misaka13514" example="/bjwxdxh/114" path="/bjwxdxh/:type?" paramsDesc={['类型,见下表,默认为全部']} radar="1">
|
||||
|
||||
| 协会活动 | 公告通知 | 会议情况 | 简报 | 政策法规 | 学习园地 | 业余无线电服务中心 | 经验交流 | 新技术推介 | 活动通知 | 爱好者园地 | 结果查询 | 资料下载 | 会员之家 | 会员简介 | 会员风采 | 活动报道 |
|
||||
| -------- | -------- | -------- | ---- | -------- | -------- | ------------------ | -------- | ---------- | -------- | ---------- | -------- | -------- | -------- | -------- | -------- | -------- |
|
||||
|
|
@ -307,7 +307,7 @@ Language
|
|||
|
||||
### 国有资产监督管理委员会 {#chong-qing-shi-ren-min-zheng-fu-guo-you-zi-chan-jian-du-guan-li-wei-yuan-hui}
|
||||
|
||||
<Route author="nczitzk" example="/gov/chongqing/gzw" path="/gov/chongqing/gzw/:category?" paramsDesc={['分类,见下表,默认为通知公告']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/gov/chongqing/gzw" path="/gov/chongqing/gzw/:category?" paramsDesc={['分类,见下表,默认为通知公告']} radar="1">
|
||||
|
||||
| 通知公告 | 国企资讯 | 国企简介 | 国企招聘 |
|
||||
| -------- | -------- | -------- | -------- |
|
||||
|
|
@ -479,7 +479,7 @@ Language
|
|||
|
||||
### 国家林草科技大讲堂 {#guo-jia-lin-ye-he-cao-yuan-ju-guo-jia-lin-cao-ke-ji-da-jiang-tang}
|
||||
|
||||
<Route author="nczitzk" example="/gov/forestry/gjlckjdjt" path="/gov/forestry/gjlckjdjt/:category?" paramsDesc={['分类,见下表,默认为全部']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/gov/forestry/gjlckjdjt" path="/gov/forestry/gjlckjdjt/:category?" paramsDesc={['分类,见下表,默认为全部']} radar="1">
|
||||
|
||||
| 分类 | id |
|
||||
| -------- | ---- |
|
||||
|
|
@ -496,7 +496,7 @@ Language
|
|||
|
||||
### 留言咨询 {#guo-jia-shi-chang-jian-du-guan-li-zong-ju-liu-yan-zi-xun}
|
||||
|
||||
<Route author="nczitzk" example="/gov/samr/xgzlyhd" path="/gov/samr/xgzlyhd/:category?/:department?" paramsDesc={['留言类型,见下表,默认为全部', '回复部门,见下表,默认为全部']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/gov/samr/xgzlyhd" path="/gov/samr/xgzlyhd/:category?/:department?" paramsDesc={['留言类型,见下表,默认为全部', '回复部门,见下表,默认为全部']} radar="1">
|
||||
|
||||
#### 留言类型 {#guo-jia-shi-chang-jian-du-guan-li-zong-ju-liu-yan-zi-xun-liu-yan-lei-xing}
|
||||
|
||||
|
|
@ -643,17 +643,17 @@ Language
|
|||
|
||||
### 列表 {#guo-jia-xin-wen-chu-ban-shu-lie-biao}
|
||||
|
||||
<Route author="y2361547758" example="/gov/nppa/317" path="/gov/nppa/:channel" paramsDesc={['栏目名 id']} radar="1" rssbud="1"/>
|
||||
<Route author="y2361547758" example="/gov/nppa/317" path="/gov/nppa/:channel" paramsDesc={['栏目名 id']} radar="1"/>
|
||||
|
||||
### 详情 {#guo-jia-xin-wen-chu-ban-shu-xiang-qing}
|
||||
|
||||
<Route author="y2361547758" example="/gov/nppa/318/45948" path="/gov/nppa/:channel/:content" paramsDesc={['栏目名 id', '文章 id']} radar="1" rssbud="1"/>
|
||||
<Route author="y2361547758" example="/gov/nppa/318/45948" path="/gov/nppa/:channel/:content" paramsDesc={['栏目名 id', '文章 id']} radar="1"/>
|
||||
|
||||
## 国家药品监督管理局 {#guo-jia-yao-pin-jian-du-guan-li-ju}
|
||||
|
||||
### 通用 {#guo-jia-yao-pin-jian-du-guan-li-ju-tong-yong}
|
||||
|
||||
<Route author="TonyRL" example="/gov/nmpa/xxgk/ggtg" path="/gov/nmpa/:path+" paramsDesc={['路径,默认为公告通告']} radar="1" rssbud="1">
|
||||
<Route author="TonyRL" example="/gov/nmpa/xxgk/ggtg" path="/gov/nmpa/:path+" paramsDesc={['路径,默认为公告通告']} radar="1">
|
||||
|
||||
:::tip
|
||||
|
||||
|
|
@ -669,7 +669,7 @@ Language
|
|||
|
||||
### 通用 {#guo-jia-yao-pin-jian-du-guan-li-ju-yi-liao-qi-xie-biao-zhun-guan-li-zhong-xin-tong-yong}
|
||||
|
||||
<Route author="nczitzk" example="/gov/nifdc/bshff/ylqxbzhgl/qxggtzh" path="/gov/nifdc/:path?" paramsDesc={['路径,默认为公告通告']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/gov/nifdc/bshff/ylqxbzhgl/qxggtzh" path="/gov/nifdc/:path?" paramsDesc={['路径,默认为公告通告']} radar="1">
|
||||
|
||||
:::tip
|
||||
|
||||
|
|
@ -723,7 +723,7 @@ Language
|
|||
|
||||
### 信息公开 {#guo-jia-yao-pin-shen-ping-wang-zhan-xin-xi-gong-kai}
|
||||
|
||||
<Route author="TonyRL" example="/cde/xxgk/priorityApproval" path="/cde/xxgk/:category" paramsDesc={['类别,见下表']} radar="1" rssbud="1">
|
||||
<Route author="TonyRL" example="/cde/xxgk/priorityApproval" path="/cde/xxgk/:category" paramsDesc={['类别,见下表']} radar="1">
|
||||
|
||||
| 优先审评公示 | 突破性治疗公示 | 临床试验默示许可 |
|
||||
| :--------------: | :--------------: | :--------------: |
|
||||
|
|
@ -733,7 +733,7 @@ Language
|
|||
|
||||
### 指导原则专栏 {#guo-jia-yao-pin-shen-ping-wang-zhan-zhi-dao-yuan-ze-zhuan-lan}
|
||||
|
||||
<Route author="TonyRL" example="/cde/zdyz/domesticGuide" path="/cde/zdyz/:category" paramsDesc={['类别,见下表']} radar="1" rssbud="1">
|
||||
<Route author="TonyRL" example="/cde/zdyz/domesticGuide" path="/cde/zdyz/:category" paramsDesc={['类别,见下表']} radar="1">
|
||||
|
||||
| 发布通告 | 征求意见 |
|
||||
| :-----------: | :---------: |
|
||||
|
|
@ -745,7 +745,7 @@ Language
|
|||
|
||||
### 通用 {#guo-jia-zi-ran-ke-xue-ji-jin-wei-yuan-hui-tong-yong}
|
||||
|
||||
<Route author="Derekmini nczitzk" example="/gov/nsfc" path="/gov/nsfc/path+" paramsDesc={['路径,默认为基金要闻']} radar="1" rssbud="1">
|
||||
<Route author="Derekmini nczitzk" example="/gov/nsfc" path="/gov/nsfc/path+" paramsDesc={['路径,默认为基金要闻']} radar="1">
|
||||
|
||||
:::tip
|
||||
|
||||
|
|
@ -789,7 +789,7 @@ Language
|
|||
|
||||
### 通用 {#guo-wu-yuan-guo-you-zi-chan-jian-du-guan-li-wei-yuan-hui-tong-yong}
|
||||
|
||||
<Route author="TonyRL" example="/gov/sasac/n2588030/n16436141" path="/gov/sasac/:path+" paramsDesc={['路径,可在 URL 找到']} radar="1" rssbud="1" >
|
||||
<Route author="TonyRL" example="/gov/sasac/n2588030/n16436141" path="/gov/sasac/:path+" paramsDesc={['路径,可在 URL 找到']} radar="1" >
|
||||
|
||||
:::tip
|
||||
|
||||
|
|
@ -886,7 +886,7 @@ Language
|
|||
|
||||
### 省教育考试院 - 新闻中心 {#jiang-su-sheng-ren-min-zheng-fu-sheng-jiao-yu-kao-shi-yuan-xin-wen-zhong-xin}
|
||||
|
||||
<Route author="schen1024" example="/jseea/news/zkyw" path="/gov/jiangsu/eea/:type?" paramsDesc={['分类,默认为 `zkyw`,具体参数见下表']} radar="1" rssbud="1">
|
||||
<Route author="schen1024" example="/jseea/news/zkyw" path="/gov/jiangsu/eea/:type?" paramsDesc={['分类,默认为 `zkyw`,具体参数见下表']} radar="1">
|
||||
|
||||
| 招考要闻 | 教育动态 | 招考信息 | 政策文件 | 院校动态 |
|
||||
| :------: | :------: | :------: | :------: | :------: |
|
||||
|
|
@ -1102,7 +1102,7 @@ Language
|
|||
|
||||
### 上海市药品监督管理局 {#shang-hai-shi-ren-min-zheng-fu-shang-hai-shi-yao-pin-jian-du-guan-li-ju}
|
||||
|
||||
<Route author="nczitzk" example="/gov/shanghai/yjj/zh" path="/gov/shanghai/yjj/:path+" paramsDesc={['路径参数']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/gov/shanghai/yjj/zh" path="/gov/shanghai/yjj/:path+" paramsDesc={['路径参数']} radar="1">
|
||||
|
||||
:::tip
|
||||
|
||||
|
|
@ -1229,7 +1229,7 @@ Language
|
|||
|
||||
### 武汉要闻 {#wu-han-shi-ren-min-zheng-fu-wu-han-yao-wen}
|
||||
|
||||
<Route author="nczitzk" example="/gov/wuhan/sy/whyw" path="/gov/wuhan/sy/whyw" radar="1" rssbud="1" />
|
||||
<Route author="nczitzk" example="/gov/wuhan/sy/whyw" path="/gov/wuhan/sy/whyw" radar="1" />
|
||||
|
||||
## 香港卫生防护中心 {#xiang-gang-wei-sheng-fang-hu-zhong-xin}
|
||||
|
||||
|
|
@ -1415,7 +1415,7 @@ Language
|
|||
|
||||
### 最新资讯 {#zhong-guo-wu-xian-dian-xie-hui-ye-yu-wu-xian-dian-fen-hui-zui-xin-zi-xun}
|
||||
|
||||
<Route author="Misaka13514" example="/crac/2" path="/crac/:type?" paramsDesc={['类型,见下表,默认为全部']} radar="1" rssbud="1">
|
||||
<Route author="Misaka13514" example="/crac/2" path="/crac/:type?" paramsDesc={['类型,见下表,默认为全部']} radar="1">
|
||||
|
||||
| 新闻动态 | 通知公告 | 政策法规 | 常见问题 | 资料下载 | English | 业余中继台 | 科普专栏 |
|
||||
| -------- | -------- | -------- | -------- | -------- | ------- | ---------- | -------- |
|
||||
|
|
@ -1579,7 +1579,7 @@ Language
|
|||
|
||||
### 政策 {#zhong-guo-zheng-fu-wang-zheng-ce}
|
||||
|
||||
<Route author="nczitzk" example="/gov/zhengce" path="/gov/zhengce/:category?" paramsDesc={['分类,见下表,默认为最新']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/gov/zhengce" path="/gov/zhengce/:category?" paramsDesc={['分类,见下表,默认为最新']} radar="1">
|
||||
|
||||
| 最新政策 | 政策解读 | 图解政策 |
|
||||
| -------- | -------- | ----------- |
|
||||
|
|
@ -1589,7 +1589,7 @@ Language
|
|||
|
||||
### 最新政策 {#zhong-guo-zheng-fu-wang-zui-xin-zheng-ce}
|
||||
|
||||
<Route author="SettingDust nczitzk" example="/gov/zhengce/zuixin" path="/gov/zhengce/zuixin" radar="1" rssbud="1"/>
|
||||
<Route author="SettingDust nczitzk" example="/gov/zhengce/zuixin" path="/gov/zhengce/zuixin" radar="1"/>
|
||||
|
||||
### 最新文件 {#zhong-guo-zheng-fu-wang-zui-xin-wen-jian}
|
||||
|
||||
|
|
@ -1777,7 +1777,7 @@ Language
|
|||
|
||||
### 拍卖信息 / 海关法规 {#zhong-hua-ren-min-gong-he-guo-hai-guan-zong-shu-pai-mai-xin-xi-hai-guan-fa-gui}
|
||||
|
||||
<Route author="Jeason0228 TonyRL" example="/gov/customs/list/paimai" path="/gov/customs/list/:gchannel?" paramsDesc={['支持 `paimai` 及 `fagui` 2个频道,默认为 `paimai`']} anticrawler="1" puppeteer="1" radar="1" rssbud="1">
|
||||
<Route author="Jeason0228 TonyRL" example="/gov/customs/list/paimai" path="/gov/customs/list/:gchannel?" paramsDesc={['支持 `paimai` 及 `fagui` 2个频道,默认为 `paimai`']} anticrawler="1" puppeteer="1" radar="1">
|
||||
|
||||
:::warning
|
||||
|
||||
|
|
@ -1791,7 +1791,7 @@ Language
|
|||
|
||||
### 栏目 {#zhong-hua-ren-min-gong-he-guo-jiao-tong-yun-shu-bu-lan-mu}
|
||||
|
||||
<Route author="nczitzk" example="/gov/mot/jiaotongyaowen" path="/gov/mot/:category?" paramsDesc={['分类 id,见下表,默认为交通要闻']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/gov/mot/jiaotongyaowen" path="/gov/mot/:category?" paramsDesc={['分类 id,见下表,默认为交通要闻']} radar="1">
|
||||
|
||||
#### 新闻 {#zhong-hua-ren-min-gong-he-guo-jiao-tong-yun-shu-bu-lan-mu-xin-wen}
|
||||
|
||||
|
|
@ -1876,7 +1876,7 @@ Language
|
|||
|
||||
### 数据 {#zhong-hua-ren-min-gong-he-guo-nong-ye-nong-cun-bu-shu-ju}
|
||||
|
||||
<Route author="MisteryMonster nczitzk" example="/gov/moa/zdscxx" path="/gov/moa/zdscxx/:channel?/:source?" paramsDesc={['报告主题,见下表,默认为全部', '报告来源,见下表,默认为全部']} radar="1" rssbud="1">
|
||||
<Route author="MisteryMonster nczitzk" example="/gov/moa/zdscxx" path="/gov/moa/zdscxx/:channel?/:source?" paramsDesc={['报告主题,见下表,默认为全部', '报告来源,见下表,默认为全部']} radar="1">
|
||||
|
||||
#### 报告主题 {#zhong-hua-ren-min-gong-he-guo-nong-ye-nong-cun-bu-shu-ju-bao-gao-zhu-ti}
|
||||
|
||||
|
|
@ -1924,7 +1924,7 @@ Language
|
|||
|
||||
### 政务公开 {#zhong-hua-ren-min-gong-he-guo-shang-wu-bu-zheng-wu-gong-kai}
|
||||
|
||||
<Route author="LogicJake" example="/gov/mofcom/article/xwfb" path="/gov/mofcom/article/:suffix+" paramsDesc={['支持形如 `http://www.mofcom.gov.cn/article/*` 的网站,传入 article 之后的后缀,支持多级']} radar="1" rssbud="1"/>
|
||||
<Route author="LogicJake" example="/gov/mofcom/article/xwfb" path="/gov/mofcom/article/:suffix+" paramsDesc={['支持形如 `http://www.mofcom.gov.cn/article/*` 的网站,传入 article 之后的后缀,支持多级']} radar="1"/>
|
||||
|
||||
## 中华人民共和国生态环境部 {#zhong-hua-ren-min-gong-he-guo-sheng-tai-huan-jing-bu}
|
||||
|
||||
|
|
@ -1972,7 +1972,7 @@ Language
|
|||
|
||||
### 事故及灾害查处 {#zhong-hua-ren-min-gong-he-guo-ying-ji-guan-li-bu-shi-gu-ji-zai-hai-cha-chu}
|
||||
|
||||
<Route author="nczitzk" example="/gov/mem/gk/sgcc/tbzdsgdcbg" path="/gov/mem/gk/sgcc/:category?" paramsDesc={['分类,见下表,默认为挂牌督办']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/gov/mem/gk/sgcc/tbzdsgdcbg" path="/gov/mem/gk/sgcc/:category?" paramsDesc={['分类,见下表,默认为挂牌督办']} radar="1">
|
||||
|
||||
| 挂牌督办 | 调查报告 |
|
||||
| -------- | ---------- |
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ More jounals can be found in [AEA Journals](https://www.aeaweb.org/journals).
|
|||
|
||||
### Journal {#american-institute-of-physics-journal}
|
||||
|
||||
<Route author="Derekmini auto-bot-ty" example="/aip/aapt/ajp" path="/aip/:pub/:jrn" paramsDesc={['Publisher id','Journal id']} radar="1" rssbud="1" supportScihub="1">
|
||||
<Route author="Derekmini auto-bot-ty" example="/aip/aapt/ajp" path="/aip/:pub/:jrn" paramsDesc={['Publisher id','Journal id']} radar="1" supportScihub="1">
|
||||
|
||||
Refer to the URL format `pubs.aip.org/:pub/:jrn`
|
||||
|
||||
|
|
@ -170,11 +170,11 @@ Including 'cell', 'cancer-cell', 'cell-chemical-biology', 'cell-host-microbe', '
|
|||
|
||||
### Journal {#elsevier-journal}
|
||||
|
||||
<Route author="Derekmini sunwolf-swb" example="/elsevier/signal-processing" path="/elsevier/:journal" paramsDesc={['Journal Name, the part of the URL after `/journal/`']} radar="1" rssbud="1"/>
|
||||
<Route author="Derekmini sunwolf-swb" example="/elsevier/signal-processing" path="/elsevier/:journal" paramsDesc={['Journal Name, the part of the URL after `/journal/`']} radar="1"/>
|
||||
|
||||
### Special Issue {#elsevier-special-issue}
|
||||
|
||||
<Route author="Derekmini sunwolf-swb" example="/elsevier/signal-processing/192" path="/elsevier/:journal/:issue" paramsDesc={['Journal Name, the part of the URL after `/journal/`','Release Number, the number in the URL after `/vol/` (If both Volume and Issue exist, must use the `Volume-Issue` form, e.g., `/elsevier/aace-clinical-case-reports/7-6`)']} radar="1" rssbud="1"/>
|
||||
<Route author="Derekmini sunwolf-swb" example="/elsevier/signal-processing/192" path="/elsevier/:journal/:issue" paramsDesc={['Journal Name, the part of the URL after `/journal/`','Release Number, the number in the URL after `/vol/` (If both Volume and Issue exist, must use the `Volume-Issue` form, e.g., `/elsevier/aace-clinical-case-reports/7-6`)']} radar="1"/>
|
||||
|
||||
## Google Scholar {#google-scholar}
|
||||
|
||||
|
|
@ -226,15 +226,15 @@ Return results from 2020
|
|||
|
||||
### Journal {#ieee-xplore-journal}
|
||||
|
||||
<Route author="Derekmini auto-bot-ty" example="/ieee/journal/70" path="/ieee/journal/:journal/:sortType?" paramsDesc={['Journal code, the number of the `punumber` in the URL','Sort Type, default: `vol-only-seq`, the part of the URL after `sortType`']} radar="1" rssbud="1"/>
|
||||
<Route author="Derekmini auto-bot-ty" example="/ieee/journal/70" path="/ieee/journal/:journal/:sortType?" paramsDesc={['Journal code, the number of the `punumber` in the URL','Sort Type, default: `vol-only-seq`, the part of the URL after `sortType`']} radar="1"/>
|
||||
|
||||
### Journal (Papers within the recent 2 months) {#ieee-xplore-journal-papers-within-the-recent-2-months}
|
||||
|
||||
<Route author="Derekmini auto-bot-ty" example="/ieee/journal/78/recent" path="/ieee/journal/:journal/recent/:sortType?" paramsDesc={['Journal code, the number of the `punumber` in the URL','Sort Type, default: `vol-only-seq`, the part of the URL after `sortType`']} radar="1" rssbud="1"/>
|
||||
<Route author="Derekmini auto-bot-ty" example="/ieee/journal/78/recent" path="/ieee/journal/:journal/recent/:sortType?" paramsDesc={['Journal code, the number of the `punumber` in the URL','Sort Type, default: `vol-only-seq`, the part of the URL after `sortType`']} radar="1"/>
|
||||
|
||||
### Early Access Journal {#ieee-xplore-early-access-journal}
|
||||
|
||||
<Route author="5upernova-heng" example="/ieee/journal/5306045/earlyaccess" path="/ieee/journal/:journal/earlyaccess/:sortType?" paramsDesc={['Issue code, the number of the `isnumber` in the URL','Sort Type, default: `vol-only-seq`, the part of the URL after `sortType`']} radar="1" rssbud="1"/>
|
||||
<Route author="5upernova-heng" example="/ieee/journal/5306045/earlyaccess" path="/ieee/journal/:journal/earlyaccess/:sortType?" paramsDesc={['Issue code, the number of the `isnumber` in the URL','Sort Type, default: `vol-only-seq`, the part of the URL after `sortType`']} radar="1"/>
|
||||
|
||||
## INFORMS {#informs}
|
||||
|
||||
|
|
@ -246,7 +246,7 @@ Return results from 2020
|
|||
|
||||
### Journal {#mdpi-journal}
|
||||
|
||||
<Route author="Derekmini" example="/mdpi/analytica" path="/mdpi/:journal" paramsDesc={['Journal Name, get it from the journal homepage']} radar="1" rssbud="1"/>
|
||||
<Route author="Derekmini" example="/mdpi/analytica" path="/mdpi/:journal" paramsDesc={['Journal Name, get it from the journal homepage']} radar="1"/>
|
||||
|
||||
## MIT Technology Review {#mit-technology-review}
|
||||
|
||||
|
|
@ -294,7 +294,7 @@ You can get all short name of a journal from [https://www.nature.com/siteindex](
|
|||
|
||||
### Latest Research {#nature-journal-latest-research}
|
||||
|
||||
<Route author="y9c TonyRL" example="/nature/research/ng" path="/nature/research/:journal?" paramsDesc={['short name for a journal, `nature` by default']} supportScihub="1" radar="1" rssbud="1">
|
||||
<Route author="y9c TonyRL" example="/nature/research/ng" path="/nature/research/:journal?" paramsDesc={['short name for a journal, `nature` by default']} supportScihub="1" radar="1">
|
||||
|
||||
| `:journal` | Full Name of the Journal | Route |
|
||||
| :-----------: | :-------------------------: | ---------------------------------------------------------------------------------- |
|
||||
|
|
@ -317,7 +317,7 @@ You can get all short name of a journal from [https://www.nature.com/siteindex](
|
|||
|
||||
### News & Comment {#nature-journal-news-comment}
|
||||
|
||||
<Route author="y9c TonyRL" example="/nature/news-and-comment/ng" path="/nature/news-and-comment/:journal" paramsDesc={['short name for a journal']} supportScihub="1" radar="1" rssbud="1">
|
||||
<Route author="y9c TonyRL" example="/nature/news-and-comment/ng" path="/nature/news-and-comment/:journal" paramsDesc={['short name for a journal']} supportScihub="1" radar="1">
|
||||
|
||||
| `:journal` | Full Name of the Journal | Route |
|
||||
| :-----------: | :-------------------------: | --------------------------------------------------------------------------------------------------------------------- |
|
||||
|
|
@ -345,11 +345,11 @@ Subscribe to the cover images of the Nature journals, and get the latest publica
|
|||
|
||||
### Nature News {#nature-journal-nature-news}
|
||||
|
||||
<Route author="y9c TonyRL" example="/nature/news" path="/nature/news" supportScihub="1" radar="1" rssbud="1"/>
|
||||
<Route author="y9c TonyRL" example="/nature/news" path="/nature/news" supportScihub="1" radar="1"/>
|
||||
|
||||
### Research Highlight {#nature-journal-research-highlight}
|
||||
|
||||
<Route author="y9c TonyRL" example="/nature/highlight" path="/nature/highlight/:journal?" paramsDesc={['short name for a journal, `nature` by default']} supportScihub="1" radar="1" rssbud="1">
|
||||
<Route author="y9c TonyRL" example="/nature/highlight" path="/nature/highlight/:journal?" paramsDesc={['short name for a journal, `nature` by default']} supportScihub="1" radar="1">
|
||||
|
||||
:::warning
|
||||
|
||||
|
|
@ -415,7 +415,7 @@ In `https://pubmed.ncbi.nlm.nih.gov/trending/?filter=simsearch1.fha&filter=pubt.
|
|||
|
||||
### Journal {#royal-society-of-chemistry-journal}
|
||||
|
||||
<Route author="nczitzk" example="/rsc/journal/ta" path="/rsc/journal/:id/:category?" paramsDesc={['Journal id, can be found in URL', 'Category, see below, All Recent Articles by default']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/rsc/journal/ta" path="/rsc/journal/:id/:category?" paramsDesc={['Journal id, can be found in URL', 'Category, see below, All Recent Articles by default']} radar="1">
|
||||
|
||||
:::tip
|
||||
|
||||
|
|
@ -433,7 +433,7 @@ All journals at [Current journals](https://pubs.rsc.org/en/journals)
|
|||
|
||||
### Current Issue {#science-magazine-current-issue}
|
||||
|
||||
<Route author="y9c TonyRL" example="/science/current/science" path="/science/current/:journal?" paramsDesc={['Short name for a journal']} supportScihub="1" anticrawler="1" puppeteer="1" radar="1" rssbud="1">
|
||||
<Route author="y9c TonyRL" example="/science/current/science" path="/science/current/:journal?" paramsDesc={['Short name for a journal']} supportScihub="1" anticrawler="1" puppeteer="1" radar="1">
|
||||
|
||||
| Short name | Full name of the journal | Route |
|
||||
| :--------: | :----------------------------: | ---------------------------------------------------------------------------------- |
|
||||
|
|
@ -451,7 +451,7 @@ All journals at [Current journals](https://pubs.rsc.org/en/journals)
|
|||
|
||||
### Cover Story {#science-magazine-cover-story}
|
||||
|
||||
<Route author="y9c TonyRL" example="/science/cover" path="/science/cover" anticrawler="1" radar="1" rssbud="1">
|
||||
<Route author="y9c TonyRL" example="/science/cover" path="/science/cover" anticrawler="1" radar="1">
|
||||
|
||||
Subscribe to the cover images of Science journals, and get the latest publication updates in time.
|
||||
|
||||
|
|
@ -461,7 +461,7 @@ Including 'Science', 'Science Advances', 'Science Immunology', 'Science Robotics
|
|||
|
||||
### First Release {#science-magazine-first-release}
|
||||
|
||||
<Route author="y9c TonyRL" example="/science/early" path="/science/early/:journal?" paramsDesc={['Short name for a journal']} supportScihub="1" anticrawler="1" puppeteer="1" radar="1" rssbud="1">
|
||||
<Route author="y9c TonyRL" example="/science/early" path="/science/early/:journal?" paramsDesc={['Short name for a journal']} supportScihub="1" anticrawler="1" puppeteer="1" radar="1">
|
||||
|
||||
*only Science, Science Immunology and Science Translational Medicine have first release*
|
||||
|
||||
|
|
@ -469,7 +469,7 @@ Including 'Science', 'Science Advances', 'Science Immunology', 'Science Robotics
|
|||
|
||||
### Blogs {#science-magazine-blogs}
|
||||
|
||||
<Route author="TomHodson" example="/science/blogs/pipeline" path="/science/blogs/:name?" paramsDesc={['Short name for the blog, get this from the url. Defaults to pipeline']} anticrawler="1" puppeteer="1" radar="1" rssbud="1">
|
||||
<Route author="TomHodson" example="/science/blogs/pipeline" path="/science/blogs/:name?" paramsDesc={['Short name for the blog, get this from the url. Defaults to pipeline']} anticrawler="1" puppeteer="1" radar="1">
|
||||
|
||||
To subscribe to [IN THE PIPELINE by Derek Lowe’s](https://science.org/blogs/pipeline) or the [science editor's blog](https://science.org/blogs/editors-blog), use the name parameter `pipeline` or `editors-blog`.
|
||||
|
||||
|
|
@ -485,7 +485,7 @@ To subscribe to [IN THE PIPELINE by Derek Lowe’s](https://science.org/blogs/pi
|
|||
|
||||
### Journal {#springer-journal}
|
||||
|
||||
<Route author="Derekmini TonyRL" example="/springer/journal/10450" path="/springer/journal/:journal" paramsDesc={['Journal Code, the number in the URL from the journal homepage']} radar="1" rssbud="1"/>
|
||||
<Route author="Derekmini TonyRL" example="/springer/journal/10450" path="/springer/journal/:journal" paramsDesc={['Journal Code, the number in the URL from the journal homepage']} radar="1"/>
|
||||
|
||||
## Stork 文献鸟订阅 {#stork-wen-xian-niao-ding-yue}
|
||||
|
||||
|
|
|
|||
|
|
@ -5,11 +5,11 @@
|
|||
|
||||
### News {#lisa-news}
|
||||
|
||||
<Route author="Kiotlin" example="/lxixsxa/info" path="/lxixsxa/info" radar="1" rssbud="1" />
|
||||
<Route author="Kiotlin" example="/lxixsxa/info" path="/lxixsxa/info" radar="1" />
|
||||
|
||||
### Latest Discography {#lisa-latest-discography}
|
||||
|
||||
<Route author="Kiotlin" example="/lxixsxa/disco" path="/lxixsxa/disco" radar="1" rssbud="1" />
|
||||
<Route author="Kiotlin" example="/lxixsxa/disco" path="/lxixsxa/disco" radar="1" />
|
||||
|
||||
## SHOWROOM 直播 {#showroom-zhi-bo}
|
||||
|
||||
|
|
@ -39,21 +39,21 @@
|
|||
|
||||
### Board {#v-live-board}
|
||||
|
||||
<Route author="TonyRL" example="/vlive/channel/FD53B/board/3530" path="/vlive/channel/:channel/board/:board" paramsDesc={['Channel ID, can be found in the URL', 'Board ID, can be found in the URL']} radar="1" rssbud="1" />
|
||||
<Route author="TonyRL" example="/vlive/channel/FD53B/board/3530" path="/vlive/channel/:channel/board/:board" paramsDesc={['Channel ID, can be found in the URL', 'Board ID, can be found in the URL']} radar="1" />
|
||||
|
||||
## Yoasobi Official {#yoasobi-official}
|
||||
|
||||
### News & Biography {#yoasobi-official-news-biography}
|
||||
|
||||
<Route author="Kiotlin" example="/yoasobi-music/info/news" path="/yoasobi-music/info/:category?" paramsDesc={['`news`, `biography`']} radar="1" rssbud="1" />
|
||||
<Route author="Kiotlin" example="/yoasobi-music/info/news" path="/yoasobi-music/info/:category?" paramsDesc={['`news`, `biography`']} radar="1" />
|
||||
|
||||
### Live {#yoasobi-official-live}
|
||||
|
||||
<Route author="Kiotlin" example="/yoasobi-music/live" path="/yoasobi-music/live" radar="1" rssbud="1" />
|
||||
<Route author="Kiotlin" example="/yoasobi-music/live" path="/yoasobi-music/live" radar="1" />
|
||||
|
||||
### Media {#yoasobi-official-media}
|
||||
|
||||
<Route author="Kiotlin" example="/yoasobi-music/media" path="/yoasobi-music/media" radar="1" rssbud="1" />
|
||||
<Route author="Kiotlin" example="/yoasobi-music/media" path="/yoasobi-music/media" radar="1" />
|
||||
|
||||
## YouTube Live {#youtube-live}
|
||||
|
||||
|
|
@ -87,7 +87,7 @@
|
|||
|
||||
### 直播间开播 {#dou-yin-zhi-bo-zhi-bo-jian-kai-bo}
|
||||
|
||||
<Route author="TonyRL" example="/douyin/live/685317364746" path="/douyin/live/:rid" paramsDesc={['直播间 id, 可在主播直播间页 URL 中找到']} anticrawler="1" radar="1" rssbud="1" puppeteer="1"/>
|
||||
<Route author="TonyRL" example="/douyin/live/685317364746" path="/douyin/live/:rid" paramsDesc={['直播间 id, 可在主播直播间页 URL 中找到']} anticrawler="1" radar="1" puppeteer="1"/>
|
||||
|
||||
## 斗鱼直播 {#dou-yu-zhi-bo}
|
||||
|
||||
|
|
@ -99,7 +99,7 @@
|
|||
|
||||
### 直播间开播 {#hu-ya-zhi-bo-zhi-bo-jian-kai-bo}
|
||||
|
||||
<Route author="SettingDust xyqfer" example="/huya/live/edmunddzhang" path="/huya/live/:id" paramsDesc={['直播间id或主播名(有一些id是名字,如上)']} radar="1" rssbud="1"/>
|
||||
<Route author="SettingDust xyqfer" example="/huya/live/edmunddzhang" path="/huya/live/:id" paramsDesc={['直播间id或主播名(有一些id是名字,如上)']} radar="1"/>
|
||||
|
||||
## 浪 Play 直播 {#lang-play-zhi-bo}
|
||||
|
||||
|
|
|
|||
|
|
@ -255,7 +255,7 @@ When `uncensored_makersr` as **Uncensored** is chosen as **Category**, the avail
|
|||
|
||||
### Hot Video Today {#91porn-hot-video-today}
|
||||
|
||||
<Route author="TonyRL" example="/91porn" path="/91porn/:lang?" paramsDesc={['Language, see below, `en_US` by default ']} radar="1" rssbud="1" anticrawler="1">
|
||||
<Route author="TonyRL" example="/91porn" path="/91porn/:lang?" paramsDesc={['Language, see below, `en_US` by default ']} radar="1" anticrawler="1">
|
||||
|
||||
| English | 简体中文 | 繁體中文 |
|
||||
| -- | -- | -- |
|
||||
|
|
@ -265,7 +265,7 @@ When `uncensored_makersr` as **Uncensored** is chosen as **Category**, the avail
|
|||
|
||||
### Author {#91porn-author}
|
||||
|
||||
<Route author="TonyRL" example="/91porn/author/2d6d2iWm4vVCwqujAZbSrKt2QJCbbaObv9HQ21Zo8wGJWudWBg" path="/91porn/author/:uid/:lang?" paramsDesc={['Author ID, can be found in URL', 'Language, see above, `en_US` by default ']} radar="1" rssbud="1" anticrawler="1" />
|
||||
<Route author="TonyRL" example="/91porn/author/2d6d2iWm4vVCwqujAZbSrKt2QJCbbaObv9HQ21Zo8wGJWudWBg" path="/91porn/author/:uid/:lang?" paramsDesc={['Author ID, can be found in URL', 'Language, see above, `en_US` by default ']} radar="1" anticrawler="1" />
|
||||
|
||||
## 99% Invisible {#99%25-invisible}
|
||||
|
||||
|
|
@ -859,11 +859,11 @@ JavDB 有多个备用域名,本路由默认使用永久域名 `https://javdb.c
|
|||
|
||||
### Recently Discussed Videos {#javlibrary-recently-discussed-videos}
|
||||
|
||||
<Route author="nczitzk" example="/javlibrary/update/en" path="/javlibrary/update/:language?" paramsDesc={['Language, see below, Japanese by default, as `ja`']} radar="1" rssbud="1"/>
|
||||
<Route author="nczitzk" example="/javlibrary/update/en" path="/javlibrary/update/:language?" paramsDesc={['Language, see below, Japanese by default, as `ja`']} radar="1"/>
|
||||
|
||||
### New Releases {#javlibrary-new-releases}
|
||||
|
||||
<Route author="nczitzk" example="/javlibrary/newrelease/en" path="/javlibrary/newrelease/:language?/:mode?" paramsDesc={['Language, see below, Japanese by default, as `ja`', 'Mode, see below, videos with comments (by date) by default, as `1`']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/javlibrary/newrelease/en" path="/javlibrary/newrelease/:language?/:mode?" paramsDesc={['Language, see below, Japanese by default, as `ja`', 'Mode, see below, videos with comments (by date) by default, as `1`']} radar="1">
|
||||
|
||||
| videos with comments (by date) | everything (by date) |
|
||||
| ------------------------------ | -------------------- |
|
||||
|
|
@ -873,11 +873,11 @@ JavDB 有多个备用域名,本路由默认使用永久域名 `https://javdb.c
|
|||
|
||||
### Recently Inserted Videos {#javlibrary-recently-inserted-videos}
|
||||
|
||||
<Route author="nczitzk" example="/javlibrary/newentries/en" path="/javlibrary/newentries/:language?" paramsDesc={['Language, see below, Japanese by default, as `ja`']} radar="1" rssbud="1"/>
|
||||
<Route author="nczitzk" example="/javlibrary/newentries/en" path="/javlibrary/newentries/:language?" paramsDesc={['Language, see below, Japanese by default, as `ja`']} radar="1"/>
|
||||
|
||||
### Most Wanted Videos {#javlibrary-most-wanted-videos}
|
||||
|
||||
<Route author="nczitzk" example="/javlibrary/mostwanted/en" path="/javlibrary/mostwanted/:language?/:mode?" paramsDesc={['Language, see below, Japanese by default, as `ja`', 'Mode, see below, Last Month by default, as `1`']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/javlibrary/mostwanted/en" path="/javlibrary/mostwanted/:language?/:mode?" paramsDesc={['Language, see below, Japanese by default, as `ja`', 'Mode, see below, Last Month by default, as `1`']} radar="1">
|
||||
|
||||
| Last Month | All Time |
|
||||
| ---------- | -------- |
|
||||
|
|
@ -887,7 +887,7 @@ JavDB 有多个备用域名,本路由默认使用永久域名 `https://javdb.c
|
|||
|
||||
### Best Rated Videos {#javlibrary-best-rated-videos}
|
||||
|
||||
<Route author="nczitzk" example="/javlibrary/bestrated/en" path="/javlibrary/bestrated/:language?/:mode?" paramsDesc={['Language, see below, Japanese by default, as `ja`', 'Mode, see below, Last Month by default, as `1`']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/javlibrary/bestrated/en" path="/javlibrary/bestrated/:language?/:mode?" paramsDesc={['Language, see below, Japanese by default, as `ja`', 'Mode, see below, Last Month by default, as `1`']} radar="1">
|
||||
|
||||
| Last Month | All Time |
|
||||
| ---------- | -------- |
|
||||
|
|
@ -897,7 +897,7 @@ JavDB 有多个备用域名,本路由默认使用永久域名 `https://javdb.c
|
|||
|
||||
### Best Reviews {#javlibrary-best-reviews}
|
||||
|
||||
<Route author="DCJaous nczitzk" example="/javlibrary/bestreviews/en" path="/javlibrary/bestreviews/:language?/:mode?" paramsDesc={['Language, see below, Japanese by default, as `ja`', 'Mode, see below, Last Month by default, as `1`']} radar="1" rssbud="1">
|
||||
<Route author="DCJaous nczitzk" example="/javlibrary/bestreviews/en" path="/javlibrary/bestreviews/:language?/:mode?" paramsDesc={['Language, see below, Japanese by default, as `ja`', 'Mode, see below, Last Month by default, as `1`']} radar="1">
|
||||
|
||||
| Last Month | All Time |
|
||||
| ---------- | -------- |
|
||||
|
|
@ -907,7 +907,7 @@ JavDB 有多个备用域名,本路由默认使用永久域名 `https://javdb.c
|
|||
|
||||
### Videos by categories {#javlibrary-videos-by-categories}
|
||||
|
||||
<Route author="nczitzk" example="/javlibrary/genre/amjq/en" path="/javlibrary/genre/:genre?/:language?/:mode?" paramsDesc={['Category, Acme · Orgasm by default, as `amjq`', 'Language, see below, Japanese by default, as `ja`', 'Mode, see below, videos with comments (by date) by default, as `1`']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/javlibrary/genre/amjq/en" path="/javlibrary/genre/:genre?/:language?/:mode?" paramsDesc={['Category, Acme · Orgasm by default, as `amjq`', 'Language, see below, Japanese by default, as `ja`', 'Mode, see below, videos with comments (by date) by default, as `1`']} radar="1">
|
||||
|
||||
| videos with comments (by date) | everything (by date) |
|
||||
| ------------------------------ | -------------------- |
|
||||
|
|
@ -923,7 +923,7 @@ See [Categories](https://www.javlibrary.com/en/genres.php) to view all categorie
|
|||
|
||||
### Videos by makers {#javlibrary-videos-by-makers}
|
||||
|
||||
<Route author="Huzhixin00" example="/javlibrary/videos/maker/arlq/cn" path="/javlibrary/videos/maker/:maker?/:language?/:mode?" paramsDesc={['Maker, S1 NO.1 STYLE by default, as `arlq`', 'Language, see below, Japanese by default, as `ja`', 'Mode, see below, videos with comments (by date) by default, as `1`']} radar="1" rssbud="1">
|
||||
<Route author="Huzhixin00" example="/javlibrary/videos/maker/arlq/cn" path="/javlibrary/videos/maker/:maker?/:language?/:mode?" paramsDesc={['Maker, S1 NO.1 STYLE by default, as `arlq`', 'Language, see below, Japanese by default, as `ja`', 'Mode, see below, videos with comments (by date) by default, as `1`']} radar="1">
|
||||
|
||||
| videos with comments (by date) | everything (by date) |
|
||||
| ------------------------------ | -------------------- |
|
||||
|
|
@ -933,7 +933,7 @@ See [Categories](https://www.javlibrary.com/en/genres.php) to view all categorie
|
|||
|
||||
### Videos by star {#javlibrary-videos-by-star}
|
||||
|
||||
<Route author="DIYgod junfengP nczitzk" example="/javlibrary/star/abbds/en" path="/javlibrary/star/:id/:language?/:mode?" paramsDesc={['Star id, can be found in URL', 'Language, see below, Japanese by default, as `ja`', 'Mode, see below, videos with comments (by date) by default, as `1`']} radar="1" rssbud="1">
|
||||
<Route author="DIYgod junfengP nczitzk" example="/javlibrary/star/abbds/en" path="/javlibrary/star/:id/:language?/:mode?" paramsDesc={['Star id, can be found in URL', 'Language, see below, Japanese by default, as `ja`', 'Mode, see below, videos with comments (by date) by default, as `1`']} radar="1">
|
||||
|
||||
| videos with comments (by date) | everything (by date) |
|
||||
| ------------------------------ | -------------------- |
|
||||
|
|
@ -951,11 +951,11 @@ See [Directory](https://www.javlibrary.com/en/star_list.php) to view all stars.
|
|||
|
||||
### Posts published by user {#javlibrary-posts-published-by-user}
|
||||
|
||||
<Route author="Diygod junfengP nczitzk" example="/javlibrary/userposts/mangudai/en" path="/javlibrary/userposts/:id/:language?" paramsDesc={['User id, can be found in URL', 'Language, see below, Japanese by default, as `ja`']} radar="1" rssbud="1"/>
|
||||
<Route author="Diygod junfengP nczitzk" example="/javlibrary/userposts/mangudai/en" path="/javlibrary/userposts/:id/:language?" paramsDesc={['User id, can be found in URL', 'Language, see below, Japanese by default, as `ja`']} radar="1"/>
|
||||
|
||||
### Videos by user {#javlibrary-videos-by-user}
|
||||
|
||||
<Route author="Diygod junfengP nczitzk" example="/javlibrary/userwatched/mangudai/en" path="/javlibrary/:type/:id/:language?" paramsDesc={['Type, see below', 'User id, can be found in URL', 'Language, see below, Japanese by default, as `ja`']} radar="1" rssbud="1">
|
||||
<Route author="Diygod junfengP nczitzk" example="/javlibrary/userwatched/mangudai/en" path="/javlibrary/:type/:id/:language?" paramsDesc={['Type, see below', 'User id, can be found in URL', 'Language, see below, Japanese by default, as `ja`']} radar="1">
|
||||
|
||||
| Wanted | Watched | Owned |
|
||||
| ---------- | ----------- | --------- |
|
||||
|
|
@ -967,15 +967,15 @@ See [Directory](https://www.javlibrary.com/en/star_list.php) to view all stars.
|
|||
|
||||
### 用户播放记录 {#last.fm-yong-hu-bo-fang-ji-lu}
|
||||
|
||||
<Route author="hoilc" example="/lastfm/recent/yeFoenix" path="/lastfm/recent/:user" paramsDesc={['Last.fm 用户名']} radar="1" rssbud="1"/>
|
||||
<Route author="hoilc" example="/lastfm/recent/yeFoenix" path="/lastfm/recent/:user" paramsDesc={['Last.fm 用户名']} radar="1"/>
|
||||
|
||||
### 用户 Love 记录 {#last.fm-yong-hu-love-ji-lu}
|
||||
|
||||
<Route author="hoilc" example="/lastfm/loved/yeFoenix" path="/lastfm/loved/:user" paramsDesc={['Last.fm 用户名']} radar="1" rssbud="1"/>
|
||||
<Route author="hoilc" example="/lastfm/loved/yeFoenix" path="/lastfm/loved/:user" paramsDesc={['Last.fm 用户名']} radar="1"/>
|
||||
|
||||
### 站内 Top 榜单 {#last.fm-zhan-nei-top-bang-dan}
|
||||
|
||||
<Route author="hoilc" example="/lastfm/top/spain" path="/lastfm/top/:country?" paramsDesc={['国家或地区, 需要符合`ISO 3166-1`的英文全称, 可参考`https://zh.wikipedia.org/wiki/ISO_3166-1二位字母代码#正式分配代码`']} radar="1" rssbud="1"/>
|
||||
<Route author="hoilc" example="/lastfm/top/spain" path="/lastfm/top/:country?" paramsDesc={['国家或地区, 需要符合`ISO 3166-1`的英文全称, 可参考`https://zh.wikipedia.org/wiki/ISO_3166-1二位字母代码#正式分配代码`']} radar="1"/>
|
||||
|
||||
## Melon {#melon}
|
||||
|
||||
|
|
@ -993,7 +993,7 @@ See [Directory](https://www.javlibrary.com/en/star_list.php) to view all stars.
|
|||
|
||||
### User {#mixcloud-user}
|
||||
|
||||
<Route author="Misaka13514" example="/mixcloud/dholbach/uploads" path="/mixcloud/:username/:type?" paramsDesc={['Username, can be found in URL', 'Type, see below, uploads by default']} radar="1" rssbud="1" supportPodcast="1">
|
||||
<Route author="Misaka13514" example="/mixcloud/dholbach/uploads" path="/mixcloud/:username/:type?" paramsDesc={['Username, can be found in URL', 'Type, see below, uploads by default']} radar="1" supportPodcast="1">
|
||||
|
||||
| Shows | Favorites | History | Stream |
|
||||
| ------- | --------- | ------- | ------ |
|
||||
|
|
@ -1031,19 +1031,19 @@ See [Directory](https://www.javlibrary.com/en/star_list.php) to view all stars.
|
|||
|
||||
### 全站最近更新 {#mqube-quan-zhan-zui-jin-geng-xin}
|
||||
|
||||
<Route author="hoilc" example="/mqube/latest" path="/mqube/latest" radar="1" rssbud="1"/>
|
||||
<Route author="hoilc" example="/mqube/latest" path="/mqube/latest" radar="1"/>
|
||||
|
||||
### 全站每日排行 {#mqube-quan-zhan-mei-ri-pai-hang}
|
||||
|
||||
<Route author="hoilc" example="/mqube/top" path="/mqube/top" radar="1" rssbud="1"/>
|
||||
<Route author="hoilc" example="/mqube/top" path="/mqube/top" radar="1"/>
|
||||
|
||||
### 个人最近更新 {#mqube-ge-ren-zui-jin-geng-xin}
|
||||
|
||||
<Route author="hoilc" example="/mqube/user/mukamui_v_p" path="/mqube/user/:user" paramsDesc={['用户 ID, 可以在个人资料页的 URL 中找到']} radar="1" rssbud="1"/>
|
||||
<Route author="hoilc" example="/mqube/user/mukamui_v_p" path="/mqube/user/:user" paramsDesc={['用户 ID, 可以在个人资料页的 URL 中找到']} radar="1"/>
|
||||
|
||||
### 标签最近更新 {#mqube-biao-qian-zui-jin-geng-xin}
|
||||
|
||||
<Route author="hoilc" example="/mqube/tag/UTAU" path="/mqube/tag/:tag" paramsDesc={['标签名称, 可参考`https://mqube.net/search/tag`']} radar="1" rssbud="1"/>
|
||||
<Route author="hoilc" example="/mqube/tag/UTAU" path="/mqube/tag/:tag" paramsDesc={['标签名称, 可参考`https://mqube.net/search/tag`']} radar="1"/>
|
||||
|
||||
## Netflav {#netflav}
|
||||
|
||||
|
|
@ -1315,23 +1315,23 @@ Refer to [https://developers.themoviedb.org/3/getting-started/languages](https:/
|
|||
|
||||
### Collection {#the-movie-database-collection}
|
||||
|
||||
<Route author="x2cf" example="/themoviedb/collection/131292/en-US" path="/themoviedb/collection/:id/:lang?" paramsDesc={['Collection ID', 'Language']} radar="1" rssbud="1" />
|
||||
<Route author="x2cf" example="/themoviedb/collection/131292/en-US" path="/themoviedb/collection/:id/:lang?" paramsDesc={['Collection ID', 'Language']} radar="1" />
|
||||
|
||||
### Trending {#the-movie-database-trending}
|
||||
|
||||
<Route author="x2cf" example="/themoviedb/trending/tv/day/en-US" path="/themoviedb/trending/:mediaType/:timeWindow/:lang?" paramsDesc={['`movie` or `tv`', '`day` or `week`', 'Language']} radar="1" rssbud="1" />
|
||||
<Route author="x2cf" example="/themoviedb/trending/tv/day/en-US" path="/themoviedb/trending/:mediaType/:timeWindow/:lang?" paramsDesc={['`movie` or `tv`', '`day` or `week`', 'Language']} radar="1" />
|
||||
|
||||
### TV Show Seasons {#the-movie-database-tv-show-seasons}
|
||||
|
||||
<Route author="x2cf" example="/themoviedb/tv/70593/seasons/en-US" path="/themoviedb/tv/:id/seasons/:lang?" paramsDesc={['TV show ID', 'Language']} radar="1" rssbud="1" />
|
||||
<Route author="x2cf" example="/themoviedb/tv/70593/seasons/en-US" path="/themoviedb/tv/:id/seasons/:lang?" paramsDesc={['TV show ID', 'Language']} radar="1" />
|
||||
|
||||
### TV Show Episodes {#the-movie-database-tv-show-episodes}
|
||||
|
||||
<Route author="x2cf" example="/themoviedb/tv/70593/seasons/1/episodes/en-US" path="/themoviedb/tv/:id/seasons/:seasonNumber/episodes/:lang?" paramsDesc={['TV show ID', 'Season number', 'Language']} radar="1" rssbud="1" />
|
||||
<Route author="x2cf" example="/themoviedb/tv/70593/seasons/1/episodes/en-US" path="/themoviedb/tv/:id/seasons/:seasonNumber/episodes/:lang?" paramsDesc={['TV show ID', 'Season number', 'Language']} radar="1" />
|
||||
|
||||
### Sheet {#the-movie-database-sheet}
|
||||
|
||||
<Route author="x2cf" example="/themoviedb/tv/top-rated/en-US" path="/themoviedb/:mediaType/:sheet/:lang?" paramsDesc={['`movie` or `tv`', 'Sheet, see below', 'Language']} radar="1" rssbud="1">
|
||||
<Route author="x2cf" example="/themoviedb/tv/top-rated/en-US" path="/themoviedb/:mediaType/:sheet/:lang?" paramsDesc={['`movie` or `tv`', 'Sheet, see below', 'Language']} radar="1">
|
||||
|
||||
When `mediaType` is `tv`, `sheet` should be:
|
||||
|
||||
|
|
@ -1351,7 +1351,7 @@ When `mediaType` is `movie`, `sheet` should be:
|
|||
|
||||
### User Collection {#trakt.tv-user-collection}
|
||||
|
||||
<Route author="hoilc" example="/trakt/collection/tomyangsh/movies" path="/trakt/collection/:username/:type?" paramsDesc={['Username','Collection type, can be `movies`,`shows`,`episodes`,`all`, default to `all`']} radar="1" rssbud="1" />
|
||||
<Route author="hoilc" example="/trakt/collection/tomyangsh/movies" path="/trakt/collection/:username/:type?" paramsDesc={['Username','Collection type, can be `movies`,`shows`,`episodes`,`all`, default to `all`']} radar="1" />
|
||||
|
||||
## U3C3 {#u3c3}
|
||||
|
||||
|
|
@ -1383,13 +1383,13 @@ When `mediaType` is `movie`, `sheet` should be:
|
|||
|
||||
### 播客 {#a-ji-mi-de-fm-bo-ke}
|
||||
|
||||
<Route author="Fatpandac" example="/ajmide/10603594" path="/ajmide/:id" paramsDesc={['播客 id,可以从播客页面 URL 中找到']} radar="1" rssbud="1"/>
|
||||
<Route author="Fatpandac" example="/ajmide/10603594" path="/ajmide/:id" paramsDesc={['播客 id,可以从播客页面 URL 中找到']} radar="1"/>
|
||||
|
||||
## 阿里云盘 {#a-li-yun-pan}
|
||||
|
||||
### 文件列表 {#a-li-yun-pan-wen-jian-lie-biao}
|
||||
|
||||
<Route author="DIYgod" example="/aliyundrive/files/XDFSyJ3J5wk/63035a070a078cf4e55e4b7ea3fd5bd269c4e41c" path="/aliyundrive/files/:share_id/:parent_file_id?" paramsDesc={['分享 id,可以从分享页面 URL 中找到', '文件夹 id,可以从文件夹页面 URL 中找到']} radar="1" rssbud="1"/>
|
||||
<Route author="DIYgod" example="/aliyundrive/files/XDFSyJ3J5wk/63035a070a078cf4e55e4b7ea3fd5bd269c4e41c" path="/aliyundrive/files/:share_id/:parent_file_id?" paramsDesc={['分享 id,可以从分享页面 URL 中找到', '文件夹 id,可以从文件夹页面 URL 中找到']} radar="1"/>
|
||||
|
||||
## 爱奇艺 {#ai-qi-yi}
|
||||
|
||||
|
|
@ -1551,19 +1551,19 @@ When `mediaType` is `movie`, `sheet` should be:
|
|||
|
||||
### 影视剧集更新 {#di-duan-ying-shi-ying-shi-ju-ji-geng-xin}
|
||||
|
||||
<Route author="saintwinkle" example="/ddrk/update/silicon-valley/6" path="/ddrk/update/:name/:season?" paramsDesc={['影视名称,可以在 URL 中找到','季数,可以在 URL 中找到,剧集没有分季时不用填写,或是默认输出第一季的内容']} radar="1" rssbud="1"/>
|
||||
<Route author="saintwinkle" example="/ddrk/update/silicon-valley/6" path="/ddrk/update/:name/:season?" paramsDesc={['影视名称,可以在 URL 中找到','季数,可以在 URL 中找到,剧集没有分季时不用填写,或是默认输出第一季的内容']} radar="1"/>
|
||||
|
||||
### 首页 {#di-duan-ying-shi-shou-ye}
|
||||
|
||||
<Route author="hoilc" example="/ddrk/index" path="/ddrk/index" radar="1" rssbud="1"/>
|
||||
<Route author="hoilc" example="/ddrk/index" path="/ddrk/index" radar="1"/>
|
||||
|
||||
### 分类 {#di-duan-ying-shi-fen-lei}
|
||||
|
||||
<Route author="hoilc" example="/ddrk/category/jp-drama" path="/ddrk/category/:category" paramsDesc={['分类 ID, 可在 URL 中找到, 注意, 如果有两级分类, 只需要填写第二级即可']} radar="1" rssbud="1"/>
|
||||
<Route author="hoilc" example="/ddrk/category/jp-drama" path="/ddrk/category/:category" paramsDesc={['分类 ID, 可在 URL 中找到, 注意, 如果有两级分类, 只需要填写第二级即可']} radar="1"/>
|
||||
|
||||
### 标签 {#di-duan-ying-shi-biao-qian}
|
||||
|
||||
<Route author="hoilc" example="/ddrk/tag/石原里美" path="/ddrk/tag/:tag" paramsDesc={['标签名, 可在 URL 中找到']} radar="1" rssbud="1"/>
|
||||
<Route author="hoilc" example="/ddrk/tag/石原里美" path="/ddrk/tag/:tag" paramsDesc={['标签名, 可在 URL 中找到']} radar="1"/>
|
||||
|
||||
## 电影首发站 {#dian-ying-shou-fa-zhan}
|
||||
|
||||
|
|
@ -1651,7 +1651,7 @@ When `mediaType` is `movie`, `sheet` should be:
|
|||
|
||||
### 最新资源 {#pian-yuan-wang-zui-xin-zi-yuan}
|
||||
|
||||
<Route author="greatcodeeer jerry1119" example="/pianyuan/index" path="/pianyuan/index/:media?" paramsDesc={['类别,见下表,默认为首页']} radar="1" rssbud="1" configRequired="1"/>
|
||||
<Route author="greatcodeeer jerry1119" example="/pianyuan/index" path="/pianyuan/index/:media?" paramsDesc={['类别,见下表,默认为首页']} radar="1" configRequired="1"/>
|
||||
|
||||
| 电影 | 剧集 |
|
||||
| ---- | ---- |
|
||||
|
|
@ -1699,7 +1699,7 @@ When `mediaType` is `movie`, `sheet` should be:
|
|||
|
||||
### 影视资讯 {#ren-ren-ying-shi-ying-shi-zi-xun}
|
||||
|
||||
<Route author="wb121017405" example="/yyets/article" path="/yyets/article/:type?" paramsDesc="['分类,见下表,默认为全部']" radar="1" rssbud="1">
|
||||
<Route author="wb121017405" example="/yyets/article" path="/yyets/article/:type?" paramsDesc="['分类,见下表,默认为全部']" radar="1">
|
||||
|
||||
| 全部 | 影视资讯 | 收视快报 | 人人影评 | 人人剧评 | 新剧评测 | 片单推荐 |
|
||||
| ---- | -------- | -------- | -------- | -------- | ---------- | -------- |
|
||||
|
|
@ -1709,7 +1709,7 @@ When `mediaType` is `movie`, `sheet` should be:
|
|||
|
||||
### 今日播出 {#ren-ren-ying-shi-jin-ri-bo-chu}
|
||||
|
||||
<Route author="bao1991213" example="/yyets/today" path="/yyets/today" radar="1" rssbud="1"/>
|
||||
<Route author="bao1991213" example="/yyets/today" path="/yyets/today" radar="1"/>
|
||||
|
||||
## 色花堂 {#se-hua-tang}
|
||||
|
||||
|
|
@ -1763,7 +1763,7 @@ When `mediaType` is `movie`, `sheet` should be:
|
|||
|
||||
### 时光新闻 {#shi-guang-wang-shi-guang-xin-wen}
|
||||
|
||||
<Route author="TsSmartTT" example="/mtime/news" path="/mtime/news" radar="1" rssbud="1"/>
|
||||
<Route author="TsSmartTT" example="/mtime/news" path="/mtime/news" radar="1"/>
|
||||
|
||||
## 腾讯视频 {#teng-xun-shi-pin}
|
||||
|
||||
|
|
@ -1839,7 +1839,7 @@ When `mediaType` is `movie`, `sheet` should be:
|
|||
|
||||
### 专辑(不输出 ShowNote) {#xi-ma-la-ya-zhuan-ji-bu-shu-chu-shownote}
|
||||
|
||||
<Route author="lengthmin jjeejj prnake" example="/ximalaya/album/299146" path="/ximalaya/:type/:id/:all?" paramsDesc={['专辑类型, 通常可以使用 `album`,可在对应专辑页面的 URL 中找到','专辑 id, 可在对应专辑页面的 URL 中找到','是否需要获取全部节目,填入 `1`、`true`、`all` 视为获取所有节目,填入其他则不获取。']} supportPodcast="1" radar="1" rssbud="1" configRequired="1">
|
||||
<Route author="lengthmin jjeejj prnake" example="/ximalaya/album/299146" path="/ximalaya/:type/:id/:all?" paramsDesc={['专辑类型, 通常可以使用 `album`,可在对应专辑页面的 URL 中找到','专辑 id, 可在对应专辑页面的 URL 中找到','是否需要获取全部节目,填入 `1`、`true`、`all` 视为获取所有节目,填入其他则不获取。']} supportPodcast="1" radar="1" configRequired="1">
|
||||
|
||||
目前喜马拉雅的 API 只能一集一集的获取各节目上的 ShowNote,会极大的占用系统资源,所以默认为不获取节目的 ShowNote。下方有一个新的路径可选获取 ShowNote。
|
||||
|
||||
|
|
@ -1995,7 +1995,7 @@ When `mediaType` is `movie`, `sheet` should be:
|
|||
|
||||
### 最近更新 {#zhui-xin-fan-zui-jin-geng-xin}
|
||||
|
||||
<Route author="mengx8 nczitzk" example="/fanxinzhui" path="/fanxinzhui" radar="1" rssbud="1"/>
|
||||
<Route author="mengx8 nczitzk" example="/fanxinzhui" path="/fanxinzhui" radar="1"/>
|
||||
|
||||
## 字幕库 {#zi-mu-ku}
|
||||
|
||||
|
|
@ -2035,7 +2035,7 @@ When `mediaType` is `movie`, `sheet` should be:
|
|||
|
||||
### 综艺 {#zong-yi-xiu-zong-yi}
|
||||
|
||||
<Route author="pharaoh2012 nczitzk" example="/zyshow/chongchongchong" path="/zyshow/:region?/:id" paramsDesc={['地区,见下表,默认为空,即台湾', '综艺 id,综艺详情对应页 URL 中找到']} radar="1" rssbud="1">
|
||||
<Route author="pharaoh2012 nczitzk" example="/zyshow/chongchongchong" path="/zyshow/:region?/:id" paramsDesc={['地区,见下表,默认为空,即台湾', '综艺 id,综艺详情对应页 URL 中找到']} radar="1">
|
||||
|
||||
地区
|
||||
|
||||
|
|
|
|||
|
|
@ -130,7 +130,7 @@
|
|||
|
||||
### 9To5 Sub-site {#9to5-9to5-sub-site}
|
||||
|
||||
<Route author="HenryQW" example="/9to5/mac/aapl" path="/9to5/:subsite/:category?" paramsDesc={['Subsite name', 'Tag name inside the url of the tag page']} rssbud="1" radar="1">
|
||||
<Route author="HenryQW" example="/9to5/mac/aapl" path="/9to5/:subsite/:category?" paramsDesc={['Subsite name', 'Tag name inside the url of the tag page']} radar="1">
|
||||
|
||||
Supported sub-sites:
|
||||
|
||||
|
|
@ -166,7 +166,7 @@ Supported categories: Philosophy, Science, Psychology, Society, and Culture.
|
|||
|
||||
### 零博客 {#ag%E2%93%AAra-ling-bo-ke}
|
||||
|
||||
<Route author="nczitzk" example="/agora0/initium" path="/agora0/:category?" paramsDesc={['分类,见下表,默认为 initium,即端传媒']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/agora0/initium" path="/agora0/:category?" paramsDesc={['分类,见下表,默认为 initium,即端传媒']} radar="1">
|
||||
|
||||
| muitinⒾ | aidemnⒾ | srettaⓂ | qⓅ | sucoⓋ |
|
||||
| ------- | ------- | ------- | -- | ----- |
|
||||
|
|
@ -176,7 +176,7 @@ Supported categories: Philosophy, Science, Psychology, Society, and Culture.
|
|||
|
||||
### 共和報 {#ag%E2%93%AAra-gong-he-bao}
|
||||
|
||||
<Route author="TonyRL" example="/agora0/pen0" path="/agora0/pen0" radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/agora0/pen0" path="/agora0/pen0" radar="1"/>
|
||||
|
||||
## American Federation of Labor and Congress of Industrial Organizations {#american-federation-of-labor-and-congress-of-industrial-organizations}
|
||||
|
||||
|
|
@ -442,13 +442,13 @@ Category of news
|
|||
|
||||
### Blog {#deepmind-blog}
|
||||
|
||||
<Route author="nczitzk" example="/deepmind/blog" path="/deepmind/blog" radar="1" rssbud="1"/>
|
||||
<Route author="nczitzk" example="/deepmind/blog" path="/deepmind/blog" radar="1"/>
|
||||
|
||||
## DN.com {#dn.com}
|
||||
|
||||
### News {#dn.com-news}
|
||||
|
||||
<Route author="nczitzk" example="/dn/en-us/news" path="/dn/:language/news/:category?" paramsDesc={['Language, see below', 'Category, see below, The Latest by default']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/dn/en-us/news" path="/dn/:language/news/:category?" paramsDesc={['Language, see below', 'Category, see below, The Latest by default']} radar="1">
|
||||
|
||||
#### Language {#dn.com-news-language}
|
||||
|
||||
|
|
@ -583,15 +583,15 @@ Categories
|
|||
|
||||
### Viewpoint {#farmatters-viewpoint}
|
||||
|
||||
<Route author="nczitzk" example="/farmatters/news" path="/farmatters/news/:locale?" paramsDesc={['Locale, `zh-CN` or `en-US`, `zh-CN` by default']} radar="1" rssbud="1"/>
|
||||
<Route author="nczitzk" example="/farmatters/news" path="/farmatters/news/:locale?" paramsDesc={['Locale, `zh-CN` or `en-US`, `zh-CN` by default']} radar="1"/>
|
||||
|
||||
### Exclusive {#farmatters-exclusive}
|
||||
|
||||
<Route author="nczitzk" example="/farmatters/exclusive" path="/farmatters/exclusive/:locale?" paramsDesc={['Locale, `zh-CN` or `en-US`, `zh-CN` by default']} radar="1" rssbud="1"/>
|
||||
<Route author="nczitzk" example="/farmatters/exclusive" path="/farmatters/exclusive/:locale?" paramsDesc={['Locale, `zh-CN` or `en-US`, `zh-CN` by default']} radar="1"/>
|
||||
|
||||
### Tag {#farmatters-tag}
|
||||
|
||||
<Route author="nczitzk" example="/farmatters/tag/1" path="/farmatters/tag/:id/:locale?" paramsDesc={['Tag id, see below', 'Locale, `zh-CN` or `en-US`, `zh-CN` by default']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/farmatters/tag/1" path="/farmatters/tag/:id/:locale?" paramsDesc={['Tag id, see below', 'Locale, `zh-CN` or `en-US`, `zh-CN` by default']} radar="1">
|
||||
|
||||
| id | Tag | 标签 |
|
||||
| --- | -------------------- | -------- |
|
||||
|
|
@ -615,7 +615,7 @@ Categories
|
|||
|
||||
### Wiki {#farmatters-wiki}
|
||||
|
||||
<Route author="nczitzk" example="/farmatters/wiki/1" path="/farmatters/wiki/:id/:locale?" paramsDesc={['Category id, see below', 'Locale, `zh-CN` or `en-US`, `zh-CN` by default']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/farmatters/wiki/1" path="/farmatters/wiki/:id/:locale?" paramsDesc={['Category id, see below', 'Locale, `zh-CN` or `en-US`, `zh-CN` by default']} radar="1">
|
||||
|
||||
| id | Category | 分类 |
|
||||
| --- | ----------- | -------- |
|
||||
|
|
@ -951,7 +951,7 @@ Provides a better reading experience (full text articles) over the official one.
|
|||
|
||||
### News {#indians-in-kuwait-news}
|
||||
|
||||
<Route author="TonyRL" example="/indiansinkuwait/latest" path="/indiansinkuwait/latest" radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/indiansinkuwait/latest" path="/indiansinkuwait/latest" radar="1"/>
|
||||
|
||||
## InfoQ 中文 {#infoq-zhong-wen}
|
||||
|
||||
|
|
@ -991,7 +991,7 @@ Provides a better reading experience (full text articles) over the official one.
|
|||
|
||||
### 分类资讯 {#it-zhi-jia-fen-lei-zi-xun}
|
||||
|
||||
<Route author="luyuhuang" example="/ithome/it" path="/ithome/:caty" paramsDesc={['类别']} radar="1" rssbud="1">
|
||||
<Route author="luyuhuang" example="/ithome/it" path="/ithome/:caty" paramsDesc={['类别']} radar="1">
|
||||
|
||||
| it | soft | win10 | win11 | iphone | ipad | android | digi | next |
|
||||
| ------- | -------- | ---------- | ---------- | ----------- | --------- | ------------ | -------- | -------- |
|
||||
|
|
@ -1001,7 +1001,7 @@ Provides a better reading experience (full text articles) over the official one.
|
|||
|
||||
### 热榜 {#it-zhi-jia-re-bang}
|
||||
|
||||
<Route author="immmortal luyuhuang" example="/ithome/ranking/24h" path="/ithome/ranking/:type" paramsDesc={['类别']} radar="1" rssbud="1">
|
||||
<Route author="immmortal luyuhuang" example="/ithome/ranking/24h" path="/ithome/ranking/:type" paramsDesc={['类别']} radar="1">
|
||||
|
||||
| 24h | 7days | monthly |
|
||||
| ------------- | -------- | ------- |
|
||||
|
|
@ -1011,7 +1011,7 @@ Provides a better reading experience (full text articles) over the official one.
|
|||
|
||||
### 专题 {#it-zhi-jia-zhuan-ti}
|
||||
|
||||
<Route author="nczitzk" example="/ithome/zt/xijiayi" path="/ithome/zt/:id" paramsDesc={['专题 id']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/ithome/zt/xijiayi" path="/ithome/zt/:id" paramsDesc={['专题 id']} radar="1">
|
||||
|
||||
所有专题请见[此处](https://www.ithome.com/zt)
|
||||
|
||||
|
|
@ -1019,7 +1019,7 @@ Provides a better reading experience (full text articles) over the official one.
|
|||
|
||||
### 标签 {#it-zhi-jia-biao-qian}
|
||||
|
||||
<Route author="Fatpandac" example="/ithome/tag/win11" path="/ithome/tag/:name" paramsDesc={['标签名称,可从网址链接中获取']} radar="1" rssbud="1"/>
|
||||
<Route author="Fatpandac" example="/ithome/tag/win11" path="/ithome/tag/:name" paramsDesc={['标签名称,可从网址链接中获取']} radar="1"/>
|
||||
|
||||
## IT 桔子 {#it-ju-zi}
|
||||
|
||||
|
|
@ -1047,7 +1047,7 @@ Provides a better reading experience (full text articles) over the official one.
|
|||
|
||||
### News Centre {#kantar-worldpanel-news-centre}
|
||||
|
||||
<Route author="nczitzk" example="/kantarworldpanel/cn-en/news" path="/kantarworldpanel/:region/:category?" paramsDesc={['Region id, see below, Chinese Mainland English by default', 'Category, can be found in URL, News by default']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/kantarworldpanel/cn-en/news" path="/kantarworldpanel/:region/:category?" paramsDesc={['Region id, see below, Chinese Mainland English by default', 'Category, can be found in URL, News by default']} radar="1">
|
||||
|
||||
| Region | id |
|
||||
| ----------- | ----- |
|
||||
|
|
@ -1168,11 +1168,11 @@ Provides a better reading experience (full text articles) over the official one.
|
|||
|
||||
### Latest News {#kuwait-local-latest-news}
|
||||
|
||||
<Route author="TonyRL" example="/kuwaitlocal" path="/kuwaitlocal" radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/kuwaitlocal" path="/kuwaitlocal" radar="1"/>
|
||||
|
||||
### Categorised News {#kuwait-local-categorised-news}
|
||||
|
||||
<Route author="TonyRL" example="/kuwaitlocal/article" path="/kuwaitlocal/:category?" paramsDesc={['Category name, can be found in URL, `latest` by default']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/kuwaitlocal/article" path="/kuwaitlocal/:category?" paramsDesc={['Category name, can be found in URL, `latest` by default']} radar="1"/>
|
||||
|
||||
## Letterboxd {#letterboxd}
|
||||
|
||||
|
|
@ -1285,7 +1285,7 @@ IPFS 网关有可能失效,那时候换成其他网关。
|
|||
|
||||
### Latest, heat, essence {#matters-latest-heat-essence}
|
||||
|
||||
<Route author="xyqfer Cerebrater xosdy" example="/matters/latest/heat" path="/matters/latest/:type?" paramsDesc={['Defaults to latest, see table below']} radar="1" rssbud="1">
|
||||
<Route author="xyqfer Cerebrater xosdy" example="/matters/latest/heat" path="/matters/latest/:type?" paramsDesc={['Defaults to latest, see table below']} radar="1">
|
||||
|
||||
| 最新 | 热门 | 精华 |
|
||||
| ------ | ---- | ------- |
|
||||
|
|
@ -1295,17 +1295,17 @@ IPFS 网关有可能失效,那时候换成其他网关。
|
|||
|
||||
### Tags {#matters-tags}
|
||||
|
||||
<Route author="Cerebrater" example="/matters/tags/VGFnOjk3Mg" path="/matters/tags/:tid" paramsDesc={['Tag id, can be found in the url of the tag page']} radar="1" rssbud="1"/>
|
||||
<Route author="Cerebrater" example="/matters/tags/VGFnOjk3Mg" path="/matters/tags/:tid" paramsDesc={['Tag id, can be found in the url of the tag page']} radar="1"/>
|
||||
|
||||
### Author {#matters-author}
|
||||
|
||||
<Route author="Cerebrater xosdy" example="/matters/author/az" path="/matters/author/:uid" paramsDesc={['Author id, can be found at author\'s homepage url']} radar="1" rssbud="1"/>
|
||||
<Route author="Cerebrater xosdy" example="/matters/author/az" path="/matters/author/:uid" paramsDesc={['Author id, can be found at author\'s homepage url']} radar="1"/>
|
||||
|
||||
## McLaren Racing {#mclaren-racing}
|
||||
|
||||
### Articles {#mclaren-racing-articles}
|
||||
|
||||
<Route author="Bubbu0129" example="/mclaren/en/all" path="/mclaren/:lang/:category?" paramsDesc={['Supports English(en), Simplified Chinese(zh), and Spanish(es).', 'Default to exporting all media (all); See the table below for details']} radar="1" rssbud="1">
|
||||
<Route author="Bubbu0129" example="/mclaren/en/all" path="/mclaren/:lang/:category?" paramsDesc={['Supports English(en), Simplified Chinese(zh), and Spanish(es).', 'Default to exporting all media (all); See the table below for details']} radar="1">
|
||||
|
||||
| All Media | Article | Report | Gallery | Video | Blog | Photo Essay |
|
||||
| --------- | ------- | ------ | ------- | ----- | ---- | ------------ |
|
||||
|
|
@ -1317,7 +1317,7 @@ IPFS 网关有可能失效,那时候换成其他网关。
|
|||
|
||||
### Games {#metacritic-games}
|
||||
|
||||
<Route author="HenryQW nczitzk" example="/metacritic/game" path="/metacritic/game/:sort?/:filter?" paramsDesc={['Sort, see below, `new` for Newest Releases by default', 'Filter']} radar="1" rssbud="1">
|
||||
<Route author="HenryQW nczitzk" example="/metacritic/game" path="/metacritic/game/:sort?/:filter?" paramsDesc={['Sort, see below, `new` for Newest Releases by default', 'Filter']} radar="1">
|
||||
|
||||
| Metascore | User Score | Most Popular | Newest Releases |
|
||||
| --------- | ---------- | ------------ | --------------- |
|
||||
|
|
@ -1335,7 +1335,7 @@ The URL of [Action Games to Play on PS5](https://www.metacritic.com/browse/game/
|
|||
|
||||
### Movies {#metacritic-movies}
|
||||
|
||||
<Route author="nczitzk" example="/metacritic/movie" path="/metacritic/movie/:sort?/:filter?" paramsDesc={['Sort, see below, `new` for Newest Releases by default', 'Filter']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/metacritic/movie" path="/metacritic/movie/:sort?/:filter?" paramsDesc={['Sort, see below, `new` for Newest Releases by default', 'Filter']} radar="1">
|
||||
|
||||
| Metascore | User Score | Most Popular | Newest Releases |
|
||||
| --------- | ---------- | ------------ | --------------- |
|
||||
|
|
@ -1353,7 +1353,7 @@ The URL of [Action Movies to Watch on Netflix](https://www.metacritic.com/browse
|
|||
|
||||
### TV Shows {#metacritic-tv-shows}
|
||||
|
||||
<Route author="nczitzk" example="/metacritic/tv" path="/metacritic/tv/:sort?/:filter?" paramsDesc={['Sort, see below, `new` for Newest Releases by default', 'Filter']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/metacritic/tv" path="/metacritic/tv/:sort?/:filter?" paramsDesc={['Sort, see below, `new` for Newest Releases by default', 'Filter']} radar="1">
|
||||
|
||||
| Metascore | User Score | Most Popular | Newest Releases |
|
||||
| --------- | ---------- | ------------ | --------------- |
|
||||
|
|
@ -1426,7 +1426,7 @@ This route provides a flexible plan with full text content to subscribe specific
|
|||
|
||||
### 首页 {#ngocn-shou-ye}
|
||||
|
||||
<Route author="nczitzk" example="/ngocn2" path="/ngocn2/:category?" paramsDesc={['分类,见下表,默认为所有文章']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/ngocn2" path="/ngocn2/:category?" paramsDesc={['分类,见下表,默认为所有文章']} radar="1">
|
||||
|
||||
| 所有文章 | 早报 | 热点 |
|
||||
| -------- | ----------- | -------- |
|
||||
|
|
@ -1539,7 +1539,7 @@ This route provides a flexible plan with full text content to subscribe specific
|
|||
|
||||
### 新聞分類 {#peopo-gong-min-xin-wen-xin-wen-fen-lei}
|
||||
|
||||
<Route author="TonyRL" example="/peopo/topic/159" path="/peopo/topic/:topicId?" paramsDesc={['分類 ID,見下表,默認為社會關懷']} radar="1" rssbud="1">
|
||||
<Route author="TonyRL" example="/peopo/topic/159" path="/peopo/topic/:topicId?" paramsDesc={['分類 ID,見下表,默認為社會關懷']} radar="1">
|
||||
|
||||
| 分類 | ID |
|
||||
| -------- | --- |
|
||||
|
|
@ -1702,7 +1702,7 @@ Compared to the official one, this feed:
|
|||
|
||||
### 分类 {#readhub-fen-lei}
|
||||
|
||||
<Route author="WhiteWorld nczitzk Fatpandac" example="/readhub" path="/readhub/:category?" paramsDesc={['分类,见下表,默认为热门话题']} radar="1" rssbud="1">
|
||||
<Route author="WhiteWorld nczitzk Fatpandac" example="/readhub" path="/readhub/:category?" paramsDesc={['分类,见下表,默认为热门话题']} radar="1">
|
||||
|
||||
| 热门话题 | 每日早报 | 科技动态 | 医疗产业 |
|
||||
| -------- | -------- | -------- | -------- |
|
||||
|
|
@ -2095,7 +2095,7 @@ Provides a better reading experience (full text articles) over the official one.
|
|||
|
||||
### Category {#thoughtco-category}
|
||||
|
||||
<Route author="nczitzk" example="/thoughtco" path="/thoughtco/:category?" paramsDesc={['Category id, see below']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/thoughtco" path="/thoughtco/:category?" paramsDesc={['Category id, see below']} radar="1">
|
||||
|
||||
#### Science, Tech, Math {#thoughtco-category-science-tech-math}
|
||||
|
||||
|
|
@ -2562,7 +2562,7 @@ Supported sub-sites:
|
|||
|
||||
### 世界轨道交通资讯网 {#ai-lai-zi-xun-shi-jie-gui-dao-jiao-tong-zi-xun-wang}
|
||||
|
||||
<Route author="Rongronggg9" example="/ally/rail/hyzix/chengguijiaotong/" path="/ally/rail/:category?/:topic?" paramsDesc={['分类,可在 URL 中找到;略去则抓取首页', '话题,可在 URL 中找到;并非所有页面均有此字段']} radar="1" rssbud="1">
|
||||
<Route author="Rongronggg9" example="/ally/rail/hyzix/chengguijiaotong/" path="/ally/rail/:category?/:topic?" paramsDesc={['分类,可在 URL 中找到;略去则抓取首页', '话题,可在 URL 中找到;并非所有页面均有此字段']} radar="1">
|
||||
|
||||
:::tip
|
||||
|
||||
|
|
@ -2859,11 +2859,11 @@ Supported sub-sites:
|
|||
|
||||
### 事件分析 {#dao-min-wei-xing-islander-shi-jian-fen-xi}
|
||||
|
||||
<Route author="TonyRL" example="/islander/search" path="/islander/search" radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/islander/search" path="/islander/search" radar="1"/>
|
||||
|
||||
### 單日焦點 {#dao-min-wei-xing-islander-dan-ri-jiao-dian}
|
||||
|
||||
<Route author="TonyRL" example="/islander/top30event" path="/islander/top30event" radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/islander/top30event" path="/islander/top30event" radar="1"/>
|
||||
|
||||
## 得到 {#de-dao}
|
||||
|
||||
|
|
@ -2947,7 +2947,7 @@ area 分区选项
|
|||
|
||||
### 分类 {#dian-ta-shao-nv-fen-lei}
|
||||
|
||||
<Route author="TonyRL" example="/agirls/app" path="/agirls/:category?" paramsDesc={['分类,默认为最新文章,可在对应主题页的 URL 中找到,下表仅列出部分']} radar="1" rssbud="1">
|
||||
<Route author="TonyRL" example="/agirls/app" path="/agirls/:category?" paramsDesc={['分类,默认为最新文章,可在对应主题页的 URL 中找到,下表仅列出部分']} radar="1">
|
||||
|
||||
| App 评测 | 手机开箱 | 笔电开箱 | 3C 周边 | 教学小技巧 | 科技情报 |
|
||||
| -------- | -------- | -------- | ----------- | ---------- | -------- |
|
||||
|
|
@ -2957,11 +2957,11 @@ area 分区选项
|
|||
|
||||
### 精选主题 {#dian-ta-shao-nv-jing-xuan-zhu-ti}
|
||||
|
||||
<Route author="TonyRL" example="/agirls/topic/iphone13" path="/agirls/topic/:topic" paramsDesc={['精选主题,可通过下方精选主题列表获得']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/agirls/topic/iphone13" path="/agirls/topic/:topic" paramsDesc={['精选主题,可通过下方精选主题列表获得']} radar="1"/>
|
||||
|
||||
### 当前精选主题列表 {#dian-ta-shao-nv-dang-qian-jing-xuan-zhu-ti-lie-biao}
|
||||
|
||||
<Route author="TonyRL" example="/agirls/topic_list" path="/agirls/topic_list" radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/agirls/topic_list" path="/agirls/topic_list" radar="1"/>
|
||||
|
||||
## 电子工程专辑 {#dian-zi-gong-cheng-zhuan-ji}
|
||||
|
||||
|
|
@ -3188,7 +3188,7 @@ Type 栏目:
|
|||
|
||||
### 最新情報 {#fan-mian-%E3%83%A9%E3%82%A4%E3%83%80-zui-xin-qing-bao}
|
||||
|
||||
<Route author="nczitzk" example="/kamen-rider-official/news" path="/kamen-rider-official/news/:category?" paramsDesc={['Category, see below, すべて by default']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/kamen-rider-official/news" path="/kamen-rider-official/news/:category?" paramsDesc={['Category, see below, すべて by default']} radar="1">
|
||||
|
||||
| Category |
|
||||
| -------------------------------------- |
|
||||
|
|
@ -3409,7 +3409,7 @@ others = 热点新闻 + 滚动新闻
|
|||
|
||||
### 首页 {#guan-hai-xin-wen-shou-ye}
|
||||
|
||||
<Route author="TonyRL" example="/guanhai" path="/guanhai" radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/guanhai" path="/guanhai" radar="1"/>
|
||||
|
||||
## 广告门 {#guang-gao-men}
|
||||
|
||||
|
|
@ -3455,7 +3455,7 @@ others = 热点新闻 + 滚动新闻
|
|||
|
||||
### 标签,栏目,分类 {#hao-qi-xin-ri-bao-biao-qian-%EF%BC%8C-lan-mu-%EF%BC%8C-fen-lei}
|
||||
|
||||
<Route author="WenhuWee emdoe SivaGao HenryQW" example="/qdaily/column/59" path="/qdaily/:type/:id" paramsDesc={['类型,见下表', '对应 id,可在 URL 找到']} radar="1" rssbud="1">
|
||||
<Route author="WenhuWee emdoe SivaGao HenryQW" example="/qdaily/column/59" path="/qdaily/:type/:id" paramsDesc={['类型,见下表', '对应 id,可在 URL 找到']} radar="1">
|
||||
|
||||
| 标签 | 栏目 | 分类 |
|
||||
| ---- | ------ | -------- |
|
||||
|
|
@ -3589,7 +3589,7 @@ others = 热点新闻 + 滚动新闻
|
|||
|
||||
### 志祺七七 {#jian-xun-she-ji-zhi-qi-qi-qi}
|
||||
|
||||
<Route author="haukeng" example="/simpleinfo" path="/simpleinfo/:category?" radar="1" rssbud="1" paramsDesc={['分类名']}>
|
||||
<Route author="haukeng" example="/simpleinfo" path="/simpleinfo/:category?" radar="1" paramsDesc={['分类名']}>
|
||||
|
||||
| 夥伴聊聊 | 專案設計 |
|
||||
| -------- | -------- |
|
||||
|
|
@ -3707,19 +3707,19 @@ column 为 third 时可选的 category:
|
|||
|
||||
### 宅宅新聞 - 分類 {#ka-ka-luo-pu-zhai-zhai-xin-wen-fen-lei}
|
||||
|
||||
<Route author="TonyRL" example="/gamme/news" path="/gamme/news/:category?" paramsDesc={['分類名,可在 URL 找到,預設為 `all`']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/gamme/news" path="/gamme/news/:category?" paramsDesc={['分類名,可在 URL 找到,預設為 `all`']} radar="1"/>
|
||||
|
||||
### 宅宅新聞 - 標籤 {#ka-ka-luo-pu-zhai-zhai-xin-wen-biao-qian}
|
||||
|
||||
<Route author="TonyRL" example="/gamme/news/tag/歐派" path="/gamme/news/tag/:tag" paramsDesc={['標籤,可在 URL 找到']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/gamme/news/tag/歐派" path="/gamme/news/tag/:tag" paramsDesc={['標籤,可在 URL 找到']} radar="1"/>
|
||||
|
||||
### 西斯新聞 - 分類 {#ka-ka-luo-pu-xi-si-xin-wen-fen-lei}
|
||||
|
||||
<Route author="TonyRL" example="/gamme/sexynews" path="/gamme/sexynews/:category?" paramsDesc={['分類名,可在 URL 找到,預設為 `all`']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/gamme/sexynews" path="/gamme/sexynews/:category?" paramsDesc={['分類名,可在 URL 找到,預設為 `all`']} radar="1"/>
|
||||
|
||||
### 西斯新聞 - 標籤 {#ka-ka-luo-pu-xi-si-xin-wen-biao-qian}
|
||||
|
||||
<Route author="TonyRL" example="/gamme/sexynews/tag/歐派" path="/gamme/sexynews/tag/:tag" paramsDesc={['標籤,可在 URL 找到']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/gamme/sexynews/tag/歐派" path="/gamme/sexynews/tag/:tag" paramsDesc={['標籤,可在 URL 找到']} radar="1"/>
|
||||
|
||||
## 科技島讀 {#ke-ji-dao-du}
|
||||
|
||||
|
|
@ -3767,19 +3767,19 @@ column 为 third 时可选的 category:
|
|||
|
||||
### 最新 {#kuai-ke-ji-zui-xin}
|
||||
|
||||
<Route author="kt286 nczitzk" example="/mydrivers/new" path="/mydrivers/new" radar="1" rssbud="1"/>
|
||||
<Route author="kt286 nczitzk" example="/mydrivers/new" path="/mydrivers/new" radar="1"/>
|
||||
|
||||
### 热门 {#kuai-ke-ji-re-men}
|
||||
|
||||
<Route author="nczitzk" example="/mydrivers/hot" path="/mydrivers/hot" radar="1" rssbud="1"/>
|
||||
<Route author="nczitzk" example="/mydrivers/hot" path="/mydrivers/hot" radar="1"/>
|
||||
|
||||
### 发布会 {#kuai-ke-ji-fa-bu-hui}
|
||||
|
||||
<Route author="nczitzk" example="/mydrivers/zhibo" path="/mydrivers/zhibo" radar="1" rssbud="1"/>
|
||||
<Route author="nczitzk" example="/mydrivers/zhibo" path="/mydrivers/zhibo" radar="1"/>
|
||||
|
||||
### 排行 {#kuai-ke-ji-pai-hang}
|
||||
|
||||
<Route author="nczitzk" example="/mydrivers/rank" path="/mydrivers/rank/:range?" paramsDesc={['时间范围,见下表,默认为24小时最热']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/mydrivers/rank" path="/mydrivers/rank/:range?" paramsDesc={['时间范围,见下表,默认为24小时最热']} radar="1">
|
||||
|
||||
| 24小时最热 | 本周最热 | 本月最热 |
|
||||
| ---------- | -------- | -------- |
|
||||
|
|
@ -3789,7 +3789,7 @@ column 为 third 时可选的 category:
|
|||
|
||||
### 分类 {#kuai-ke-ji-fen-lei}
|
||||
|
||||
<Route author="nczitzk" example="/mydrivers/bcid/801" path="/mydrivers/:category?" paramsDesc={['分类,见下表,默认为最新']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/mydrivers/bcid/801" path="/mydrivers/:category?" paramsDesc={['分类,见下表,默认为最新']} radar="1">
|
||||
|
||||
#### 板块 {#kuai-ke-ji-fen-lei-ban-kuai}
|
||||
|
||||
|
|
@ -4115,15 +4115,15 @@ column 为 third 时可选的 category:
|
|||
|
||||
### 滚动 {#li-xiang-sheng-huo-shi-yan-shi-gun-dong}
|
||||
|
||||
<Route author="nczitzk" example="/toodaylab/posts" path="/toodaylab/posts" radar="1" rssbud="1"/>
|
||||
<Route author="nczitzk" example="/toodaylab/posts" path="/toodaylab/posts" radar="1"/>
|
||||
|
||||
### 最热 {#li-xiang-sheng-huo-shi-yan-shi-zui-re}
|
||||
|
||||
<Route author="nczitzk" example="/toodaylab/hot" path="/toodaylab/hot" radar="1" rssbud="1"/>
|
||||
<Route author="nczitzk" example="/toodaylab/hot" path="/toodaylab/hot" radar="1"/>
|
||||
|
||||
### 专栏 {#li-xiang-sheng-huo-shi-yan-shi-zhuan-lan}
|
||||
|
||||
<Route author="nczitzk" example="/toodaylab/column/299" path="/toodaylab/column/:id" paramsDesc={['专栏 id,见下表,可在对应专栏页 URL 中找到']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/toodaylab/column/299" path="/toodaylab/column/:id" paramsDesc={['专栏 id,见下表,可在对应专栏页 URL 中找到']} radar="1">
|
||||
|
||||
| 专题 | 攻略 |
|
||||
| ---- | ---- |
|
||||
|
|
@ -4133,7 +4133,7 @@ column 为 third 时可选的 category:
|
|||
|
||||
### 领域 {#li-xiang-sheng-huo-shi-yan-shi-ling-yu}
|
||||
|
||||
<Route author="nczitzk" example="/toodaylab/field/308" path="/toodaylab/field/:id" paramsDesc={['领域 id,见下表,可在对应领域页 URL 中找到']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/toodaylab/field/308" path="/toodaylab/field/:id" paramsDesc={['领域 id,见下表,可在对应领域页 URL 中找到']} radar="1">
|
||||
|
||||
| 快消 | 时尚 | 智能 | 娱乐 | 运动 | 生活 | 设计 | 出行 |
|
||||
| ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- |
|
||||
|
|
@ -4143,7 +4143,7 @@ column 为 third 时可选的 category:
|
|||
|
||||
### 话题 {#li-xiang-sheng-huo-shi-yan-shi-hua-ti}
|
||||
|
||||
<Route author="nczitzk" example="/toodaylab/topic/309" path="/toodaylab/topic/:id" paramsDesc={['话题 id,见下表,可在对应话题页 URL 中找到']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/toodaylab/topic/309" path="/toodaylab/topic/:id" paramsDesc={['话题 id,见下表,可在对应话题页 URL 中找到']} radar="1">
|
||||
|
||||
| 今日消费资讯 | 实验室带你过周末 | 实验室带你过假期 | 每日一图 | 每周一书 | 实验室数字 | 新鲜社会人 | 实验室TV |
|
||||
| ------------ | ---------------- | ---------------- | -------- | -------- | ---------- | ---------- | -------- |
|
||||
|
|
@ -4155,11 +4155,11 @@ column 为 third 时可选的 category:
|
|||
|
||||
### 首页 {#lian-bu-shou-chaincatcher-shou-ye}
|
||||
|
||||
<Route author="TonyRL" example="/chaincatcher" path="/chaincatcher" radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/chaincatcher" path="/chaincatcher" radar="1"/>
|
||||
|
||||
### 快讯 {#lian-bu-shou-chaincatcher-kuai-xun}
|
||||
|
||||
<Route author="TonyRL" example="/chaincatcher/news" path="/chaincatcher/news" radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/chaincatcher/news" path="/chaincatcher/news" radar="1"/>
|
||||
|
||||
## 链新闻 ABMedia {#lian-xin-wen-abmedia}
|
||||
|
||||
|
|
@ -4324,7 +4324,7 @@ column 为 third 时可选的 category:
|
|||
|
||||
### 资讯 {#luo-ge-wang-zi-xun}
|
||||
|
||||
<Route author="nczitzk" example="/logclub/news" path="/logclub/news/:id?" paramsDesc={['资讯 id,见下表,可在对应资讯页 URL 中找到,默认为全部']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/logclub/news" path="/logclub/news/:id?" paramsDesc={['资讯 id,见下表,可在对应资讯页 URL 中找到,默认为全部']} radar="1">
|
||||
|
||||
| 供应链 | 快递 | 快运/运输 | 仓储/地产 | 物流综合 | 国际与跨境物流 | 科技创新 |
|
||||
| ------ | ---- | --------- | --------- | -------- | -------------- | -------- |
|
||||
|
|
@ -4338,11 +4338,11 @@ column 为 third 时可选的 category:
|
|||
|
||||
### 招聘 {#luo-ge-wang-zhao-pin}
|
||||
|
||||
<Route author="nczitzk" example="/logclub/recruit" path="/logclub/recruit" radar="1" rssbud="1" />
|
||||
<Route author="nczitzk" example="/logclub/recruit" path="/logclub/recruit" radar="1" />
|
||||
|
||||
### 报告 {#luo-ge-wang-bao-gao}
|
||||
|
||||
<Route author="nczitzk" example="/logclub/lc_report" path="/logclub/lc_report/:id?" paramsDesc={['报告 id,见下表,默认为罗戈研究出品']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/logclub/lc_report" path="/logclub/lc_report/:id?" paramsDesc={['报告 id,见下表,默认为罗戈研究出品']} radar="1">
|
||||
|
||||
| 罗戈研究出品 | 物流报告 | 绿色双碳报告 |
|
||||
| ------------ | -------------- | --------------------- |
|
||||
|
|
@ -4352,15 +4352,15 @@ column 为 third 时可选的 category:
|
|||
|
||||
### 招投标 {#luo-ge-wang-zhao-tou-biao}
|
||||
|
||||
<Route author="nczitzk" example="/logclub/tender" path="/logclub/tender" radar="1" rssbud="1" />
|
||||
<Route author="nczitzk" example="/logclub/tender" path="/logclub/tender" radar="1" />
|
||||
|
||||
### 原创 {#luo-ge-wang-yuan-chuang}
|
||||
|
||||
<Route author="nczitzk" example="/logclub/original" path="/logclub/original" radar="1" rssbud="1" />
|
||||
<Route author="nczitzk" example="/logclub/original" path="/logclub/original" radar="1" />
|
||||
|
||||
### 大企业 {#luo-ge-wang-da-qi-ye}
|
||||
|
||||
<Route author="nczitzk" example="/logclub/company/14" path="/logclub/company/:id" paramsDesc={['企业 id,见下表,可在对应企业页 URL 中找到']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/logclub/company/14" path="/logclub/company/:id" paramsDesc={['企业 id,见下表,可在对应企业页 URL 中找到']} radar="1">
|
||||
|
||||
#### 明星企业 {#luo-ge-wang-da-qi-ye-ming-xing-qi-ye}
|
||||
|
||||
|
|
@ -4490,7 +4490,7 @@ column 为 third 时可选的 category:
|
|||
|
||||
### 专家说 {#luo-ge-wang-zhuan-jia-shuo}
|
||||
|
||||
<Route author="nczitzk" example="/logclub/columnist/articleList/27" path="/logclub/columnist/articleList/:id?" paramsDesc={['专家 id,见下表,可在对应企业页 URL 中找到']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/logclub/columnist/articleList/27" path="/logclub/columnist/articleList/:id?" paramsDesc={['专家 id,见下表,可在对应企业页 URL 中找到']} radar="1">
|
||||
|
||||
#### 精选专家 {#luo-ge-wang-zhuan-jia-shuo-jing-xuan-zhuan-jia}
|
||||
|
||||
|
|
@ -4634,7 +4634,7 @@ column 为 third 时可选的 category:
|
|||
|
||||
### 分類 {#mao-nu-ri-chang-fen-lei}
|
||||
|
||||
<Route author="TonyRL" example="/thecatcity" path="/thecatcity/:term?" paramsDesc={['見下表,留空為全部文章']} radar="1" rssbud="1">
|
||||
<Route author="TonyRL" example="/thecatcity" path="/thecatcity/:term?" paramsDesc={['見下表,留空為全部文章']} radar="1">
|
||||
|
||||
| 貓物分享 | 貓咪新聞 | 養貓大全 | 貓奴景點 | 新手養貓教學 |
|
||||
| -------- | -------- | -------- | -------- | ------------ |
|
||||
|
|
@ -4776,7 +4776,7 @@ column 为 third 时可选的 category:
|
|||
|
||||
### 频道 {#mu-mu-bo-ke-pin-dao}
|
||||
|
||||
<Route author="nczitzk" example="/liulinblog" path="/liulinblog/:channel?" paramsDesc={['频道 id,可在对应频道页 URL 中找到,见下表,默认为最新']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/liulinblog" path="/liulinblog/:channel?" paramsDesc={['频道 id,可在对应频道页 URL 中找到,见下表,默认为最新']} radar="1">
|
||||
|
||||
| 最新 | 60秒读懂世界 | 精品资源 | 视频资源 | 音频资源 |
|
||||
| ---- | ------------ | -------- | -------- | -------- |
|
||||
|
|
@ -4806,7 +4806,7 @@ column 为 third 时可选的 category:
|
|||
|
||||
### 标签 {#mu-mu-bo-ke-biao-qian}
|
||||
|
||||
<Route author="nczitzk" example="/liulinblog/tag/qukuailian" path="/liulinblog/tag/:id" paramsDesc={['标签 id,可在对应标签页 URL 中找到,见下表']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/liulinblog/tag/qukuailian" path="/liulinblog/tag/:id" paramsDesc={['标签 id,可在对应标签页 URL 中找到,见下表']} radar="1">
|
||||
|
||||
| 区块链 | 小红书 | 小说项目 | 微信公众号 | 微信营销 |
|
||||
| ---------- | ----------- | -------- | ---------- | -------- |
|
||||
|
|
@ -4836,7 +4836,7 @@ column 为 third 时可选的 category:
|
|||
|
||||
### 专题 {#mu-mu-bo-ke-zhuan-ti}
|
||||
|
||||
<Route author="nczitzk" example="/liulinblog/series/xunlei" path="/liulinblog/series/:id" paramsDesc={['专题 id,可在对应标签页 URL 中找到,见下表']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/liulinblog/series/xunlei" path="/liulinblog/series/:id" paramsDesc={['专题 id,可在对应标签页 URL 中找到,见下表']} radar="1">
|
||||
|
||||
| 【免费速存】迅雷资源合集 | 直播带货教程 | 电商培训课程 | 拼多多运营培训 | 小红书运营 | 抖音运营 | 闲鱼运营 | 短视频运营 |
|
||||
| ------------------------ | ------------ | --------------- | -------------- | ----------- | ------------- | ------------- | ----------------- |
|
||||
|
|
@ -4846,7 +4846,7 @@ column 为 third 时可选的 category:
|
|||
|
||||
### 搜索 {#mu-mu-bo-ke-sou-suo}
|
||||
|
||||
<Route author="nczitzk" example="/liulinblog/search/单机游戏" path="/liulinblog/search/:keyword" paramsDesc={['关键字']} radar="1" rssbud="1"/>
|
||||
<Route author="nczitzk" example="/liulinblog/search/单机游戏" path="/liulinblog/search/:keyword" paramsDesc={['关键字']} radar="1"/>
|
||||
|
||||
### 60秒读懂世界 {#mu-mu-bo-ke-60-miao-du-dong-shi-jie}
|
||||
|
||||
|
|
@ -4894,7 +4894,7 @@ column 为 third 时可选的 category:
|
|||
|
||||
### 最新文章 {#pao-ye-da-bao-zha-zui-xin-wen-zhang}
|
||||
|
||||
<Route author="TonyRL" example="/runtrail" path="/runtrail" radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/runtrail" path="/runtrail" radar="1"/>
|
||||
|
||||
## 品途商业评论 {#pin-tu-shang-ye-ping-lun}
|
||||
|
||||
|
|
@ -4958,7 +4958,7 @@ column 为 third 时可选的 category:
|
|||
|
||||
### 知识库/资讯 {#qian-pian-wang-zhi-shi-ku-%EF%BC%8F-zi-xun}
|
||||
|
||||
<Route author="TonyRL" example="/qianp/news" path="/qianp/news/:path*" paramsDesc={['路径,可在URL中找到,默认为 `news/recommend`']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/qianp/news" path="/qianp/news/:path*" paramsDesc={['路径,可在URL中找到,默认为 `news/recommend`']} radar="1"/>
|
||||
|
||||
## 求是网 {#qiu-shi-wang}
|
||||
|
||||
|
|
@ -5296,7 +5296,7 @@ column 为 third 时可选的 category:
|
|||
|
||||
### 新聞 {#shi-jie-xin-wen-wang-xin-wen}
|
||||
|
||||
<Route author="TonyRL" example="/worldjournal" path="/worldjournal/:path*" paramsDesc={['URL 中 `/wj/` 後的路徑,預設為 `cate/breaking`']} radar="1" rssbud="1" />
|
||||
<Route author="TonyRL" example="/worldjournal" path="/worldjournal/:path*" paramsDesc={['URL 中 `/wj/` 後的路徑,預設為 `cate/breaking`']} radar="1" />
|
||||
|
||||
## 数英网 {#shu-ying-wang}
|
||||
|
||||
|
|
@ -5643,7 +5643,7 @@ column 为 third 时可选的 category:
|
|||
|
||||
### 公众号栏目 (非推送 & 历史消息) {#wei-xin-gong-zhong-hao-lan-mu-fei-tui-song-li-shi-xiao-xi}
|
||||
|
||||
<Route author="MisteryMonster" example="/wechat/mp/homepage/MzA3MDM3NjE5NQ==/16" path="/wechat/mp/homepage/:biz/:hid/:cid?" paramsDesc={['公众号id', '分页id', '页内栏目']} radar="1" rssbud="1" anticrawler="1">
|
||||
<Route author="MisteryMonster" example="/wechat/mp/homepage/MzA3MDM3NjE5NQ==/16" path="/wechat/mp/homepage/:biz/:hid/:cid?" paramsDesc={['公众号id', '分页id', '页内栏目']} radar="1" anticrawler="1">
|
||||
|
||||
只适用拥有首页模板 (分享链接带有 homepage) 的公众号。例如从公众号分享出来的链接为 `https://mp.weixin.qq.com/mp/homepage?__biz=MzA3MDM3NjE5NQ==&hid=4`,`biz` 为 `MzA3MDM3NjE5NQ==`,`hid` 为 `4`。
|
||||
|
||||
|
|
@ -5653,7 +5653,7 @@ column 为 third 时可选的 category:
|
|||
|
||||
### 公众号文章话题 Tag {#wei-xin-gong-zhong-hao-wen-zhang-hua-ti-tag}
|
||||
|
||||
<Route author="MisteryMonster" example="/wechat/mp/msgalbum/MzA3MDM3NjE5NQ==/1375870284640911361" path="/wechat/mp/msgalbum/:biz/:aid" paramsDesc={['公众号id', 'Tag id', ]} radar="1" rssbud="1" anticrawler="1">
|
||||
<Route author="MisteryMonster" example="/wechat/mp/msgalbum/MzA3MDM3NjE5NQ==/1375870284640911361" path="/wechat/mp/msgalbum/:biz/:aid" paramsDesc={['公众号id', 'Tag id', ]} radar="1" anticrawler="1">
|
||||
|
||||
一些公众号(如看理想)会在微信文章里添加 Tag ,点入 Tag 的链接如 `https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzA3MDM3NjE5NQ==&action=getalbum&album_id=1375870284640911361`,其中`biz` 为 `MzA3MDM3NjE5NQ==`,`aid` 为 `1375870284640911361`。
|
||||
|
||||
|
|
@ -5669,7 +5669,7 @@ column 为 third 时可选的 category:
|
|||
|
||||
### 公众号(微阅读来源) {#wei-xin-gong-zhong-hao-wei-yue-du-lai-yuan}
|
||||
|
||||
<Route author="Rongronggg9" example="/wechat/data258/gh_cbbad4c1d33c" path="/data258/:id?" paramsDesc={['公众号 id 或分类 id,可在公众号页或分类页 URL 中找到;若略去,则抓取首页']} anticrawler="1" radar="1" rssbud="1" configRequired="1">
|
||||
<Route author="Rongronggg9" example="/wechat/data258/gh_cbbad4c1d33c" path="/data258/:id?" paramsDesc={['公众号 id 或分类 id,可在公众号页或分类页 URL 中找到;若略去,则抓取首页']} anticrawler="1" radar="1" configRequired="1">
|
||||
|
||||
:::warning
|
||||
|
||||
|
|
@ -5808,27 +5808,27 @@ column 为 third 时可选的 category:
|
|||
|
||||
### 热门 {#xiang-gang-01-re-men}
|
||||
|
||||
<Route author="hoilc Fatpandac nczitzk" example="/hk01/hot" path="/hk01/hot" radar="1" rssbud="1"/>
|
||||
<Route author="hoilc Fatpandac nczitzk" example="/hk01/hot" path="/hk01/hot" radar="1"/>
|
||||
|
||||
### 栏目 {#xiang-gang-01-lan-mu}
|
||||
|
||||
<Route author="hoilc Fatpandac nczitzk" example="/hk01/zone/11" path="/hk01/zone/:id" paramsDesc={['栏目 id, 可在 URL 中找到']} radar="1" rssbud="1"/>
|
||||
<Route author="hoilc Fatpandac nczitzk" example="/hk01/zone/11" path="/hk01/zone/:id" paramsDesc={['栏目 id, 可在 URL 中找到']} radar="1"/>
|
||||
|
||||
### 子栏目 {#xiang-gang-01-zi-lan-mu}
|
||||
|
||||
<Route author="hoilc Fatpandac nczitzk" example="/hk01/channel/391" path="/hk01/channel/:id" paramsDesc={['子栏目 id, 可在 URL 中找到']} radar="1" rssbud="1"/>
|
||||
<Route author="hoilc Fatpandac nczitzk" example="/hk01/channel/391" path="/hk01/channel/:id" paramsDesc={['子栏目 id, 可在 URL 中找到']} radar="1"/>
|
||||
|
||||
### 专题 {#xiang-gang-01-zhuan-ti}
|
||||
|
||||
<Route author="hoilc Fatpandac nczitzk" example="/hk01/issue/649" path="/hk01/issue/:id" paramsDesc={['专题 id, 可在 URL 中找到']} radar="1" rssbud="1"/>
|
||||
<Route author="hoilc Fatpandac nczitzk" example="/hk01/issue/649" path="/hk01/issue/:id" paramsDesc={['专题 id, 可在 URL 中找到']} radar="1"/>
|
||||
|
||||
### 标签 {#xiang-gang-01-biao-qian}
|
||||
|
||||
<Route author="hoilc Fatpandac nczitzk" example="/hk01/tag/2787" path="/hk01/tag/:id" paramsDesc={['标签 id, 可在 URL 中找到']} radar="1" rssbud="1"/>
|
||||
<Route author="hoilc Fatpandac nczitzk" example="/hk01/tag/2787" path="/hk01/tag/:id" paramsDesc={['标签 id, 可在 URL 中找到']} radar="1"/>
|
||||
|
||||
### 即時 {#xiang-gang-01-ji-shi}
|
||||
|
||||
<Route author="5upernove-heng" example="/hk01/latest" path="/hk01/latest" radar="1" rssbud="1"/>
|
||||
<Route author="5upernove-heng" example="/hk01/latest" path="/hk01/latest" radar="1"/>
|
||||
|
||||
## 香港高登 {#xiang-gang-gao-deng}
|
||||
|
||||
|
|
@ -5952,7 +5952,7 @@ column 为 third 时可选的 category:
|
|||
|
||||
### 专栏 {#xiao-zhuan-lan-zhuan-lan}
|
||||
|
||||
<Route author="TonyRL" example="/xiaozhuanlan/column/olddriver-selection" path="/xiaozhuanlan/column/:id" paramsDesc={['专栏 ID,可在专栏页 URL 中找到']} radar="1" rssbud="1" />
|
||||
<Route author="TonyRL" example="/xiaozhuanlan/column/olddriver-selection" path="/xiaozhuanlan/column/:id" paramsDesc={['专栏 ID,可在专栏页 URL 中找到']} radar="1" />
|
||||
|
||||
## 辛華社 {#xin-hua-she}
|
||||
|
||||
|
|
@ -6046,7 +6046,7 @@ column 为 third 时可选的 category:
|
|||
|
||||
### 发现 {#xin-pian-chang-fa-xian}
|
||||
|
||||
<Route author="nczitzk" example="/xinpianchang/discover" path="/xinpianchang/discover/:params?" paramsDesc={['参数,可在对应分类页 URL 中找到,默认为 `article-0-0-all-all-0-0-score` ,即全部']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/xinpianchang/discover" path="/xinpianchang/discover/:params?" paramsDesc={['参数,可在对应分类页 URL 中找到,默认为 `article-0-0-all-all-0-0-score` ,即全部']} radar="1">
|
||||
|
||||
:::tip
|
||||
|
||||
|
|
@ -6060,7 +6060,7 @@ column 为 third 时可选的 category:
|
|||
|
||||
### 排行榜 {#xin-pian-chang-pai-hang-bang}
|
||||
|
||||
<Route author="nczitzk" example="/xinpianchang/rank" path="/xinpianchang/rank/:category?" paramsDesc={['分类 id,可在对应排行榜页 URL 中找到,见下表,默认为 `all` ,即总榜']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/xinpianchang/rank" path="/xinpianchang/rank/:category?" paramsDesc={['分类 id,可在对应排行榜页 URL 中找到,见下表,默认为 `all` ,即总榜']} radar="1">
|
||||
|
||||
| 分类 | id |
|
||||
| -------- | ---------- |
|
||||
|
|
@ -6197,7 +6197,7 @@ column 为 third 时可选的 category:
|
|||
|
||||
### 每日早报 {#zao-bao-wang-mei-ri-zao-bao}
|
||||
|
||||
<Route author="nczitzk" example="/qqorw" path="/qqorw/:category?" paramsDesc={['分类,见下表,默认为首页']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/qqorw" path="/qqorw/:category?" paramsDesc={['分类,见下表,默认为首页']} radar="1">
|
||||
|
||||
| 首页 | 每日早报 | 国际早报 | 生活冷知识 |
|
||||
| ---- | -------- | -------- | ---------- |
|
||||
|
|
@ -6209,11 +6209,11 @@ column 为 third 时可选的 category:
|
|||
|
||||
### Newsletter {#zhi-yuan-newsletter}
|
||||
|
||||
<Route author="TonyRL" example="/zhiy/letters/messy" path="/zhiy/letters/:author" paramsDesc={['作者 ID,可在URL中找到']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/zhiy/letters/messy" path="/zhiy/letters/:author" paramsDesc={['作者 ID,可在URL中找到']} radar="1"/>
|
||||
|
||||
### 笔记 {#zhi-yuan-bi-ji}
|
||||
|
||||
<Route author="TonyRL" example="/zhiy/posts/long" path="/zhiy/posts/:author" paramsDesc={['作者 ID,可在URL中找到']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/zhiy/posts/long" path="/zhiy/posts/:author" paramsDesc={['作者 ID,可在URL中找到']} radar="1"/>
|
||||
|
||||
## 中国纺织经济信息网 {#zhong-guo-fang-zhi-jing-ji-xin-xi-wang}
|
||||
|
||||
|
|
@ -6231,7 +6231,7 @@ column 为 third 时可选的 category:
|
|||
|
||||
### 栏目 {#zhong-guo-gang-tie-gong-ye-xie-hui-lan-mu}
|
||||
|
||||
<Route author="nczitzk" example="/chinaisa" path="/chinaisa/:id?" paramsDesc={['栏目,见下表,默认为钢协动态']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/chinaisa" path="/chinaisa/:id?" paramsDesc={['栏目,见下表,默认为钢协动态']} radar="1">
|
||||
|
||||
| 栏目 | id |
|
||||
| -------- | ---------------------------------------------------------------- |
|
||||
|
|
@ -6427,7 +6427,7 @@ column 为 third 时可选的 category:
|
|||
|
||||
### 栏目 {#zhong-guo-zuo-jia-wang-lan-mu}
|
||||
|
||||
<Route author="nczitzk" example="/chinawriter" path="/chinawriter/:id?" paramsDesc={['栏目 id,见下表,默认为首页']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/chinawriter" path="/chinawriter/:id?" paramsDesc={['栏目 id,见下表,默认为首页']} radar="1">
|
||||
|
||||
| 服务 | 文学奖项 |
|
||||
| ------ | -------- |
|
||||
|
|
@ -6688,4 +6688,4 @@ QueryString:
|
|||
|
||||
### 公众号 {#zi-you-wei-xin-gong-zhong-hao}
|
||||
|
||||
<Route author="TonyRL" example="/freewechat/profile/MzI5NTUxNzk3OA==" path="/freewechat/profile/:id" paramsDesc={['公众号 ID,可在URL中找到']} radar="1" rssbud="1" anticrawler="1"/>
|
||||
<Route author="TonyRL" example="/freewechat/profile/MzI5NTUxNzk3OA==" path="/freewechat/profile/:id" paramsDesc={['公众号 ID,可在URL中找到']} radar="1" anticrawler="1"/>
|
||||
|
|
|
|||
|
|
@ -263,11 +263,11 @@ Official Website: [https://news.yahoo.co.jp/pages/article/20200207](https://news
|
|||
|
||||
### HackerOne Hacker Activity {#hackerone-hackerone-hacker-activity}
|
||||
|
||||
<Route author="imlonghao" example="/hackerone/hacktivity" path="/hackerone/hacktivity" radar="1" rssbud="1"/>
|
||||
<Route author="imlonghao" example="/hackerone/hacktivity" path="/hackerone/hacktivity" radar="1"/>
|
||||
|
||||
### Search {#hackerone-search}
|
||||
|
||||
<Route author="imlonghao" example="/hackerone/search/rocket_chat" path="/hackerone/search/:search" paramsDesc={['Search string']} radar="1" rssbud="1"/>
|
||||
<Route author="imlonghao" example="/hackerone/search/rocket_chat" path="/hackerone/search/:search" paramsDesc={['Search string']} radar="1"/>
|
||||
|
||||
## Instapaper {#instapaper}
|
||||
|
||||
|
|
@ -303,7 +303,7 @@ Official Website: [https://news.yahoo.co.jp/pages/article/20200207](https://news
|
|||
|
||||
### Track & Trace Service 郵便追跡サービス {#japanpost-ri-ben-you-bian-track-trace-service-you-bian-zhui-ji-%E3%82%B5%E3%83%BC%E3%83%93%E3%82%B9}
|
||||
|
||||
<Route author="tuzi3040" example="/japanpost/track/EJ123456789JP/en" path="/japanpost/track/:reqCode/:locale?" paramsDesc={['Package Number', 'Language, default to japanese `ja`']} radar="1" rssbud="1">
|
||||
<Route author="tuzi3040" example="/japanpost/track/EJ123456789JP/en" path="/japanpost/track/:reqCode/:locale?" paramsDesc={['Package Number', 'Language, default to japanese `ja`']} radar="1">
|
||||
|
||||
| Japanese | English |
|
||||
|----------|---------|
|
||||
|
|
@ -522,7 +522,7 @@ please refer to the [Notion API documentation](https://developers.notion.com/ref
|
|||
|
||||
### OpenSource Square {#oshwhub-li-chuang-kai-yuan-ying-jian-ping-tai-opensource-square}
|
||||
|
||||
<Route author="tylinux" example="/oshwhub" path="/oshwhub/:sortType?" paramsDesc={['sortType']} radar="1" rssbud="1"/>
|
||||
<Route author="tylinux" example="/oshwhub" path="/oshwhub/:sortType?" paramsDesc={['sortType']} radar="1"/>
|
||||
|
||||
## Panda {#panda}
|
||||
|
||||
|
|
@ -561,7 +561,7 @@ please refer to the [Notion API documentation](https://developers.notion.com/ref
|
|||
|
||||
### Remote.work Job Information {#remote.work-remote.work-job-information}
|
||||
|
||||
<Route author="luyuhuang" example="/remote-work/all" path="/remote-work/:caty?" paramsDesc={['Job category, default to all']} radar="1" rssbud="1">
|
||||
<Route author="luyuhuang" example="/remote-work/all" path="/remote-work/:caty?" paramsDesc={['Job category, default to all']} radar="1">
|
||||
|
||||
| All Jobs | Development | Design | Operation | Product | Other | Marketing | Sales |
|
||||
|:--------:|:-----------:|:------:|:---------:|:-------:|:-----:|:---------:|:-----:|
|
||||
|
|
@ -685,7 +685,7 @@ Board and Build can be found in [here](http://api.ineal.me/tss/status)
|
|||
|
||||
### Random words {#urban-dictionary-random-words}
|
||||
|
||||
<Route author="TonyRL" example="/urbandictionary/random" path="/urbandictionary/random" radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/urbandictionary/random" path="/urbandictionary/random" radar="1"/>
|
||||
|
||||
## V2rayShare {#v2rayshare}
|
||||
|
||||
|
|
@ -701,11 +701,11 @@ Board and Build can be found in [here](http://api.ineal.me/tss/status)
|
|||
|
||||
### 最近更新 {#wegene-zui-jin-geng-xin}
|
||||
|
||||
<Route author="LogicJake" example="/wegene/newest" path="/wegene/newest" radar="1" rssbud="1"/>
|
||||
<Route author="LogicJake" example="/wegene/newest" path="/wegene/newest" radar="1"/>
|
||||
|
||||
### 栏目 {#wegene-lan-mu}
|
||||
|
||||
<Route author="LogicJake" example="/wegene/column/all/all" path="/wegene/column/:type/:category" paramsDesc={['栏目类型,all(全部项目) 或 weapp(专业版)','栏目分类']} radar="1" rssbud="1">
|
||||
<Route author="LogicJake" example="/wegene/column/all/all" path="/wegene/column/:type/:category" paramsDesc={['栏目类型,all(全部项目) 或 weapp(专业版)','栏目分类']} radar="1">
|
||||
|
||||
:::tip
|
||||
|
||||
|
|
@ -883,7 +883,7 @@ Refer to [the list of supported currencies](https://wise.com/tools/exchange-rate
|
|||
|
||||
### 栏目 {#guang-dong-sheng-shi-pin-yao-pin-shen-ping-ren-zheng-ji-shu-xie-hui-lan-mu}
|
||||
|
||||
<Route author="nczitzk" example="/gdsrx" path="/gdsrx/:id?" paramsDesc={['栏目 id,可在对应栏目页 URL 中找到,见下表,默认为法规文库']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/gdsrx" path="/gdsrx/:id?" paramsDesc={['栏目 id,可在对应栏目页 URL 中找到,见下表,默认为法规文库']} radar="1">
|
||||
|
||||
| 栏目名称 | 栏目 id |
|
||||
| ----------------- | ------- |
|
||||
|
|
@ -901,7 +901,7 @@ Refer to [the list of supported currencies](https://wise.com/tools/exchange-rate
|
|||
|
||||
### 通知 {#guo-jia-liu-xue-wang-tong-zhi}
|
||||
|
||||
<Route author="Derekmini markmingjie" example="/csc/notice/lxtz" path="/csc/notice/:type?" paramsDesc={['分类, 默认为 `lxtz`']} radar="1" rssbud="1">
|
||||
<Route author="Derekmini markmingjie" example="/csc/notice/lxtz" path="/csc/notice/:type?" paramsDesc={['分类, 默认为 `lxtz`']} radar="1">
|
||||
|
||||
| 遴选通知 | 综合项目专栏 | 常见问题解答 | 录取公告 | 新闻资讯 | 新闻公告 |
|
||||
|----------|--------------|--------------|----------|----------|----------|
|
||||
|
|
@ -987,17 +987,17 @@ Refer to [the list of supported currencies](https://wise.com/tools/exchange-rate
|
|||
|
||||
### 支持的快递公司列表 {#kuai-di-100-zhi-chi-de-kuai-di-gong-si-lie-biao}
|
||||
|
||||
<Route author="NeverBehave" example="/kuaidi100/company" path="/kuaidi100/company" radar="1" rssbud="1"/>
|
||||
<Route author="NeverBehave" example="/kuaidi100/company" path="/kuaidi100/company" radar="1"/>
|
||||
|
||||
## 裏垢女子まとめ {#li-gou-nv-zi-%E3%81%BE%E3%81%A8%E3%82%81}
|
||||
|
||||
### Homepage {#li-gou-nv-zi-%E3%81%BE%E3%81%A8%E3%82%81-homepage}
|
||||
|
||||
<Route author="SettingDust Halcao" example="/uraaka-joshi" path="/uraaka-joshi" radar="1" rssbud="1" puppeteer="1"/>
|
||||
<Route author="SettingDust Halcao" example="/uraaka-joshi" path="/uraaka-joshi" radar="1" puppeteer="1"/>
|
||||
|
||||
### User {#li-gou-nv-zi-%E3%81%BE%E3%81%A8%E3%82%81-user}
|
||||
|
||||
<Route author="SettingDust Halcao" example="/uraaka-joshi/_rrwq" path="/uraaka-joshi/:id" paramsDesc={['User ID']} radar="1" rssbud="1" puppeteer="1"/>
|
||||
<Route author="SettingDust Halcao" example="/uraaka-joshi/_rrwq" path="/uraaka-joshi/:id" paramsDesc={['User ID']} radar="1" puppeteer="1"/>
|
||||
|
||||
## 律师事务所文章 {#lv-shi-shi-wu-suo-wen-zhang}
|
||||
|
||||
|
|
@ -1127,7 +1127,7 @@ Refer to [the list of supported currencies](https://wise.com/tools/exchange-rate
|
|||
|
||||
### CloudFlareYes {#quan-qiu-zhu-ji-jian-kong-cloudflareyes}
|
||||
|
||||
<Route author="nczitzk" example="/hostmonit/cloudflareyes" path="/hostmonit/cloudflareyes/:type?" paramsDesc={['类型,见下表,默认为 v4']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/hostmonit/cloudflareyes" path="/hostmonit/cloudflareyes/:type?" paramsDesc={['类型,见下表,默认为 v4']} radar="1">
|
||||
|
||||
| v4 | v6 |
|
||||
| --- | --- |
|
||||
|
|
@ -1175,7 +1175,7 @@ Refer to [the list of supported currencies](https://wise.com/tools/exchange-rate
|
|||
|
||||
### 最新相關資訊 / 最新查核報告 {#tai-wan-shi-shi-cha-he-zhong-xin-zui-xin-xiang-guan-zi-xun-zui-xin-cha-he-bao-gao}
|
||||
|
||||
<Route author="TonyRL" example="/tfc-taiwan" path="/tfc-taiwan/:type?" paramsDesc={['分類,見下表,預設為 `report`']} radar="1" rssbud="1">
|
||||
<Route author="TonyRL" example="/tfc-taiwan" path="/tfc-taiwan/:type?" paramsDesc={['分類,見下表,預設為 `report`']} radar="1">
|
||||
|
||||
| 最新相關資訊 | 最新查核報告 |
|
||||
| ---------- | ---------- |
|
||||
|
|
@ -1185,7 +1185,7 @@ Refer to [the list of supported currencies](https://wise.com/tools/exchange-rate
|
|||
|
||||
### 專題 / 重點專區 {#tai-wan-shi-shi-cha-he-zhong-xin-zhuan-ti-zhong-dian-zhuan-qu}
|
||||
|
||||
<Route author="TonyRL" example="/tfc-taiwan/category/242" path="/tfc-taiwan/:type/:id+" paramsDesc={['專題 / 重點專區,見下表', '專題 / 重點專區 ID']} radar="1" rssbud="1">
|
||||
<Route author="TonyRL" example="/tfc-taiwan/category/242" path="/tfc-taiwan/:type/:id+" paramsDesc={['專題 / 重點專區,見下表', '專題 / 重點專區 ID']} radar="1">
|
||||
|
||||
| 專題 | 重點專區 |
|
||||
| -------- | ------- |
|
||||
|
|
@ -1249,7 +1249,7 @@ Refer to [the list of supported currencies](https://wise.com/tools/exchange-rate
|
|||
|
||||
### 最新文章列表 {#you-ju-zui-xin-wen-zhang-lie-biao}
|
||||
|
||||
<Route author="kdanfly" example="/chinafactcheck" path="/chinafactcheck" radar="1" rssbud="1"/>
|
||||
<Route author="kdanfly" example="/chinafactcheck" path="/chinafactcheck" radar="1"/>
|
||||
|
||||
## 源仓库 {#yuan-cang-ku}
|
||||
|
||||
|
|
@ -1344,7 +1344,7 @@ Refer to [the list of supported currencies](https://wise.com/tools/exchange-rate
|
|||
|
||||
### 新闻 {#zhong-guo-you-zheng-su-di-wu-liu-xin-wen}
|
||||
|
||||
<Route author="luyuhuang" example="/ems/news" path="/ems/news" radar="1" rssbud="1"/>
|
||||
<Route author="luyuhuang" example="/ems/news" path="/ems/news" radar="1"/>
|
||||
|
||||
### 苹果邮件 {#zhong-guo-you-zheng-su-di-wu-liu-ping-guo-you-jian}
|
||||
|
||||
|
|
|
|||
|
|
@ -88,15 +88,15 @@
|
|||
|
||||
### Top rated {#asian-to-lick-top-rated}
|
||||
|
||||
<Route author="nczitzk" example="/asiantolick" path="/asiantolick" radar="1" rssbud="1"/>
|
||||
<Route author="nczitzk" example="/asiantolick" path="/asiantolick" radar="1"/>
|
||||
|
||||
### News {#asian-to-lick-news}
|
||||
|
||||
<Route author="nczitzk" example="/asiantolick/page/news" path="/asiantolick/page/news" radar="1" rssbud="1"/>
|
||||
<Route author="nczitzk" example="/asiantolick/page/news" path="/asiantolick/page/news" radar="1"/>
|
||||
|
||||
### Category {#asian-to-lick-category}
|
||||
|
||||
<Route author="nczitzk" example="/asiantolick/category/90" path="/asiantolick/category/:id" paramsDesc={['Category id, can be found in URL']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/asiantolick/category/90" path="/asiantolick/category/:id" paramsDesc={['Category id, can be found in URL']} radar="1">
|
||||
|
||||
| Category | id |
|
||||
| ---------- | ---- |
|
||||
|
|
@ -113,7 +113,7 @@
|
|||
|
||||
### Tag {#asian-to-lick-tag}
|
||||
|
||||
<Route author="nczitzk" example="/asiantolick/tag/1045" path="/asiantolick/tag/:id" paramsDesc={['Tag id, can be found in URL']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/asiantolick/tag/1045" path="/asiantolick/tag/:id" paramsDesc={['Tag id, can be found in URL']} radar="1">
|
||||
|
||||
| Aidol | Anal | Babe | Big Boobs | Big Pussy |
|
||||
| ------------ | ------------ | ------------ | ------------ | ------------ |
|
||||
|
|
@ -159,11 +159,11 @@
|
|||
|
||||
### Search {#asian-to-lick-search}
|
||||
|
||||
<Route author="nczitzk" example="/asiantolick/search/lolita" path="/asiantolick/search/:keyword" paramsDesc={['Keyword']} radar="1" rssbud="1"/>
|
||||
<Route author="nczitzk" example="/asiantolick/search/lolita" path="/asiantolick/search/:keyword" paramsDesc={['Keyword']} radar="1"/>
|
||||
|
||||
### Page {#asian-to-lick-page}
|
||||
|
||||
<Route author="nczitzk" example="/asiantolick/page/news" path="/asiantolick/page/:id" paramsDesc={['Page id']} radar="1" rssbud="1"/>
|
||||
<Route author="nczitzk" example="/asiantolick/page/news" path="/asiantolick/page/:id" paramsDesc={['Page id']} radar="1"/>
|
||||
|
||||
## BabeHub {#babehub}
|
||||
|
||||
|
|
@ -185,7 +185,7 @@
|
|||
|
||||
### Daily Wallpaper {#bing-wallpaper-daily-wallpaper}
|
||||
|
||||
<Route author="FHYunCai" example="/bing" path="/bing" radar="1" rssbud="1"/>
|
||||
<Route author="FHYunCai" example="/bing" path="/bing" radar="1"/>
|
||||
|
||||
## Booru {#booru}
|
||||
|
||||
|
|
@ -543,7 +543,7 @@ The text after `?` is `q=id%3A711&sorting=random&ref=fp&seed=8g0dgd` for [Wallpa
|
|||
|
||||
### Wallpapers {#wallpaperhub-wallpapers}
|
||||
|
||||
<Route author="nczitzk" example="/wallpaperhub" path="/wallpaperhub" radar="1" rssbud="1"/>
|
||||
<Route author="nczitzk" example="/wallpaperhub" path="/wallpaperhub" radar="1"/>
|
||||
|
||||
## yande.re {#yande.re}
|
||||
|
||||
|
|
@ -700,7 +700,7 @@ For example:
|
|||
|
||||
### 频道 {#qi-pa-mai-jia-xiu-pin-dao}
|
||||
|
||||
<Route author="Fatpandac nczitzk" example="/qipamaijia/fuli" path="/qipamaijia/:cate?" paramsDesc={['频道名,可在对应网址中找到,默认为最新']} radar="1" rssbud="1"/>
|
||||
<Route author="Fatpandac nczitzk" example="/qipamaijia/fuli" path="/qipamaijia/:cate?" paramsDesc={['频道名,可在对应网址中找到,默认为最新']} radar="1"/>
|
||||
|
||||
## 涂鸦王国 {#tu-ya-wang-guo}
|
||||
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
### Release {#app-center-release}
|
||||
|
||||
<Route author="Rongronggg9" example="/app-center/release/cloudflare/1.1.1.1-windows/beta" path="/app-center/release/:user/:app/:distribution_group" paramsDesc={['User', 'App name', 'Distribution group']} radar="1" rssbud="1">
|
||||
<Route author="Rongronggg9" example="/app-center/release/cloudflare/1.1.1.1-windows/beta" path="/app-center/release/:user/:app/:distribution_group" paramsDesc={['User', 'App name', 'Distribution group']} radar="1">
|
||||
|
||||
:::tip
|
||||
|
||||
|
|
@ -59,7 +59,7 @@ The parameters can be extracted from the Release page URL: `https://install.appc
|
|||
|
||||
### App Update {#app-store-mac-app-store-app-update}
|
||||
|
||||
<Route author="EkkoG nczitzk" example="/apple/apps/update/us/id408709785" path="/apple/apps/update/:country/:id/:platform?" paramsDesc={['App Store Country, obtain from the app URL, see below', 'App id, obtain from the app URL', 'App Platform, see below, all by default']} radar="1" rssbud="1">
|
||||
<Route author="EkkoG nczitzk" example="/apple/apps/update/us/id408709785" path="/apple/apps/update/:country/:id/:platform?" paramsDesc={['App Store Country, obtain from the app URL, see below', 'App id, obtain from the app URL', 'App Platform, see below, all by default']} radar="1">
|
||||
|
||||
| All | iOS | macOS | tvOS |
|
||||
| --- | --- | ----- | ---- |
|
||||
|
|
@ -103,7 +103,7 @@ For example, the URL of [GarageBand](https://apps.apple.com/us/app/messages/id40
|
|||
|
||||
### GPU Tweak {#asus-gpu-tweak}
|
||||
|
||||
<Route author="TonyRL" example="/asus/gpu-tweak" path="/asus/gpu-tweak" radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/asus/gpu-tweak" path="/asus/gpu-tweak" radar="1"/>
|
||||
|
||||
## Bandisoft {#bandisoft}
|
||||
|
||||
|
|
@ -223,7 +223,7 @@ Need to configure `CIVITAI_COOKIE` to obtain image information of NSFW models.
|
|||
|
||||
### News {#cpuid-news}
|
||||
|
||||
<Route author="TonyRL" example="/cpuid/news" path="/cpuid/news" radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/cpuid/news" path="/cpuid/news" radar="1"/>
|
||||
|
||||
## cpython {#cpython}
|
||||
|
||||
|
|
@ -427,7 +427,7 @@ Logseq 开发团队已经放弃了 [旧网站](https://logseq.com/blog)。
|
|||
|
||||
### 应用更新 {#macwk-ying-yong-geng-xin}
|
||||
|
||||
<Route author="f48vj" example="/macwk/soft/sublime-text" path="/macwk/soft/:name" paramsDesc={['应用名,可在应用页 URL 中找到']} radar="1" rssbud="1"/>
|
||||
<Route author="f48vj" example="/macwk/soft/sublime-text" path="/macwk/soft/:name" paramsDesc={['应用名,可在应用页 URL 中找到']} radar="1"/>
|
||||
|
||||
## ManicTime {#manictime}
|
||||
|
||||
|
|
@ -551,7 +551,7 @@ Logseq 开发团队已经放弃了 [旧网站](https://logseq.com/blog)。
|
|||
|
||||
### News {#qbittorrent-news}
|
||||
|
||||
<Route author="TonyRL" example="/qbittorrent/news" path="/qbittorrent/news" radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/qbittorrent/news" path="/qbittorrent/news" radar="1"/>
|
||||
|
||||
## QNAP {#qnap}
|
||||
|
||||
|
|
@ -587,7 +587,7 @@ Logseq 开发团队已经放弃了 [旧网站](https://logseq.com/blog)。
|
|||
|
||||
### Changelog {#remnote-changelog}
|
||||
|
||||
<Route author="TonyRL" example="/remnote/changelog" path="/remnote/changelog" radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/remnote/changelog" path="/remnote/changelog" radar="1"/>
|
||||
|
||||
## RescueTime {#rescuetime}
|
||||
|
||||
|
|
@ -609,7 +609,7 @@ Logseq 开发团队已经放弃了 [旧网站](https://logseq.com/blog)。
|
|||
|
||||
### New sponsors {#rsshub-new-sponsors}
|
||||
|
||||
<Route author="DIYgod" example="/rsshub/sponsors" path="/rsshub/sponsors" radar="1" rssbud="1"/>
|
||||
<Route author="DIYgod" example="/rsshub/sponsors" path="/rsshub/sponsors" radar="1"/>
|
||||
|
||||
## Sesame {#sesame}
|
||||
|
||||
|
|
@ -798,7 +798,7 @@ Language
|
|||
|
||||
### app 更新 {#pu-gong-ying-ying-yong-fen-fa-app-geng-xin}
|
||||
|
||||
<Route author="zytomorrow" example="/pgyer/:app" path="/pgyer/kz-test" paramsDesc={['app为下载页最后的路径']} radar="1" rssbud="1"/>
|
||||
<Route author="zytomorrow" example="/pgyer/:app" path="/pgyer/kz-test" paramsDesc={['app为下载页最后的路径']} radar="1"/>
|
||||
|
||||
## 腾讯云移动直播 SDK {#teng-xun-yun-yi-dong-zhi-bo-sdk}
|
||||
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ You have the option to utilize the main heading or use individual categories as
|
|||
|
||||
### 视频更新 {#algocasts-shi-pin-geng-xin}
|
||||
|
||||
<Route author="ImSingee" example="/algocasts" path="/algocasts" radar="1" rssbud="1">
|
||||
<Route author="ImSingee" example="/algocasts" path="/algocasts" radar="1">
|
||||
|
||||
> AlgoCasts 需要付费订阅,RSS 仅做更新提醒,不含付费内容.
|
||||
|
||||
|
|
@ -154,11 +154,11 @@ Category
|
|||
|
||||
### Commits {#bitbucket-commits}
|
||||
|
||||
<Route author="AuroraDysis" example="/bitbucket/commits/blaze-lib/blaze" path="/bitbucket/commits/:workspace/:repo_slug" paramsDesc={['Workspace', 'Repository']} radar="1" rssbud="1" />
|
||||
<Route author="AuroraDysis" example="/bitbucket/commits/blaze-lib/blaze" path="/bitbucket/commits/:workspace/:repo_slug" paramsDesc={['Workspace', 'Repository']} radar="1" />
|
||||
|
||||
### Tags {#bitbucket-tags}
|
||||
|
||||
<Route author="AuroraDysis" example="/bitbucket/tags/blaze-lib/blaze" path="/bitbucket/tags/:workspace/:repo_slug" paramsDesc={['Workspace', 'Repository']} radar="1" rssbud="1" />
|
||||
<Route author="AuroraDysis" example="/bitbucket/tags/blaze-lib/blaze" path="/bitbucket/tags/:workspace/:repo_slug" paramsDesc={['Workspace', 'Repository']} radar="1" />
|
||||
|
||||
## Bitmovin {#bitmovin}
|
||||
|
||||
|
|
@ -170,7 +170,7 @@ Category
|
|||
|
||||
### Category {#cncf-category}
|
||||
|
||||
<Route author="Fatpandac" example="/cncf" path="/cncf/:cate?" radar="1" rssbud="1" paramsDesc={['blog by default']}>
|
||||
<Route author="Fatpandac" example="/cncf" path="/cncf/:cate?" radar="1" paramsDesc={['blog by default']}>
|
||||
|
||||
| Blog | News | Announcements | Reports |
|
||||
| ---- | ---- | ------------- | ------- |
|
||||
|
|
@ -276,19 +276,19 @@ Category
|
|||
|
||||
### 仓库 Releases {#gitee-cang-ku-releases}
|
||||
|
||||
<Route author="TonyRL" example="/gitee/releases/y_project/RuoYi" path="/gitee/releases/:owner/:repo" paramsDesc={['用户名', '仓库名']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/gitee/releases/y_project/RuoYi" path="/gitee/releases/:owner/:repo" paramsDesc={['用户名', '仓库名']} radar="1"/>
|
||||
|
||||
### 仓库提交 {#gitee-cang-ku-ti-jiao}
|
||||
|
||||
<Route author="TonyRL" example="/gitee/commits/y_project/RuoYi" path="/gitee/commits/:owner/:repo" paramsDesc={['用户名', '仓库名']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/gitee/commits/y_project/RuoYi" path="/gitee/commits/:owner/:repo" paramsDesc={['用户名', '仓库名']} radar="1"/>
|
||||
|
||||
### 用户公开动态 {#gitee-yong-hu-gong-kai-dong-tai}
|
||||
|
||||
<Route author="TonyRL" example="/gitee/events/y_project" path="/gitee/events/:username" paramsDesc={['用户名']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/gitee/events/y_project" path="/gitee/events/:username" paramsDesc={['用户名']} radar="1"/>
|
||||
|
||||
### 仓库动态 {#gitee-cang-ku-dong-tai}
|
||||
|
||||
<Route author="TonyRL" example="/gitee/events/y_project/RuoYi" path="/gitee/events/:owner/:repo" paramsDesc={['用户名', '仓库名']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/gitee/events/y_project/RuoYi" path="/gitee/events/:owner/:repo" paramsDesc={['用户名', '仓库名']} radar="1"/>
|
||||
|
||||
## GitHub {#github}
|
||||
|
||||
|
|
@ -306,15 +306,15 @@ GitHub provides some official RSS feeds:
|
|||
|
||||
### User Repo {#github-user-repo}
|
||||
|
||||
<Route author="dragon-yuan" path="/github/repos/:user" example="/github/repos/DIYgod" paramsDesc={['GitHub username']} radar="1" rssbud="1"/>
|
||||
<Route author="dragon-yuan" path="/github/repos/:user" example="/github/repos/DIYgod" paramsDesc={['GitHub username']} radar="1"/>
|
||||
|
||||
### Trending {#github-trending}
|
||||
|
||||
<Route author="DIYgod" path="/github/trending/:since/:language/:spoken_language?" example="/github/trending/daily/javascript/en" paramsDesc={['time frame, available in [Trending page](https://github.com/trending/javascript?since=monthly) \'s URL, possible values are: `daily`, `weekly` or `monthly`', 'the feed language, available in [Trending page](https://github.com/trending/javascript?since=monthly) \'s URL, don\'t filter option is `any`', 'natural language, available in [Trending page](https://github.com/trending/javascript?since=monthly) \'s URL']} radar="1" rssbud="1" configRequired="1"/>
|
||||
<Route author="DIYgod" path="/github/trending/:since/:language/:spoken_language?" example="/github/trending/daily/javascript/en" paramsDesc={['time frame, available in [Trending page](https://github.com/trending/javascript?since=monthly) \'s URL, possible values are: `daily`, `weekly` or `monthly`', 'the feed language, available in [Trending page](https://github.com/trending/javascript?since=monthly) \'s URL, don\'t filter option is `any`', 'natural language, available in [Trending page](https://github.com/trending/javascript?since=monthly) \'s URL']} radar="1" configRequired="1"/>
|
||||
|
||||
### Topics {#github-topics}
|
||||
|
||||
<Route author="queensferryme" example="/github/topics/framework" path="/github/topics/:name/:qs?" paramsDesc={['Topic name, which can be found in the URL of the corresponding [Topics Page](https://github.com/topics/framework)', 'Query string, like `l=php&o=desc&s=stars`. Details listed as follows:']} radar="1" rssbud="1">
|
||||
<Route author="queensferryme" example="/github/topics/framework" path="/github/topics/:name/:qs?" paramsDesc={['Topic name, which can be found in the URL of the corresponding [Topics Page](https://github.com/topics/framework)', 'Query string, like `l=php&o=desc&s=stars`. Details listed as follows:']} radar="1">
|
||||
|
||||
| Parameter | Description | Values |
|
||||
| --------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------------- |
|
||||
|
|
@ -328,31 +328,31 @@ For instance, the `/github/topics/framework/l=php&o=desc&s=stars` route will gen
|
|||
|
||||
### Repo Issues {#github-repo-issues}
|
||||
|
||||
<Route author="HenryQW AndreyMZ" path="/github/issue/:user/:repo/:state?/:labels?" example="/github/issue/DIYgod/RSSHub/all/RSS%20proposal" paramsDesc={['GitHub username', 'GitHub repo name', 'the state of the issues. Can be either `open`, `closed`, or `all`. Default: `open`.', 'a list of comma separated label names']} radar="1" rssbud="1"/>
|
||||
<Route author="HenryQW AndreyMZ" path="/github/issue/:user/:repo/:state?/:labels?" example="/github/issue/DIYgod/RSSHub/all/RSS%20proposal" paramsDesc={['GitHub username', 'GitHub repo name', 'the state of the issues. Can be either `open`, `closed`, or `all`. Default: `open`.', 'a list of comma separated label names']} radar="1"/>
|
||||
|
||||
### Repo Pull Requests {#github-repo-pull-requests}
|
||||
|
||||
<Route author="hashman TonyRL" example="/github/pull/DIYgod/RSSHub" path="/github/pull/:user/:repo/:state?/:labels?" paramsDesc={['User name', 'Repo name', 'the state of pull requests. Can be either `open`, `closed`, or `all`. Default: `open`.', 'a list of comma separated label names']} radar="1" rssbud="1"/>
|
||||
<Route author="hashman TonyRL" example="/github/pull/DIYgod/RSSHub" path="/github/pull/:user/:repo/:state?/:labels?" paramsDesc={['User name', 'Repo name', 'the state of pull requests. Can be either `open`, `closed`, or `all`. Default: `open`.', 'a list of comma separated label names']} radar="1"/>
|
||||
|
||||
### Repo Pulse {#github-repo-pulse}
|
||||
|
||||
<Route author="jameschensmith" example="/github/pulse/DIYgod/RSSHub" path="/github/pulse/:user/:repo/:period?" paramsDesc={['User name', 'Repo name', 'Time frame, selected from a repository\'s Pulse/Insights page. Possible values are: `daily`, `halfweekly`, `weekly`, or `monthly`. Default: `weekly`. If your RSS client supports it, consider aligning the polling frequency of the feed to the period.']} radar="1" rssbud="1"/>
|
||||
<Route author="jameschensmith" example="/github/pulse/DIYgod/RSSHub" path="/github/pulse/:user/:repo/:period?" paramsDesc={['User name', 'Repo name', 'Time frame, selected from a repository\'s Pulse/Insights page. Possible values are: `daily`, `halfweekly`, `weekly`, or `monthly`. Default: `weekly`. If your RSS client supports it, consider aligning the polling frequency of the feed to the period.']} radar="1"/>
|
||||
|
||||
### User Followers {#github-user-followers}
|
||||
|
||||
<Route author="HenryQW" path="/github/user/followers/:user" example="/github/user/followers/HenryQW" paramsDesc={['GitHub username']} radar="1" rssbud="1"/>
|
||||
<Route author="HenryQW" path="/github/user/followers/:user" example="/github/user/followers/HenryQW" paramsDesc={['GitHub username']} radar="1"/>
|
||||
|
||||
### Repo Stars {#github-repo-stars}
|
||||
|
||||
<Route author="HenryQW" path="/github/stars/:user/:repo" example="/github/stars/DIYGod/RSSHub" paramsDesc={['GitHub username', 'GitHub repo name']} radar="1" rssbud="1"/>
|
||||
<Route author="HenryQW" path="/github/stars/:user/:repo" example="/github/stars/DIYGod/RSSHub" paramsDesc={['GitHub username', 'GitHub repo name']} radar="1"/>
|
||||
|
||||
### Repo Branches {#github-repo-branches}
|
||||
|
||||
<Route author="max-arnold" example="/github/branches/DIYgod/RSSHub" path="/github/branches/:user/:repo" paramsDesc={['User name', 'Repo name']} radar="1" rssbud="1"/>
|
||||
<Route author="max-arnold" example="/github/branches/DIYgod/RSSHub" path="/github/branches/:user/:repo" paramsDesc={['User name', 'Repo name']} radar="1"/>
|
||||
|
||||
### Files Commits {#github-files-commits}
|
||||
|
||||
<Route author="zengxs" example="/github/file/DIYgod/RSSHub/master/lib/router.js" path="/github/file/:user/:repo/:branch/:filepath+" paramsDesc={['User name', 'Repo name', 'Branch name', 'File path']} radar="1" rssbud="1">
|
||||
<Route author="zengxs" example="/github/file/DIYgod/RSSHub/master/lib/router.js" path="/github/file/:user/:repo/:branch/:filepath+" paramsDesc={['User name', 'Repo name', 'Branch name', 'File path']} radar="1">
|
||||
|
||||
| User name | Repo name | Branch name | File path |
|
||||
| --------- | --------- | ----------- | --------------- |
|
||||
|
|
@ -383,27 +383,27 @@ For instance, the `/github/topics/framework/l=php&o=desc&s=stars` route will gen
|
|||
|
||||
### User Starred Repositories {#github-user-starred-repositories}
|
||||
|
||||
<Route author="LanceZhu" example="/github/starred_repos/DIYgod" path="/github/starred_repos/:user" paramsDesc={['User name']} radar="1" rssbud="1"/>
|
||||
<Route author="LanceZhu" example="/github/starred_repos/DIYgod" path="/github/starred_repos/:user" paramsDesc={['User name']} radar="1"/>
|
||||
|
||||
### Repo Contributors {#github-repo-contributors}
|
||||
|
||||
<Route author="zoenglinghou" example="/github/contributors/DIYgod/RSSHub" path="/github/contributors/:user/:repo/:order?/:anon?" paramsDesc={['User name','Repo name','Sort order by commit numbers, desc and asc (descending by default)','Show anonymous users. Defaults to no, use any values for yes.']} radar="1" rssbud="1"/>
|
||||
<Route author="zoenglinghou" example="/github/contributors/DIYgod/RSSHub" path="/github/contributors/:user/:repo/:order?/:anon?" paramsDesc={['User name','Repo name','Sort order by commit numbers, desc and asc (descending by default)','Show anonymous users. Defaults to no, use any values for yes.']} radar="1"/>
|
||||
|
||||
### Issue / Pull Request comments {#github-issue-pull-request-comments}
|
||||
|
||||
<Route author="TonyRL FliegendeWurst" example="/github/comments/DIYgod/RSSHub/8116" path="/github/comments/:user/:repo/:number?" paramsDesc={['User / Org name', 'Repo name', 'Issue or pull number (if omitted: all)']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL FliegendeWurst" example="/github/comments/DIYgod/RSSHub/8116" path="/github/comments/:user/:repo/:number?" paramsDesc={['User / Org name', 'Repo name', 'Issue or pull number (if omitted: all)']} radar="1"/>
|
||||
|
||||
### Wiki History {#github-wiki-history}
|
||||
|
||||
<Route author="TonyRL" example="/github/wiki/flutter/flutter/Roadmap" path="/github/wiki/:user/:repo/:page?" paramsDesc={['User / Org name', 'Repo name', 'Page slug, can be found in URL, empty means Home']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/github/wiki/flutter/flutter/Roadmap" path="/github/wiki/:user/:repo/:page?" paramsDesc={['User / Org name', 'Repo name', 'Page slug, can be found in URL, empty means Home']} radar="1"/>
|
||||
|
||||
### Notifications {#github-notifications}
|
||||
|
||||
<Route author="zhzy0077" example="/github/notifications" path="/github/notifications" radar="1" rssbud="1" configRequired="1"/>
|
||||
<Route author="zhzy0077" example="/github/notifications" path="/github/notifications" radar="1" configRequired="1"/>
|
||||
|
||||
### Gist Commits {#github-gist-commits}
|
||||
|
||||
<Route author="TonyRL" example="/github/gist/d2c152bb7179d07015f336b1a0582679" path="/github/gist/:gistId" paramsDesc={['Gist ID']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/github/gist/d2c152bb7179d07015f336b1a0582679" path="/github/gist/:gistId" paramsDesc={['Gist ID']} radar="1"/>
|
||||
|
||||
## GitLab {#gitlab}
|
||||
|
||||
|
|
@ -447,21 +447,21 @@ For instance, the `/github/topics/framework/l=php&o=desc&s=stars` route will gen
|
|||
|
||||
### 招聘 {#go-yu-yan-zhong-wen-wang-zhao-pin}
|
||||
|
||||
<Route author="CcccFz nczitzk" example="/studygolang/jobs" path="/studygolang/jobs" radar="1" rssbud="1"/>
|
||||
<Route author="CcccFz nczitzk" example="/studygolang/jobs" path="/studygolang/jobs" radar="1"/>
|
||||
|
||||
## GoCN {#gocn}
|
||||
|
||||
### 最新动态 {#gocn-zui-xin-dong-tai}
|
||||
|
||||
<Route author="AtlanCI" example="/gocn/news" path="/gocn/news" radar="1" rssbud="1"/>
|
||||
<Route author="AtlanCI" example="/gocn/news" path="/gocn/news" radar="1"/>
|
||||
|
||||
### 每日新闻 {#gocn-mei-ri-xin-wen}
|
||||
|
||||
<Route author="AtlanCI CcccFz" example="/gocn/topics" path="/gocn/topics" radar="1" rssbud="1"/>
|
||||
<Route author="AtlanCI CcccFz" example="/gocn/topics" path="/gocn/topics" radar="1"/>
|
||||
|
||||
### 招聘 {#gocn-zhao-pin}
|
||||
|
||||
<Route author="AtlanCI CcccFz" example="/gocn/jobs" path="/gocn/jobs" radar="1" rssbud="1"/>
|
||||
<Route author="AtlanCI CcccFz" example="/gocn/jobs" path="/gocn/jobs" radar="1"/>
|
||||
|
||||
|
||||
## Hacker News {#hacker-news}
|
||||
|
|
@ -584,7 +584,7 @@ Subscribe to the updates (threads and submission) from a paritcular Hacker News
|
|||
|
||||
### 最新 {#itslide-zui-xin}
|
||||
|
||||
<Route author="Yangshuqing" example="/itslide/new" path="/itslide/new" radar="1" rssbud="1"/>
|
||||
<Route author="Yangshuqing" example="/itslide/new" path="/itslide/new" radar="1"/>
|
||||
|
||||
## Kaggle {#kaggle}
|
||||
|
||||
|
|
@ -811,7 +811,7 @@ Subscribe to the updates (threads and submission) from a paritcular Hacker News
|
|||
|
||||
### 招聘 {#rust-yu-yan-zhong-wen-she-qu-zhao-pin}
|
||||
|
||||
<Route author="CcccFz" example="/rustcc/jobs" path="/rustcc/jobs" radar="1" rssbud="1"/>
|
||||
<Route author="CcccFz" example="/rustcc/jobs" path="/rustcc/jobs" radar="1"/>
|
||||
|
||||
## Scala {#scala}
|
||||
|
||||
|
|
@ -938,11 +938,11 @@ Stay up to date on the latest React news, tutorials, resources, and more. Delive
|
|||
|
||||
### blog {#zooteam-zheng-cai-yun-qian-duan-ji-shu-tuan-dui-blog}
|
||||
|
||||
<Route author="Pulset" example="/zooTeam/blog" path="/zooTeam/blog" radar="1" rssbud="1"/>
|
||||
<Route author="Pulset" example="/zooTeam/blog" path="/zooTeam/blog" radar="1"/>
|
||||
|
||||
### weekly {#zooteam-zheng-cai-yun-qian-duan-ji-shu-tuan-dui-weekly}
|
||||
|
||||
<Route author="Pulset" example="/zooTeam/weekly" path="/zooTeam/weekly" radar="1" rssbud="1"/>
|
||||
<Route author="Pulset" example="/zooTeam/weekly" path="/zooTeam/weekly" radar="1"/>
|
||||
|
||||
## 阿里云 {#a-li-yun}
|
||||
|
||||
|
|
@ -978,7 +978,7 @@ Stay up to date on the latest React news, tutorials, resources, and more. Delive
|
|||
|
||||
### 分类订阅 {#an-quan-ke-fen-lei-ding-yue}
|
||||
|
||||
<Route author="qwertyuiop6" example="/anquanke/week" path="/anquanke/:category/:fulltext?" paramsDesc={['分类订阅', '是否获取全文,如需获取全文参数传入 `quanwen` 或 `fulltext`']} radar="1" rssbud="1">
|
||||
<Route author="qwertyuiop6" example="/anquanke/week" path="/anquanke/:category/:fulltext?" paramsDesc={['分类订阅', '是否获取全文,如需获取全文参数传入 `quanwen` 或 `fulltext`']} radar="1">
|
||||
|
||||
| 360 网络安全周报 | 活动 | 知识 | 资讯 | 招聘 | 工具 |
|
||||
| ---------------- | -------- | --------- | ---- | ---- | ---- |
|
||||
|
|
@ -990,11 +990,11 @@ Stay up to date on the latest React news, tutorials, resources, and more. Delive
|
|||
|
||||
### 分类 {#an-quan-nei-can-fen-lei}
|
||||
|
||||
<Route author="XinRoom" example="/secrss/category/产业趋势" path="/secrss/category/:category?" radar="1" rssbud="1"/>
|
||||
<Route author="XinRoom" example="/secrss/category/产业趋势" path="/secrss/category/:category?" radar="1"/>
|
||||
|
||||
### 作者 {#an-quan-nei-can-zuo-zhe}
|
||||
|
||||
<Route author="XinRoom" example="/secrss/author/网络安全威胁和漏洞信息共享平台" path="/secrss/author/:author" radar="1" rssbud="1"/>
|
||||
<Route author="XinRoom" example="/secrss/author/网络安全威胁和漏洞信息共享平台" path="/secrss/author/:author" radar="1"/>
|
||||
|
||||
## 安全文摘 {#an-quan-wen-zhai}
|
||||
|
||||
|
|
@ -1085,7 +1085,7 @@ Stay up to date on the latest React news, tutorials, resources, and more. Delive
|
|||
|
||||
### 频道、专栏、用户 {#ji-shu-she-qu-pin-dao-zhuan-lan-yong-hu}
|
||||
|
||||
<Route author="bigfei" example="/aijishu/channel/ai" path="/aijishu/:type/:name?" paramsDesc={['文章类型,可以取值如下', '名字,取自URL']} radar="1" rssbud="1">
|
||||
<Route author="bigfei" example="/aijishu/channel/ai" path="/aijishu/:type/:name?" paramsDesc={['文章类型,可以取值如下', '名字,取自URL']} radar="1">
|
||||
|
||||
| type | 说明 |
|
||||
| ------- | ---- |
|
||||
|
|
@ -1105,7 +1105,7 @@ Stay up to date on the latest React news, tutorials, resources, and more. Delive
|
|||
|
||||
### 分类 {#jue-jin-fen-lei}
|
||||
|
||||
<Route author="DIYgod" example="/juejin/category/frontend" path="/juejin/category/:category" paramsDesc={['分类名']} radar="1" rssbud="1">
|
||||
<Route author="DIYgod" example="/juejin/category/frontend" path="/juejin/category/:category" paramsDesc={['分类名']} radar="1">
|
||||
|
||||
| 后端 | 前端 | Android | iOS | 人工智能 | 开发工具 | 代码人生 | 阅读 |
|
||||
| ------- | -------- | ------- | --- | -------- | -------- | -------- | ------- |
|
||||
|
|
@ -1115,11 +1115,11 @@ Stay up to date on the latest React news, tutorials, resources, and more. Delive
|
|||
|
||||
### 标签 {#jue-jin-biao-qian}
|
||||
|
||||
<Route author="isheng5" example="/juejin/tag/架构" path="/juejin/tag/:tag" paramsDesc={['标签名,可在标签 URL 中找到']} radar="1" rssbud="1"/>
|
||||
<Route author="isheng5" example="/juejin/tag/架构" path="/juejin/tag/:tag" paramsDesc={['标签名,可在标签 URL 中找到']} radar="1"/>
|
||||
|
||||
### 热门 {#jue-jin-re-men}
|
||||
|
||||
<Route author="moaix" example="/juejin/trending/ios/monthly" path="/juejin/trending/:category/:type" paramsDesc={['分类名', '类型']} radar="1" rssbud="1">
|
||||
<Route author="moaix" example="/juejin/trending/ios/monthly" path="/juejin/trending/:category/:type" paramsDesc={['分类名', '类型']} radar="1">
|
||||
|
||||
| category | 标签 |
|
||||
| -------- | -------- |
|
||||
|
|
@ -1145,13 +1145,13 @@ Stay up to date on the latest React news, tutorials, resources, and more. Delive
|
|||
|
||||
### 小册 {#jue-jin-xiao-ce}
|
||||
|
||||
<Route author="xyqfer" example="/juejin/books" path="/juejin/books" radar="1" rssbud="1"/>
|
||||
<Route author="xyqfer" example="/juejin/books" path="/juejin/books" radar="1"/>
|
||||
|
||||
> 掘金小册需要付费订阅,RSS 仅做更新提醒,不含付费内容.
|
||||
|
||||
### 沸点 {#jue-jin-fei-dian}
|
||||
|
||||
<Route author="xyqfer laampui" example="/juejin/pins/6824710202487472141" path="/juejin/pins/:type?" paramsDesc={['默认为 recommend,见下表']} radar="1" rssbud="1">
|
||||
<Route author="xyqfer laampui" example="/juejin/pins/6824710202487472141" path="/juejin/pins/:type?" paramsDesc={['默认为 recommend,见下表']} radar="1">
|
||||
|
||||
| 推荐 | 热门 | 上班摸鱼 | 内推招聘 | 一图胜千言 | 今天学到了 | 每天一道算法题 | 开发工具推荐 | 树洞一下 |
|
||||
| --------- | ---- | ------------------- | ------------------- | ------------------- | ------------------- | ------------------- | ------------------- | ------------------- |
|
||||
|
|
@ -1161,33 +1161,33 @@ Stay up to date on the latest React news, tutorials, resources, and more. Delive
|
|||
|
||||
### 用户文章 {#jue-jin-yong-hu-wen-zhang}
|
||||
|
||||
<Route author="Maecenas" example="/juejin/posts/3051900006845944" path="/juejin/posts/:id" paramsDesc={['用户 id, 可在用户页 URL 中找到']} radar="1" rssbud="1"/>
|
||||
<Route author="Maecenas" example="/juejin/posts/3051900006845944" path="/juejin/posts/:id" paramsDesc={['用户 id, 可在用户页 URL 中找到']} radar="1"/>
|
||||
|
||||
### 收藏集 {#jue-jin-shou-cang-ji}
|
||||
|
||||
<Route author="isQ" example="/juejin/collections/1697301682482439" path="/juejin/collections/:userId" paramsDesc={['用户唯一标志符, 在浏览器地址栏URL中能够找到']} radar="1" rssbud="1"/>
|
||||
<Route author="isQ" example="/juejin/collections/1697301682482439" path="/juejin/collections/:userId" paramsDesc={['用户唯一标志符, 在浏览器地址栏URL中能够找到']} radar="1"/>
|
||||
|
||||
### 单个收藏夹 {#jue-jin-dan-ge-shou-cang-jia}
|
||||
|
||||
<Route author="isQ" example="/juejin/collection/6845243180586123271" path="/juejin/collection/:collectionId" paramsDesc={['收藏夹唯一标志符, 在浏览器地址栏URL中能够找到']} radar="1" rssbud="1"/>
|
||||
<Route author="isQ" example="/juejin/collection/6845243180586123271" path="/juejin/collection/:collectionId" paramsDesc={['收藏夹唯一标志符, 在浏览器地址栏URL中能够找到']} radar="1"/>
|
||||
|
||||
### 分享 {#jue-jin-fen-xiang}
|
||||
|
||||
<Route author="qiwihui" example="/juejin/shares/56852b2460b2a099cdc1d133" path="/juejin/shares/:userId" paramsDesc={['用户 id, 可在用户页 URL 中找到']} radar="1" rssbud="1"/>
|
||||
<Route author="qiwihui" example="/juejin/shares/56852b2460b2a099cdc1d133" path="/juejin/shares/:userId" paramsDesc={['用户 id, 可在用户页 URL 中找到']} radar="1"/>
|
||||
|
||||
### 专栏 {#jue-jin-zhuan-lan}
|
||||
|
||||
<Route author="xiangzy1" example="/juejin/column/6960559453037199391" path="/juejin/column/:id" paramsDesc={['专栏 id, 可在专栏页 URL 中找到']} radar="1" rssbud="1"/>
|
||||
<Route author="xiangzy1" example="/juejin/column/6960559453037199391" path="/juejin/column/:id" paramsDesc={['专栏 id, 可在专栏页 URL 中找到']} radar="1"/>
|
||||
|
||||
### 资讯 {#jue-jin-zi-xun}
|
||||
|
||||
<Route author="cancergary" example="/juejin/news/739332228916791" path="/juejin/news/:userId" paramsDesc={['用户 id, 可在用户页 URL 中找到']} radar="1" rssbud="1"/>
|
||||
<Route author="cancergary" example="/juejin/news/739332228916791" path="/juejin/news/:userId" paramsDesc={['用户 id, 可在用户页 URL 中找到']} radar="1"/>
|
||||
|
||||
## 开源中国 {#kai-yuan-zhong-guo}
|
||||
|
||||
### 资讯 {#kai-yuan-zhong-guo-zi-xun}
|
||||
|
||||
<Route author="tgly307 zengxs" example="/oschina/news/project" path="/oschina/news/:category?" paramsDesc={['板块名']} radar="1" rssbud="1">
|
||||
<Route author="tgly307 zengxs" example="/oschina/news/project" path="/oschina/news/:category?" paramsDesc={['板块名']} radar="1">
|
||||
|
||||
| [综合资讯][osc_gen] | [软件更新资讯][osc_proj] | [行业资讯][osc_ind] | [编程语言资讯][osc_pl] |
|
||||
| ------------------- | ------------------------ | ------------------- | ---------------------- |
|
||||
|
|
@ -1209,15 +1209,15 @@ Stay up to date on the latest React news, tutorials, resources, and more. Delive
|
|||
|
||||
### 用户博客 {#kai-yuan-zhong-guo-yong-hu-bo-ke}
|
||||
|
||||
<Route author="dxmpalb" example="/oschina/user/lenve" path="/oschina/user/:id" paramsDesc={['用户 id,可通过查看用户博客网址得到,如果博客以 u/数字结尾,使用下一条路由']} radar="1" rssbud="1"/>
|
||||
<Route author="dxmpalb" example="/oschina/user/lenve" path="/oschina/user/:id" paramsDesc={['用户 id,可通过查看用户博客网址得到,如果博客以 u/数字结尾,使用下一条路由']} radar="1"/>
|
||||
|
||||
### 数字型账号用户博客 {#kai-yuan-zhong-guo-shu-zi-xing-zhang-hao-yong-hu-bo-ke}
|
||||
|
||||
<Route author="dxmpalb" example="/oschina/u/3920392" path="/oschina/u/:uid" paramsDesc={['用户 id,可通过查看用户博客网址得到,以 u/数字结尾,数字即为 id']} radar="1" rssbud="1"/>
|
||||
<Route author="dxmpalb" example="/oschina/u/3920392" path="/oschina/u/:uid" paramsDesc={['用户 id,可通过查看用户博客网址得到,以 u/数字结尾,数字即为 id']} radar="1"/>
|
||||
|
||||
### 问答主题 {#kai-yuan-zhong-guo-wen-da-zhu-ti}
|
||||
|
||||
<Route author="loveely7" example="/oschina/topic/weekly-news" path="/oschina/topic/:topic" paramsDesc={['主题名,可从 [全部主题](https://www.oschina.net/question/topics) 进入主题页,在 URL 中找到']} radar="1" rssbud="1"/>
|
||||
<Route author="loveely7" example="/oschina/topic/weekly-news" path="/oschina/topic/:topic" paramsDesc={['主题名,可从 [全部主题](https://www.oschina.net/question/topics) 进入主题页,在 URL 中找到']} radar="1"/>
|
||||
|
||||
## 拉勾网 {#la-gou-wang}
|
||||
|
||||
|
|
@ -1235,15 +1235,15 @@ Stay up to date on the latest React news, tutorials, resources, and more. Delive
|
|||
|
||||
### 全站发布的课程 {#lan-qiao-yun-ke-quan-zhan-fa-bu-de-ke-cheng}
|
||||
|
||||
<Route author="huhuhang" example="/lanqiao/courses/latest/all" path="/lanqiao/courses/:sort/:tag" paramsDesc={['排序规则 sort, 默认(`default`)、最新(`latest`)、最热(`hotest`)', '课程标签 `tag`,可在该页面找到:https://www.lanqiao.cn/courses/']} radar="1" rssbud="1"/>
|
||||
<Route author="huhuhang" example="/lanqiao/courses/latest/all" path="/lanqiao/courses/:sort/:tag" paramsDesc={['排序规则 sort, 默认(`default`)、最新(`latest`)、最热(`hotest`)', '课程标签 `tag`,可在该页面找到:https://www.lanqiao.cn/courses/']} radar="1"/>
|
||||
|
||||
### 作者发布的课程 {#lan-qiao-yun-ke-zuo-zhe-fa-bu-de-ke-cheng}
|
||||
|
||||
<Route author="huhuhang" example="/lanqiao/author/1701267" path="/lanqiao/author/:uid" paramsDesc={['作者 `uid` 可在作者主页 URL 中找到']} radar="1" rssbud="1"/>
|
||||
<Route author="huhuhang" example="/lanqiao/author/1701267" path="/lanqiao/author/:uid" paramsDesc={['作者 `uid` 可在作者主页 URL 中找到']} radar="1"/>
|
||||
|
||||
### 技术社区 {#lan-qiao-yun-ke-ji-shu-she-qu}
|
||||
|
||||
<Route author="huhuhang" example="/lanqiao/questions/2" path="/lanqiao/questions/:id" paramsDesc={['topic_id 主题 `id` 可在社区板块 URL 中找到']} radar="1" rssbud="1"/>
|
||||
<Route author="huhuhang" example="/lanqiao/questions/2" path="/lanqiao/questions/:id" paramsDesc={['topic_id 主题 `id` 可在社区板块 URL 中找到']} radar="1"/>
|
||||
|
||||
## 连享会 {#lian-xiang-hui}
|
||||
|
||||
|
|
@ -1300,19 +1300,19 @@ Stay up to date on the latest React news, tutorials, resources, and more. Delive
|
|||
|
||||
### 日报 {#luo-gu-ri-bao}
|
||||
|
||||
<Route author="LogicJake prnake nczitzk" example="/luogu/daily" path="/luogu/daily/:id?" paramsDesc={['年度日报所在帖子 id,可在 URL 中找到,不填默认为 `47327`']} radar="1" rssbud="1"/>
|
||||
<Route author="LogicJake prnake nczitzk" example="/luogu/daily" path="/luogu/daily/:id?" paramsDesc={['年度日报所在帖子 id,可在 URL 中找到,不填默认为 `47327`']} radar="1"/>
|
||||
|
||||
### 比赛列表 {#luo-gu-bi-sai-lie-biao}
|
||||
|
||||
<Route author="prnake" example="/luogu/contest" path="/luogu/contest" radar="1" rssbud="1"/>
|
||||
<Route author="prnake" example="/luogu/contest" path="/luogu/contest" radar="1"/>
|
||||
|
||||
### 用户动态 {#luo-gu-yong-hu-dong-tai}
|
||||
|
||||
<Route author="solstice23" example="/luogu/user/feed/1" path="/luogu/user/feed/:uid" paramsDesc={['用户 UID']} radar="1" rssbud="1"/>
|
||||
<Route author="solstice23" example="/luogu/user/feed/1" path="/luogu/user/feed/:uid" paramsDesc={['用户 UID']} radar="1"/>
|
||||
|
||||
### 用户博客 {#luo-gu-yong-hu-bo-ke}
|
||||
|
||||
<Route author="ftiasch" example="/luogu/user/blog/ftiasch" path="/luogu/user/blog/:name" paramsDesc={['博客名称']} radar="1" rssbud="1"/>
|
||||
<Route author="ftiasch" example="/luogu/user/blog/ftiasch" path="/luogu/user/blog/:name" paramsDesc={['博客名称']} radar="1"/>
|
||||
|
||||
## 码农俱乐部 {#ma-nong-ju-le-bu}
|
||||
|
||||
|
|
@ -1544,7 +1544,7 @@ Stay up to date on the latest React news, tutorials, resources, and more. Delive
|
|||
|
||||
### 周刊 - JavaScript {#yin-ji-zhong-wen-zhou-kan-javascript}
|
||||
|
||||
<Route author="daijinru" example="/docschina/jsweekly" path="/docschina/jsweekly" radar="1" rssbud="1"/>
|
||||
<Route author="daijinru" example="/docschina/jsweekly" path="/docschina/jsweekly" radar="1"/>
|
||||
|
||||
## 知晓程序 {#zhi-xiao-cheng-xu}
|
||||
|
||||
|
|
|
|||
|
|
@ -237,7 +237,7 @@ Eg: `https://ncode.syosetu.com/n1976ey/`
|
|||
|
||||
### 小说 {#bi-qu-ge-xiao-shuo}
|
||||
|
||||
<Route author="nczitzk" example="/biquge/http://www.biqu5200.net/0_7/" path="/biquge/:url" paramsDesc={['小说 Url,即对应小说详情页的 Url,可在地址栏中找到']} anticrawler="1" radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/biquge/http://www.biqu5200.net/0_7/" path="/biquge/:url" paramsDesc={['小说 Url,即对应小说详情页的 Url,可在地址栏中找到']} anticrawler="1" radar="1">
|
||||
|
||||
:::tip
|
||||
|
||||
|
|
@ -275,7 +275,7 @@ Eg: `https://ncode.syosetu.com/n1976ey/`
|
|||
|
||||
### 期刊 {#chao-xing-qi-kan}
|
||||
|
||||
<Route author="nczitzk" example="/chaoxing/qk/6b5c39b3dd84352be512e29df0297437" path="/chaoxing/qk/:id/:needContent?" paramsDesc={['期刊 id,可在期刊页 URL 中找到', '需要获取文章全文,填写 true/yes 表示需要,默认需要']} anticrawler="1" radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/chaoxing/qk/6b5c39b3dd84352be512e29df0297437" path="/chaoxing/qk/:id/:needContent?" paramsDesc={['期刊 id,可在期刊页 URL 中找到', '需要获取文章全文,填写 true/yes 表示需要,默认需要']} anticrawler="1" radar="1">
|
||||
|
||||
:::tip
|
||||
|
||||
|
|
@ -578,7 +578,7 @@ count 的取值范围为 1-12,为防止请求次数过多,推荐设置为 5
|
|||
|
||||
### 最新章节 {#zhai-shu-yuan-zui-xin-zhang-jie}
|
||||
|
||||
<Route author="suiyuran" example="/novel/zhaishuyuan/17858" path="/novel/zhaishuyuan/:id" paramsDesc={['小说 id, 可在对应小说页 URL 中找到, 例如 `17858`']} radar="1" rssbud="1">
|
||||
<Route author="suiyuran" example="/novel/zhaishuyuan/17858" path="/novel/zhaishuyuan/:id" paramsDesc={['小说 id, 可在对应小说页 URL 中找到, 例如 `17858`']} radar="1">
|
||||
|
||||
举例网址:`https://www.zhaishuyuan.com/book/17858`
|
||||
|
||||
|
|
|
|||
|
|
@ -147,7 +147,7 @@ Parameter `country` can be found within the url of `Arcteryx` website.
|
|||
|
||||
### Products {#gumroad-products}
|
||||
|
||||
<Route author="Fatpandac" example="/gumroad/afkmaster/Eve10" path="/gumroad/:username/:products" paramsDesc={['username, can be found in URL', 'products name, can be found in URL']} radar="1" rssbud="1">
|
||||
<Route author="Fatpandac" example="/gumroad/afkmaster/Eve10" path="/gumroad/:username/:products" paramsDesc={['username, can be found in URL', 'products name, can be found in URL']} radar="1">
|
||||
|
||||
`https://afkmaster.gumroad.com/l/Eve10` -> `/gumroad/afkmaster/Eve10`
|
||||
|
||||
|
|
@ -273,7 +273,7 @@ Language
|
|||
### User Sheets {#mymusicsheet-user-sheets}
|
||||
|
||||
|
||||
<Route author="Freddd13" example="/mymusicsheet/user/sheets/HalcyonMusic/USD/1" path="/mymusicsheet/user/sheets/:username/:iso?/:freeOnly?" paramsDesc={['用户名,可在URL中找到', '用于显示价格的ISO 4217货币代码, 支持常见代码, 默认为人民币, 即`CNY`', '只返回免费谱, 任意值为开启']} radar="1" rssbud="1"/>
|
||||
<Route author="Freddd13" example="/mymusicsheet/user/sheets/HalcyonMusic/USD/1" path="/mymusicsheet/user/sheets/:username/:iso?/:freeOnly?" paramsDesc={['用户名,可在URL中找到', '用于显示价格的ISO 4217货币代码, 支持常见代码, 默认为人民币, 即`CNY`', '只返回免费谱, 任意值为开启']} radar="1"/>
|
||||
|
||||
关于ISO 4217,请参考[维基百科](https://zh.wikipedia.org/zh-cn/ISO_4217#%E7%8E%B0%E8%A1%8C%E4%BB%A3%E7%A0%81)
|
||||
|
||||
|
|
@ -311,7 +311,7 @@ Language
|
|||
|
||||
### New Arrivals {#uniqlo-new-arrivals}
|
||||
|
||||
<Route author="DIYgod" example="/uniqlo/new/sg/men" path="/uniqlo/new/:country/:category" paramsDesc={['currently only supports sg, us, jp', 'supports `men` `women`, `kids`, `baby`']} radar="1" rssbud="1"/>
|
||||
<Route author="DIYgod" example="/uniqlo/new/sg/men" path="/uniqlo/new/:country/:category" paramsDesc={['currently only supports sg, us, jp', 'supports `men` `women`, `kids`, `baby`']} radar="1"/>
|
||||
|
||||
## Westore {#westore}
|
||||
|
||||
|
|
@ -479,11 +479,11 @@ For instance, in `https://www.zagg.com/en_us/new-arrivals?brand=164&cat=3038%2C3
|
|||
|
||||
### 关键词 {#shen-me-zhi-de-mai-guan-jian-ci}
|
||||
|
||||
<Route author="DIYgod" example="/smzdm/keyword/女装" path="/smzdm/keyword/:keyword" paramsDesc={['你想订阅的关键词']} radar="1" rssbud="1"/>
|
||||
<Route author="DIYgod" example="/smzdm/keyword/女装" path="/smzdm/keyword/:keyword" paramsDesc={['你想订阅的关键词']} radar="1"/>
|
||||
|
||||
### 排行榜 {#shen-me-zhi-de-mai-pai-hang-bang}
|
||||
|
||||
<Route author="DIYgod" example="/smzdm/ranking/pinlei/11/3" path="/smzdm/ranking/:rank_type/:rank_id/:hour" paramsDesc={['榜单类型','榜单ID','时间跨度']} radar="1" rssbud="1">
|
||||
<Route author="DIYgod" example="/smzdm/ranking/pinlei/11/3" path="/smzdm/ranking/:rank_type/:rank_id/:hour" paramsDesc={['榜单类型','榜单ID','时间跨度']} radar="1">
|
||||
|
||||
- 榜单类型
|
||||
|
||||
|
|
@ -579,7 +579,7 @@ For instance, in `https://www.zagg.com/en_us/new-arrivals?brand=164&cat=3038%2C3
|
|||
|
||||
### 权益中心 {#te-si-la-zhong-guo-quan-yi-zhong-xin}
|
||||
|
||||
<Route author="simonsmh nczitzk" example="/tesla/cx/生活方式/北京" path="/tesla/cx/:category?/:city?" paramsDesc={['分类,见下表,默认为空,即全部', '城市,默认为空,即全国']} radar="1" rssbud="1">
|
||||
<Route author="simonsmh nczitzk" example="/tesla/cx/生活方式/北京" path="/tesla/cx/:category?/:city?" paramsDesc={['分类,见下表,默认为空,即全部', '城市,默认为空,即全国']} radar="1">
|
||||
|
||||
| 充电免停 | 酒店 | 美食 | 生活方式 |
|
||||
| -------- | ---- | ---- | -------- |
|
||||
|
|
@ -763,7 +763,7 @@ For instance, in `https://www.zagg.com/en_us/new-arrivals?brand=164&cat=3038%2C3
|
|||
|
||||
### 分类 {#zheng-ban-zhong-guo-fen-lei}
|
||||
|
||||
<Route author="sanmmm nczitzk" example="/getitfree/category/pc" path="/getitfree/category/:id" paramsDesc={['分类,见下表,可在对应分类页中找到,默认为所有类别']} radar="1" rssbud="1">
|
||||
<Route author="sanmmm nczitzk" example="/getitfree/category/pc" path="/getitfree/category/:id" paramsDesc={['分类,见下表,可在对应分类页中找到,默认为所有类别']} radar="1">
|
||||
|
||||
:::tip
|
||||
|
||||
|
|
@ -779,7 +779,7 @@ For instance, in `https://www.zagg.com/en_us/new-arrivals?brand=164&cat=3038%2C3
|
|||
|
||||
### 标签 {#zheng-ban-zhong-guo-biao-qian}
|
||||
|
||||
<Route author="nczitzk" example="/getitfree/tag/ai" path="/getitfree/tag/:id" paramsDesc={['标签,见下表,可在对应标签页中找到,默认为所有标签']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/getitfree/tag/ai" path="/getitfree/tag/:id" paramsDesc={['标签,见下表,可在对应标签页中找到,默认为所有标签']} radar="1">
|
||||
|
||||
:::tip
|
||||
|
||||
|
|
@ -836,4 +836,4 @@ For instance, in `https://www.zagg.com/en_us/new-arrivals?brand=164&cat=3038%2C3
|
|||
|
||||
### 搜索 {#zheng-ban-zhong-guo-sou-suo}
|
||||
|
||||
<Route author="sanmmm nczitzk" example="/getitfree/search/windows" path="/getitfree/search/:keyword" paramsDesc={['关键字']} radar="1" rssbud="1"/>
|
||||
<Route author="sanmmm nczitzk" example="/getitfree/search/windows" path="/getitfree/search/:keyword" paramsDesc={['关键字']} radar="1"/>
|
||||
|
|
|
|||
|
|
@ -14,23 +14,23 @@
|
|||
|
||||
### 用户追番列表 {#bilibili-yong-hu-zhui-fan-lie-biao}
|
||||
|
||||
<Route author="wdssmq" example="/bilibili/user/bangumi/208259" path="/bilibili/user/bangumi/:uid/:type?" paramsDesc={['用户 id','1为番,2为剧,留空为1']} anticrawler="1" radar="1" rssbud="1"/>
|
||||
<Route author="wdssmq" example="/bilibili/user/bangumi/208259" path="/bilibili/user/bangumi/:uid/:type?" paramsDesc={['用户 id','1为番,2为剧,留空为1']} anticrawler="1" radar="1"/>
|
||||
|
||||
### UP 主投稿 {#bilibili-up-zhu-tou-gao}
|
||||
|
||||
<Route author="DIYgod" example="/bilibili/user/video/2267573" path="/bilibili/user/video/:uid/:disableEmbed?" paramsDesc={['用户 id, 可在 UP 主主页中找到', '默认为开启内嵌视频, 任意值为关闭']} anticrawler="1" radar="1" rssbud="1"/>
|
||||
<Route author="DIYgod" example="/bilibili/user/video/2267573" path="/bilibili/user/video/:uid/:disableEmbed?" paramsDesc={['用户 id, 可在 UP 主主页中找到', '默认为开启内嵌视频, 任意值为关闭']} anticrawler="1" radar="1"/>
|
||||
|
||||
### UP 主所有视频 {#bilibili-up-zhu-suo-you-shi-pin}
|
||||
|
||||
<Route author="CcccFz" example="/bilibili/user/video-all/436361287" path="/bilibili/user/video-all/:uid/:disableEmbed?" paramsDesc={['用户 id, 可在 UP 主主页中找到', '默认为开启内嵌视频, 任意值为关闭']} anticrawler="1" radar="1" rssbud="1"/>
|
||||
<Route author="CcccFz" example="/bilibili/user/video-all/436361287" path="/bilibili/user/video-all/:uid/:disableEmbed?" paramsDesc={['用户 id, 可在 UP 主主页中找到', '默认为开启内嵌视频, 任意值为关闭']} anticrawler="1" radar="1"/>
|
||||
|
||||
### UP 主专栏 {#bilibili-up-zhu-zhuan-lan}
|
||||
|
||||
<Route author="lengthmin" example="/bilibili/user/article/334958638" path="/bilibili/user/article/:uid" paramsDesc={['用户 id, 可在 UP 主主页中找到']} anticrawler="1" radar="1" rssbud="1"/>
|
||||
<Route author="lengthmin" example="/bilibili/user/article/334958638" path="/bilibili/user/article/:uid" paramsDesc={['用户 id, 可在 UP 主主页中找到']} anticrawler="1" radar="1"/>
|
||||
|
||||
### UP 主动态 {#bilibili-up-zhu-dong-tai}
|
||||
|
||||
<Route author="DIYgod zytomorrow CaoMeiYouRen JimenezLi" example="/bilibili/user/dynamic/2267573" path="/bilibili/user/dynamic/:uid/:routeParams?" paramsDesc={['用户 id, 可在 UP 主主页中找到', '额外参数;请参阅以下说明和表格']} radar="1" rssbud="1">
|
||||
<Route author="DIYgod zytomorrow CaoMeiYouRen JimenezLi" example="/bilibili/user/dynamic/2267573" path="/bilibili/user/dynamic/:uid/:routeParams?" paramsDesc={['用户 id, 可在 UP 主主页中找到', '额外参数;请参阅以下说明和表格']} radar="1">
|
||||
|
||||
| 键 | 含义 | 接受的值 | 默认值 |
|
||||
| -- | ---- | ------- | ------ |
|
||||
|
|
@ -61,7 +61,7 @@
|
|||
|
||||
### UP 主默认收藏夹 {#bilibili-up-zhu-mo-ren-shou-cang-jia}
|
||||
|
||||
<Route author="DIYgod" example="/bilibili/user/fav/2267573" path="/bilibili/user/fav/:uid/:disableEmbed?" paramsDesc={['用户 id, 可在 UP 主主页中找到', '默认为开启内嵌视频, 任意值为关闭']} radar="1" rssbud="1"/>
|
||||
<Route author="DIYgod" example="/bilibili/user/fav/2267573" path="/bilibili/user/fav/:uid/:disableEmbed?" paramsDesc={['用户 id, 可在 UP 主主页中找到', '默认为开启内嵌视频, 任意值为关闭']} radar="1"/>
|
||||
|
||||
### UP 主非默认收藏夹 {#bilibili-up-zhu-fei-mo-ren-shou-cang-jia}
|
||||
|
||||
|
|
@ -69,11 +69,11 @@
|
|||
|
||||
### UP 主投币视频 {#bilibili-up-zhu-tou-bi-shi-pin}
|
||||
|
||||
<Route author="DIYgod" example="/bilibili/user/coin/208259" path="/bilibili/user/coin/:uid/:disableEmbed?" paramsDesc={['用户 id, 可在 UP 主主页中找到', '默认为开启内嵌视频, 任意值为关闭']} anticrawler="1" radar="1" rssbud="1"/>
|
||||
<Route author="DIYgod" example="/bilibili/user/coin/208259" path="/bilibili/user/coin/:uid/:disableEmbed?" paramsDesc={['用户 id, 可在 UP 主主页中找到', '默认为开启内嵌视频, 任意值为关闭']} anticrawler="1" radar="1"/>
|
||||
|
||||
### UP 主粉丝 {#bilibili-up-zhu-fen-si}
|
||||
|
||||
<Route author="Qixingchen" example="/bilibili/user/followers/2267573/3" path="/bilibili/user/followers/:uid/:loginUid" paramsDesc={['用户 id, 可在 UP 主主页中找到','用于登入的用户id,需要配置对应的 Cookie 值']} radar="1" rssbud="1" configRequired="1">
|
||||
<Route author="Qixingchen" example="/bilibili/user/followers/2267573/3" path="/bilibili/user/followers/:uid/:loginUid" paramsDesc={['用户 id, 可在 UP 主主页中找到','用于登入的用户id,需要配置对应的 Cookie 值']} radar="1" configRequired="1">
|
||||
|
||||
:::warning
|
||||
|
||||
|
|
@ -85,7 +85,7 @@ UP 主粉丝现在需要 b 站登录后的 Cookie 值,所以只能自建,详
|
|||
|
||||
### UP 主关注用户 {#bilibili-up-zhu-guan-zhu-yong-hu}
|
||||
|
||||
<Route author="Qixingchen" example="/bilibili/user/followings/2267573/3" path="/bilibili/user/followings/:uid/:loginUid" paramsDesc={['用户 id, 可在 UP 主主页中找到','用于登入的用户id,需要配置对应的 Cookie 值']} radar="1" rssbud="1" configRequired="1">
|
||||
<Route author="Qixingchen" example="/bilibili/user/followings/2267573/3" path="/bilibili/user/followings/:uid/:loginUid" paramsDesc={['用户 id, 可在 UP 主主页中找到','用于登入的用户id,需要配置对应的 Cookie 值']} radar="1" configRequired="1">
|
||||
|
||||
:::warning
|
||||
|
||||
|
|
@ -97,7 +97,7 @@ UP 主关注用户现在需要 b 站登录后的 Cookie 值,所以只能自建
|
|||
|
||||
### 分区视频 {#bilibili-fen-qu-shi-pin}
|
||||
|
||||
<Route author="DIYgod" example="/bilibili/partion/33" path="/bilibili/partion/:tid/:disableEmbed?" paramsDesc={['分区 id', '默认为开启内嵌视频, 任意值为关闭']} radar="1" rssbud="1">
|
||||
<Route author="DIYgod" example="/bilibili/partion/33" path="/bilibili/partion/:tid/:disableEmbed?" paramsDesc={['分区 id', '默认为开启内嵌视频, 任意值为关闭']} radar="1">
|
||||
|
||||
动画
|
||||
|
||||
|
|
@ -397,25 +397,25 @@ UP 主关注用户现在需要 b 站登录后的 Cookie 值,所以只能自建
|
|||
|
||||
### Keywords {#bluesky-bsky-keywords}
|
||||
|
||||
<Route author="untitaker" example="/bsky/keyword/hello" path="/bsky/keyword/:keyword" radar="1" rssbud="1" />
|
||||
<Route author="untitaker" example="/bsky/keyword/hello" path="/bsky/keyword/:keyword" radar="1" />
|
||||
|
||||
## Crossbell {#crossbell}
|
||||
|
||||
### Notes {#crossbell-notes}
|
||||
|
||||
<Route author="DIYgod" example="/crossbell/notes" path="/crossbell/notes" radar="1" rssbud="1"/>
|
||||
<Route author="DIYgod" example="/crossbell/notes" path="/crossbell/notes" radar="1"/>
|
||||
|
||||
### Notes of character {#crossbell-notes-of-character}
|
||||
|
||||
<Route author="DIYgod" example="/crossbell/notes/character/10" path="/crossbell/notes/character/:characterId" radar="1" rssbud="1"/>
|
||||
<Route author="DIYgod" example="/crossbell/notes/character/10" path="/crossbell/notes/character/:characterId" radar="1"/>
|
||||
|
||||
### Notes of source {#crossbell-notes-of-source}
|
||||
|
||||
<Route author="DIYgod" example="/crossbell/notes/source/xlog" path="/crossbell/notes/source/:source" radar="1" rssbud="1"/>
|
||||
<Route author="DIYgod" example="/crossbell/notes/source/xlog" path="/crossbell/notes/source/:source" radar="1"/>
|
||||
|
||||
### Feeds of following {#crossbell-feeds-of-following}
|
||||
|
||||
<Route author="DIYgod" example="/crossbell/feeds/following/10" path="/crossbell/feeds/following/:characterId" radar="1" rssbud="1"/>
|
||||
<Route author="DIYgod" example="/crossbell/feeds/following/10" path="/crossbell/feeds/following/:characterId" radar="1"/>
|
||||
|
||||
## CuriousCat {#curiouscat}
|
||||
|
||||
|
|
@ -557,7 +557,7 @@ Type
|
|||
|
||||
### User timeline {#gettr-user-timeline}
|
||||
|
||||
<Route author="TonyRL" example="/gettr/user/jasonmillerindc" path="/gettr/user/:id" paramsDesc={['User id']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/gettr/user/jasonmillerindc" path="/gettr/user/:id" paramsDesc={['User id']} radar="1"/>
|
||||
|
||||
## iCity {#icity}
|
||||
|
||||
|
|
@ -668,7 +668,7 @@ If the instance address is not `mastodon.social` or `pawoo.net`, then the route
|
|||
|
||||
### Featured Notes {#misskey-featured-notes}
|
||||
|
||||
<Route author="Misaka13514" example="/misskey/notes/featured/misskey.io" path="/misskey/notes/featured/:site" paramsDesc={['instance address, domain only, without `http://` or `https://` protocol header']} radar="1" rssbud="1"/>
|
||||
<Route author="Misaka13514" example="/misskey/notes/featured/misskey.io" path="/misskey/notes/featured/:site" paramsDesc={['instance address, domain only, without `http://` or `https://` protocol header']} radar="1"/>
|
||||
|
||||
## piapro {#piapro}
|
||||
|
||||
|
|
@ -684,13 +684,13 @@ If the instance address is not `mastodon.social` or `pawoo.net`, then the route
|
|||
|
||||
### User Profile {#picnob-user-profile}
|
||||
|
||||
<Route author="TonyRL" example="/picnob/user/stefaniejoosten" path="/picnob/profile/:id" paramsDesc={['Instagram id']} radar="1" rssbud="1" />
|
||||
<Route author="TonyRL" example="/picnob/user/stefaniejoosten" path="/picnob/profile/:id" paramsDesc={['Instagram id']} radar="1" />
|
||||
|
||||
## Picuki {#picuki}
|
||||
|
||||
### User Profile {#picuki-user-profile}
|
||||
|
||||
<Route author="hoilc Rongronggg9" example="/picuki/profile/stefaniejoosten" path="/picuki/profile/:id/:functionalFlag?" paramsDesc={['Instagram id','functional flag, see the table below']} radar="1" rssbud="1">
|
||||
<Route author="hoilc Rongronggg9" example="/picuki/profile/stefaniejoosten" path="/picuki/profile/:id/:functionalFlag?" paramsDesc={['Instagram id','functional flag, see the table below']} radar="1">
|
||||
|
||||
| functionalFlag | Video embedding | Fetching Instagram Stories |
|
||||
| -------------- | --------------------------------------- | -------------------------- |
|
||||
|
|
@ -711,19 +711,19 @@ Though, every Story expires after 24 hours, so it may be not so serious.
|
|||
|
||||
### User Bookmark {#pixiv-user-bookmark}
|
||||
|
||||
<Route author="EYHN" path="/pixiv/user/bookmarks/:id" example="/pixiv/user/bookmarks/15288095" paramsDesc={['user id, available in user\'s homepage URL']} radar="1" rssbud="1"/>
|
||||
<Route author="EYHN" path="/pixiv/user/bookmarks/:id" example="/pixiv/user/bookmarks/15288095" paramsDesc={['user id, available in user\'s homepage URL']} radar="1"/>
|
||||
|
||||
### User Activity {#pixiv-user-activity}
|
||||
|
||||
<Route author="EYHN" path="/pixiv/user/:id" example="/pixiv/user/15288095" paramsDesc={['user id, available in user\'s homepage URL']} radar="1" rssbud="1"/>
|
||||
<Route author="EYHN" path="/pixiv/user/:id" example="/pixiv/user/15288095" paramsDesc={['user id, available in user\'s homepage URL']} radar="1"/>
|
||||
|
||||
### User Novels {#pixiv-user-novels}
|
||||
|
||||
<Route author="TonyRL" example="/pixiv/user/novels/27104704" path="/pixiv/user/novels/:id" paramsDesc={['User id, available in user\'s homepage URL']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/pixiv/user/novels/27104704" path="/pixiv/user/novels/:id" paramsDesc={['User id, available in user\'s homepage URL']} radar="1"/>
|
||||
|
||||
### Rankings {#pixiv-rankings}
|
||||
|
||||
<Route author="EYHN" path="/pixiv/ranking/:mode/:date?" example="/pixiv/ranking/week" paramsDesc={['rank type', 'format: `2018-4-25`']} radar="1" rssbud="1">
|
||||
<Route author="EYHN" path="/pixiv/ranking/:mode/:date?" example="/pixiv/ranking/week" paramsDesc={['rank type', 'format: `2018-4-25`']} radar="1">
|
||||
|
||||
| daily rank | weekly rank | monthly rank | male rank | female rank | AI-generated work Rankings | original rank | rookie user rank |
|
||||
| ---------- | ----------- | ------------ | --------- | ----------- | -------------------------- | ------------- | ---------------- |
|
||||
|
|
@ -737,7 +737,7 @@ Though, every Story expires after 24 hours, so it may be not so serious.
|
|||
|
||||
### Keyword {#pixiv-keyword}
|
||||
|
||||
<Route author="DIYgod" example="/pixiv/search/麻衣/popular/2" path="/pixiv/search/:keyword/:order?/:mode?" paramsDesc={['keyword', 'rank mode, empty or other for time order, popular for popular order', 'filte R18 content']} radar="1" rssbud="1">
|
||||
<Route author="DIYgod" example="/pixiv/search/麻衣/popular/2" path="/pixiv/search/:keyword/:order?/:mode?" paramsDesc={['keyword', 'rank mode, empty or other for time order, popular for popular order', 'filte R18 content']} radar="1">
|
||||
|
||||
| only not R18 | only R18 | no filter |
|
||||
| ------------ | -------- | -------------- |
|
||||
|
|
@ -747,7 +747,7 @@ Though, every Story expires after 24 hours, so it may be not so serious.
|
|||
|
||||
### Following timeline {#pixiv-following-timeline}
|
||||
|
||||
<Route author="ClarkeCheng" example="/pixiv/user/illustfollows" path="/pixiv/user/illustfollows" radar="1" rssbud="1" configRequired="1">
|
||||
<Route author="ClarkeCheng" example="/pixiv/user/illustfollows" path="/pixiv/user/illustfollows" radar="1" configRequired="1">
|
||||
|
||||
:::warning
|
||||
|
||||
|
|
@ -767,11 +767,11 @@ Only for self-hosted
|
|||
|
||||
### Topic {#plurk-topic}
|
||||
|
||||
<Route author="TonyRL" path="/plurk/topic/:topic" example="/plurk/topic/standwithukraine" paramsDesc={['Topic ID, can be found in URL']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" path="/plurk/topic/:topic" example="/plurk/topic/standwithukraine" paramsDesc={['Topic ID, can be found in URL']} radar="1"/>
|
||||
|
||||
### Top {#plurk-top}
|
||||
|
||||
<Route author="TonyRL" path="/plurk/top/:category?/:lang?" example="/plurk/top/topReplurks" paramsDesc={['Category, see the table below, `topReplurks` by default', 'Language, see the table below, `en` by default']} radar="1" rssbud="1">
|
||||
<Route author="TonyRL" path="/plurk/top/:category?/:lang?" example="/plurk/top/topReplurks" paramsDesc={['Category, see the table below, `topReplurks` by default', 'Language, see the table below, `en` by default']} radar="1">
|
||||
|
||||
| Top Replurks | Top Favorites | Top Responded |
|
||||
| ------------ | ------------- | ------------- |
|
||||
|
|
@ -785,41 +785,41 @@ Only for self-hosted
|
|||
|
||||
### Anonymous {#plurk-anonymous}
|
||||
|
||||
<Route author="TonyRL" path="/plurk/anonymous" example="/plurk/anonymous" radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" path="/plurk/anonymous" example="/plurk/anonymous" radar="1"/>
|
||||
|
||||
### Search {#plurk-search}
|
||||
|
||||
<Route author="TonyRL" path="/plurk/search/:keyword" example="/plurk/search/FGO" paramsDesc={['Search keyword']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" path="/plurk/search/:keyword" example="/plurk/search/FGO" paramsDesc={['Search keyword']} radar="1"/>
|
||||
|
||||
### Hotlinks {#plurk-hotlinks}
|
||||
|
||||
<Route author="TonyRL" path="/plurk/hotlinks" example="/plurk/hotlinks" radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" path="/plurk/hotlinks" example="/plurk/hotlinks" radar="1"/>
|
||||
|
||||
### Plurk News {#plurk-plurk-news}
|
||||
|
||||
<Route author="TonyRL" path="/plurk/news/:lang?" example="/plurk/news/:lang?" paramsDesc={['Language, see the table above, `en` by default']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" path="/plurk/news/:lang?" example="/plurk/news/:lang?" paramsDesc={['Language, see the table above, `en` by default']} radar="1"/>
|
||||
|
||||
### User {#plurk-user}
|
||||
|
||||
<Route author="TonyRL" path="/plurk/user/:user" example="/plurk/user/plurkoffice" paramsDesc={['User ID, can be found in URL']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" path="/plurk/user/:user" example="/plurk/user/plurkoffice" paramsDesc={['User ID, can be found in URL']} radar="1"/>
|
||||
|
||||
## Popi 提问箱 {#popi-ti-wen-xiang}
|
||||
|
||||
### 提问箱新回答 {#popi-ti-wen-xiang-ti-wen-xiang-xin-hui-da}
|
||||
|
||||
<Route author="AgFlore" example="/popiask/popi6666" path="/popiask/:sharecode/:pagesize?" paramsDesc={['提问箱 ID', '查看条数(默认为 20)']} radar="1" rssbud="1"/>
|
||||
<Route author="AgFlore" example="/popiask/popi6666" path="/popiask/:sharecode/:pagesize?" paramsDesc={['提问箱 ID', '查看条数(默认为 20)']} radar="1"/>
|
||||
|
||||
## Rattibha {#rattibha}
|
||||
|
||||
### User Threads {#rattibha-user-threads}
|
||||
|
||||
<Route author="yshalsager" example="/rattibha/user/elonmusk" path="/rattibha/user/:user" paramsDesc={['Twitter username, without @']} radar="1" rssbud="1"/>
|
||||
<Route author="yshalsager" example="/rattibha/user/elonmusk" path="/rattibha/user/:user" paramsDesc={['Twitter username, without @']} radar="1"/>
|
||||
|
||||
## Soul {#soul}
|
||||
|
||||
### 瞬间更新 {#soul-shun-jian-geng-xin}
|
||||
|
||||
<Route author="ImSingee" example="/soul/Y2w2aTNWQVBLOU09" path="/soul/:id" paramsDesc={['用户 id, 分享用户主页时的 URL 的 userIdEcpt 参数']} radar="1" rssbud="1"></Route>
|
||||
<Route author="ImSingee" example="/soul/Y2w2aTNWQVBLOU09" path="/soul/:id" paramsDesc={['用户 id, 分享用户主页时的 URL 的 userIdEcpt 参数']} radar="1"></Route>
|
||||
|
||||
### 热门瞬间 {#soul-re-men-shun-jian}
|
||||
|
||||
|
|
@ -841,7 +841,7 @@ Only for self-hosted
|
|||
|
||||
### Channel {#telegram-channel}
|
||||
|
||||
<Route author="DIYgod Rongronggg9" path="/telegram/channel/:username/:routeParams?" example="/telegram/channel/awesomeDIYgod/searchQuery=%23DIYgod的豆瓣动态" paramsDesc={['channel username', 'extra parameters, see the table below']} radar="1" rssbud="1">
|
||||
<Route author="DIYgod Rongronggg9" path="/telegram/channel/:username/:routeParams?" example="/telegram/channel/awesomeDIYgod/searchQuery=%23DIYgod的豆瓣动态" paramsDesc={['channel username', 'extra parameters, see the table below']} radar="1">
|
||||
|
||||
| Key | Description | Accepts | Defaults to |
|
||||
| --------------------- | --------------------------------------------------------------------- | ---------------------------------------------------- | ----------------- |
|
||||
|
|
@ -889,7 +889,7 @@ Due to Telegram restrictions, some channels involving pornography, copyright, an
|
|||
|
||||
### User timeline {#threads-user-timeline}
|
||||
|
||||
<Route author="ninboy" path="/threads/:user/:routeParams?" example="/threads/zuck" radar="1" rssbud="1" paramsDesc={['Username', 'Extra parameters, see the table below']}>
|
||||
<Route author="ninboy" path="/threads/:user/:routeParams?" example="/threads/zuck" radar="1" paramsDesc={['Username', 'Extra parameters, see the table below']}>
|
||||
|
||||
Specify options (in the format of query string) in parameter `routeParams` to control some extra features for threads
|
||||
|
||||
|
|
@ -915,7 +915,7 @@ https://rsshub.app/threads/zuck/showAuthorInTitle=1&showAuthorInDesc=1&showQuote
|
|||
|
||||
### User {#tiktok-user}
|
||||
|
||||
<Route author="TonyRL" example="/tiktok/user/@linustech/true" path="/tiktok/user/:user/:iframe?" paramsDesc={['User ID, including @', 'Use the official iframe to embed the video, which allows you to view the video if the default option does not work. Default to `false`']} anticrawler="1" puppeteer="1" radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/tiktok/user/@linustech/true" path="/tiktok/user/:user/:iframe?" paramsDesc={['User ID, including @', 'Use the official iframe to embed the video, which allows you to view the video if the default option does not work. Default to `false`']} anticrawler="1" puppeteer="1" radar="1"/>
|
||||
|
||||
## Twitter {#twitter}
|
||||
|
||||
|
|
@ -956,23 +956,23 @@ generates
|
|||
|
||||
### User timeline {#twitter-user-timeline}
|
||||
|
||||
<Route author="DIYgod yindaheng98 Rongronggg9" path="/twitter/user/:id/:routeParams?" example="/twitter/user/DIYgod" paramsDesc={['username; in particular, if starts with `+`, it will be recognized as a [unique ID](https://github.com/DIYgod/RSSHub/issues/12221), e.g. `+44196397`', 'extra parameters, see the table above; particularly when `routeParams=exclude_replies`, replies are excluded; `routeParams=exclude_rts` excludes retweets,`routeParams=exclude_rts_replies` exclude replies and retweets; for default include all.']} radar="1" rssbud="1" configRequired="1"/>
|
||||
<Route author="DIYgod yindaheng98 Rongronggg9" path="/twitter/user/:id/:routeParams?" example="/twitter/user/DIYgod" paramsDesc={['username; in particular, if starts with `+`, it will be recognized as a [unique ID](https://github.com/DIYgod/RSSHub/issues/12221), e.g. `+44196397`', 'extra parameters, see the table above; particularly when `routeParams=exclude_replies`, replies are excluded; `routeParams=exclude_rts` excludes retweets,`routeParams=exclude_rts_replies` exclude replies and retweets; for default include all.']} radar="1" configRequired="1"/>
|
||||
|
||||
### User media {#twitter-user-media}
|
||||
|
||||
<Route author="yindaheng98 Rongronggg9 DIYgod" path="/twitter/media/:id/:routeParams?" example="/twitter/media/DIYgod" paramsDesc={['username; in particular, if starts with `+`, it will be recognized as a [unique ID](https://github.com/DIYgod/RSSHub/issues/12221), e.g. `+44196397`', 'extra parameters, see the table above.']} radar="1" rssbud="1" configRequired="1"/>
|
||||
<Route author="yindaheng98 Rongronggg9 DIYgod" path="/twitter/media/:id/:routeParams?" example="/twitter/media/DIYgod" paramsDesc={['username; in particular, if starts with `+`, it will be recognized as a [unique ID](https://github.com/DIYgod/RSSHub/issues/12221), e.g. `+44196397`', 'extra parameters, see the table above.']} radar="1" configRequired="1"/>
|
||||
|
||||
### Keyword {#twitter-keyword}
|
||||
|
||||
<Route author="DIYgod yindaheng98 Rongronggg9" example="/twitter/keyword/RSSHub" path="/twitter/keyword/:keyword/:routeParams?" paramsDesc={['keyword', 'extra parameters, see the table above']} radar="1" rssbud="1" configRequired="1"/>
|
||||
<Route author="DIYgod yindaheng98 Rongronggg9" example="/twitter/keyword/RSSHub" path="/twitter/keyword/:keyword/:routeParams?" paramsDesc={['keyword', 'extra parameters, see the table above']} radar="1" configRequired="1"/>
|
||||
|
||||
### Tweet Details {#twitter-tweet-details}
|
||||
|
||||
<Route author="LarchLiu Rongronggg9 DIYgod" example="/twitter/tweet/DIYgod/status/1650844643997646852" path="/twitter/tweet/:id/status/:status/:original?" paramsDesc={['username; in particular, if starts with `+`, it will be recognized as a [unique ID](https://github.com/DIYgod/RSSHub/issues/12221), e.g. `+44196397`', 'tweet ID', 'extra parameters, data type of return, if the value is not `0`/`false` and `config.isPackage` is `true`, return the original data of twitter']} radar="1" rssbud="1" configRequired="1"/>
|
||||
<Route author="LarchLiu Rongronggg9 DIYgod" example="/twitter/tweet/DIYgod/status/1650844643997646852" path="/twitter/tweet/:id/status/:status/:original?" paramsDesc={['username; in particular, if starts with `+`, it will be recognized as a [unique ID](https://github.com/DIYgod/RSSHub/issues/12221), e.g. `+44196397`', 'tweet ID', 'extra parameters, data type of return, if the value is not `0`/`false` and `config.isPackage` is `true`, return the original data of twitter']} radar="1" configRequired="1"/>
|
||||
|
||||
### User following timeline {#twitter-user-following-timeline}
|
||||
|
||||
<Route author="DIYgod" example="/twitter/followings/DIYgod" path="/twitter/followings/:id/:routeParams?" paramsDesc={['username', 'extra parameters, see the table above']} radar="1" rssbud="1" configRequired="1">
|
||||
<Route author="DIYgod" example="/twitter/followings/DIYgod" path="/twitter/followings/:id/:routeParams?" paramsDesc={['username', 'extra parameters, see the table above']} radar="1" configRequired="1">
|
||||
|
||||
:::warning
|
||||
|
||||
|
|
@ -984,19 +984,19 @@ This route requires Twitter token's corresponding id, therefore it's only availa
|
|||
|
||||
### List timeline {#twitter-list-timeline}
|
||||
|
||||
<Route author="xyqfer" example="/twitter/list/ladyleet/javascript" path="/twitter/list/:id/:name/:routeParams?" paramsDesc={['username', 'list name', 'extra parameters, see the table above']} radar="1" rssbud="1"/>
|
||||
<Route author="xyqfer" example="/twitter/list/ladyleet/javascript" path="/twitter/list/:id/:name/:routeParams?" paramsDesc={['username', 'list name', 'extra parameters, see the table above']} radar="1"/>
|
||||
|
||||
### User likes {#twitter-user-likes}
|
||||
|
||||
<Route author="xyqfer" example="/twitter/likes/DIYgod" path="/twitter/likes/:id/:routeParams?" paramsDesc={['username', 'extra parameters, see the table above']} radar="1" rssbud="1"/>
|
||||
<Route author="xyqfer" example="/twitter/likes/DIYgod" path="/twitter/likes/:id/:routeParams?" paramsDesc={['username', 'extra parameters, see the table above']} radar="1"/>
|
||||
|
||||
### Trends {#twitter-trends}
|
||||
|
||||
<Route author="sakamossan" example="/twitter/trends/23424856" path="/twitter/trends/:woeid?" paramsDesc={['Yahoo! Where On Earth ID. default to woeid=1 (World Wide)']} radar="1" rssbud="1"/>
|
||||
<Route author="sakamossan" example="/twitter/trends/23424856" path="/twitter/trends/:woeid?" paramsDesc={['Yahoo! Where On Earth ID. default to woeid=1 (World Wide)']} radar="1"/>
|
||||
|
||||
### Collection {#twitter-collection}
|
||||
|
||||
<Route author="TonyRL" example="/twitter/collection/DIYgod/1527857429467172864" path="/twitter/collection/:uid/:collectionId/:routeParams?" paramsDesc={['username, should match the generated token', 'collection ID, can be found in URL', 'extra parameters, see the table above']} radar="1" rssbud="1" configRequired="1">
|
||||
<Route author="TonyRL" example="/twitter/collection/DIYgod/1527857429467172864" path="/twitter/collection/:uid/:collectionId/:routeParams?" paramsDesc={['username, should match the generated token', 'collection ID, can be found in URL', 'extra parameters, see the table above']} radar="1" configRequired="1">
|
||||
|
||||
:::warning
|
||||
|
||||
|
|
@ -1038,7 +1038,7 @@ Some of the categories contain slash like `3D/CG` , must change the slash `/` to
|
|||
|
||||
### User {#youtube-user}
|
||||
|
||||
<Route author="DIYgod" path="/youtube/user/:username/:embed?" example="/youtube/user/JFlaMusic" paramsDesc={['YouTuber id', 'Default to embed the video, set to any value to disable embedding']} radar="1" rssbud="1"/>
|
||||
<Route author="DIYgod" path="/youtube/user/:username/:embed?" example="/youtube/user/JFlaMusic" paramsDesc={['YouTuber id', 'Default to embed the video, set to any value to disable embedding']} radar="1"/>
|
||||
|
||||
### Channel {#youtube-channel}
|
||||
|
||||
|
|
@ -1048,27 +1048,27 @@ YouTube provides official RSS feeds for channels, for instance [https://www.yout
|
|||
|
||||
:::
|
||||
|
||||
<Route author="DIYgod" path="/youtube/channel/:id/:embed?" example="/youtube/channel/UCDwDMPOZfxVV0x_dz0eQ8KQ" paramsDesc={['YouTube channel id', 'Default to embed the video, set to any value to disable embedding']} radar="1" rssbud="1"/>
|
||||
<Route author="DIYgod" path="/youtube/channel/:id/:embed?" example="/youtube/channel/UCDwDMPOZfxVV0x_dz0eQ8KQ" paramsDesc={['YouTube channel id', 'Default to embed the video, set to any value to disable embedding']} radar="1"/>
|
||||
|
||||
### Custom URL {#youtube-custom-url}
|
||||
|
||||
<Route author="TonyRL" path="/youtube/c/:id/:embed?" example="/youtube/c/YouTubeCreators" paramsDesc={['YouTube custom URL', 'Default to embed the video, set to any value to disable embedding']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" path="/youtube/c/:id/:embed?" example="/youtube/c/YouTubeCreators" paramsDesc={['YouTube custom URL', 'Default to embed the video, set to any value to disable embedding']} radar="1"/>
|
||||
|
||||
### Playlist {#youtube-playlist}
|
||||
|
||||
<Route author="HenryQW" path="/youtube/playlist/:id/:embed?" example="/youtube/playlist/PLqQ1RwlxOgeLTJ1f3fNMSwhjVgaWKo_9Z" paramsDesc={['YouTube playlist id', 'Default to embed the video, set to any value to disable embedding']} radar="1" rssbud="1"/>
|
||||
<Route author="HenryQW" path="/youtube/playlist/:id/:embed?" example="/youtube/playlist/PLqQ1RwlxOgeLTJ1f3fNMSwhjVgaWKo_9Z" paramsDesc={['YouTube playlist id', 'Default to embed the video, set to any value to disable embedding']} radar="1"/>
|
||||
|
||||
### Community {#youtube-community}
|
||||
|
||||
<Route author="TonyRL" path="/youtube/community/:handle" example="/youtube/community/@JFlaMusic" paramsDesc={['YouTube handles or channel id']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" path="/youtube/community/:handle" example="/youtube/community/@JFlaMusic" paramsDesc={['YouTube handles or channel id']} radar="1"/>
|
||||
|
||||
### Subscriptions {#youtube-subscriptions}
|
||||
|
||||
<Route author="TonyRL" path="/youtube/subscriptions/:embed?" example="/youtube/subscriptions" paramsDesc={['Default to embed the video, set to any value to disable embedding']} configRequired="1" radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" path="/youtube/subscriptions/:embed?" example="/youtube/subscriptions" paramsDesc={['Default to embed the video, set to any value to disable embedding']} configRequired="1" radar="1"/>
|
||||
|
||||
### Music Charts {#youtube-music-charts}
|
||||
|
||||
<Route author="TonyRL" path="/youtube/charts/:category?/:country?/:embed?" example="/youtube/charts" paramsDesc={['Chart, see table below, default to `TopVideos`', 'Country Code, see table below, default to global', 'Default to embed the video, set to any value to disable embedding']} radar="1" rssbud="1">
|
||||
<Route author="TonyRL" path="/youtube/charts/:category?/:country?/:embed?" example="/youtube/charts" paramsDesc={['Chart, see table below, default to `TopVideos`', 'Country Code, see table below, default to global', 'Default to embed the video, set to any value to disable embedding']} radar="1">
|
||||
|
||||
Chart
|
||||
|
||||
|
|
@ -1184,11 +1184,11 @@ Country Code
|
|||
|
||||
### 博主 {#dou-yin-bo-zhu}
|
||||
|
||||
<Route author="Max-Tortoise Rongronggg9" example="/douyin/user/MS4wLjABAAAARcAHmmF9mAG3JEixq_CdP72APhBlGlLVbN-1eBcPqao" path="/douyin/user/:uid/:routeParams?" paramsDesc={['uid,可在用户页面 URL 中找到', '额外参数,query string 格式,请参阅上面的表格']} anticrawler="1" radar="1" rssbud="1" puppeteer="1" />
|
||||
<Route author="Max-Tortoise Rongronggg9" example="/douyin/user/MS4wLjABAAAARcAHmmF9mAG3JEixq_CdP72APhBlGlLVbN-1eBcPqao" path="/douyin/user/:uid/:routeParams?" paramsDesc={['uid,可在用户页面 URL 中找到', '额外参数,query string 格式,请参阅上面的表格']} anticrawler="1" radar="1" puppeteer="1" />
|
||||
|
||||
### 标签 {#dou-yin-biao-qian}
|
||||
|
||||
<Route author="TonyRL" example="/douyin/hashtag/1592824105719812" path="/douyin/hashtag/:cid/:routeParams?" paramsDesc={['标签 ID,可在标签页面 URL 中找到', '额外参数,query string 格式,请参阅上面的表格']} anticrawler="1" radar="1" rssbud="1" puppeteer="1" />
|
||||
<Route author="TonyRL" example="/douyin/hashtag/1592824105719812" path="/douyin/hashtag/:cid/:routeParams?" paramsDesc={['标签 ID,可在标签页面 URL 中找到', '额外参数,query string 格式,请参阅上面的表格']} anticrawler="1" radar="1" puppeteer="1" />
|
||||
|
||||
### 直播 {#dou-yin-zhi-bo}
|
||||
|
||||
|
|
@ -1492,11 +1492,11 @@ Country Code
|
|||
|
||||
### 圈子 {#ji-ke-quan-zi}
|
||||
|
||||
<Route author="DIYgod prnake" example="/jike/topic/556688fae4b00c57d9dd46ee" path="/jike/topic/:id/:showUid?" paramsDesc={['圈子 id, 可在即刻 web 端圈子页或 APP 分享出来的圈子页 URL 中找到', '是否在内容中显示用户信息,设置为 1 则开启']} radar="1" rssbud="1"/>
|
||||
<Route author="DIYgod prnake" example="/jike/topic/556688fae4b00c57d9dd46ee" path="/jike/topic/:id/:showUid?" paramsDesc={['圈子 id, 可在即刻 web 端圈子页或 APP 分享出来的圈子页 URL 中找到', '是否在内容中显示用户信息,设置为 1 则开启']} radar="1"/>
|
||||
|
||||
### 圈子 - 纯文字 {#ji-ke-quan-zi-chun-wen-zi}
|
||||
|
||||
<Route author="HenryQW" example="/jike/topic/text/553870e8e4b0cafb0a1bef68" path="/jike/topic/text/:id" paramsDesc={['圈子 id, 可在即刻 web 端圈子页或 APP 分享出来的圈子页 URL 中找到']} radar="1" rssbud="1"/>
|
||||
<Route author="HenryQW" example="/jike/topic/text/553870e8e4b0cafb0a1bef68" path="/jike/topic/text/:id" paramsDesc={['圈子 id, 可在即刻 web 端圈子页或 APP 分享出来的圈子页 URL 中找到']} radar="1"/>
|
||||
|
||||
## 简书 {#jian-shu}
|
||||
|
||||
|
|
@ -1698,7 +1698,7 @@ rule
|
|||
|
||||
### 博主 {#wei-bo-bo-zhu}
|
||||
|
||||
<Route author="DIYgod iplusx Rongronggg9" example="/weibo/user/1195230310" path="/weibo/user/:uid/:routeParams?" paramsDesc={['用户 id, 博主主页打开控制台执行 `$CONFIG.oid` 获取', '额外参数;请参阅上面的说明和表格;特别地,当 `routeParams=1` 时开启微博视频显示']} anticrawler="1" radar="1" rssbud="1">
|
||||
<Route author="DIYgod iplusx Rongronggg9" example="/weibo/user/1195230310" path="/weibo/user/:uid/:routeParams?" paramsDesc={['用户 id, 博主主页打开控制台执行 `$CONFIG.oid` 获取', '额外参数;请参阅上面的说明和表格;特别地,当 `routeParams=1` 时开启微博视频显示']} anticrawler="1" radar="1">
|
||||
|
||||
部分博主仅登录可见,不支持订阅,可以通过打开 `https://m.weibo.cn/u/:uid` 验证
|
||||
|
||||
|
|
@ -1706,11 +1706,11 @@ rule
|
|||
|
||||
### 关键词 {#wei-bo-guan-jian-ci}
|
||||
|
||||
<Route author="DIYgod Rongronggg9" example="/weibo/keyword/DIYgod" path="/weibo/keyword/:keyword/:routeParams?" paramsDesc={['你想订阅的微博关键词', '额外参数;请参阅上面的说明和表格']} anticrawler="1" radar="1" rssbud="1"/>
|
||||
<Route author="DIYgod Rongronggg9" example="/weibo/keyword/DIYgod" path="/weibo/keyword/:keyword/:routeParams?" paramsDesc={['你想订阅的微博关键词', '额外参数;请参阅上面的说明和表格']} anticrawler="1" radar="1"/>
|
||||
|
||||
### 热搜榜 {#wei-bo-re-sou-bang}
|
||||
|
||||
<Route author="xyqfer shinemoon" example="/weibo/search/hot" path="/weibo/search/hot/:fulltext?" anticrawler="1" radar="1" rssbud="1"/>
|
||||
<Route author="xyqfer shinemoon" example="/weibo/search/hot" path="/weibo/search/hot/:fulltext?" anticrawler="1" radar="1"/>
|
||||
|
||||
- 使用`/weibo/search/hot`可以获取热搜条目列表;
|
||||
- 使用`/weibo/search/hot/fulltext`可以进一步获取热搜条目下的摘要信息(不含图片视频);
|
||||
|
|
@ -1721,7 +1721,7 @@ rule
|
|||
|
||||
### 超话 {#wei-bo-chao-hua}
|
||||
|
||||
<Route author="zengxs Rongronggg9" example="/weibo/super_index/1008084989d223732bf6f02f75ea30efad58a9/sort_time" path="/weibo/super_index/:id/:type?/:routeParams?" paramsDesc={['超话ID', '类型:见下表', '额外参数;请参阅上面的说明和表格']} anticrawler="1" radar="1" rssbud="1"/>
|
||||
<Route author="zengxs Rongronggg9" example="/weibo/super_index/1008084989d223732bf6f02f75ea30efad58a9/sort_time" path="/weibo/super_index/:id/:type?/:routeParams?" paramsDesc={['超话ID', '类型:见下表', '额外参数;请参阅上面的说明和表格']} anticrawler="1" radar="1"/>
|
||||
|
||||
| type | 备注 |
|
||||
| --------- | ---------------- |
|
||||
|
|
@ -1788,7 +1788,7 @@ rule
|
|||
|
||||
### 用户笔记 {#xiao-hong-shu-yong-hu-bi-ji}
|
||||
|
||||
<Route author="lotosbin" example="/xiaohongshu/user/593032945e87e77791e03696/notes" path="/xiaohongshu/user/:user_id/notes/:fulltext?" paramsDesc={['用户 ID', '若为`fulltext`将抓取笔记全文,若为空则只抓取笔记标题']} puppeteer="1" anticrawler="1" radar="1" rssbud="1"/>
|
||||
<Route author="lotosbin" example="/xiaohongshu/user/593032945e87e77791e03696/notes" path="/xiaohongshu/user/:user_id/notes/:fulltext?" paramsDesc={['用户 ID', '若为`fulltext`将抓取笔记全文,若为空则只抓取笔记标题']} puppeteer="1" anticrawler="1" radar="1"/>
|
||||
|
||||
:::tip
|
||||
|
||||
|
|
@ -1798,11 +1798,11 @@ rule
|
|||
|
||||
### 用户收藏 {#xiao-hong-shu-yong-hu-shou-cang}
|
||||
|
||||
<Route author="lotosbin" example="/xiaohongshu/user/593032945e87e77791e03696/collect" path="/xiaohongshu/user/:user_id/collect" paramsDesc={['用户 ID']} puppeteer="1" anticrawler="1" radar="1" rssbud="1"/>
|
||||
<Route author="lotosbin" example="/xiaohongshu/user/593032945e87e77791e03696/collect" path="/xiaohongshu/user/:user_id/collect" paramsDesc={['用户 ID']} puppeteer="1" anticrawler="1" radar="1"/>
|
||||
|
||||
### 专辑 {#xiao-hong-shu-zhuan-ji}
|
||||
|
||||
<Route author="lotosbin" example="/xiaohongshu/board/5db6f79200000000020032df" path="/xiaohongshu/board/:board_id" paramsDesc={['专辑 ID']} puppeteer="1" anticrawler="1" radar="1" rssbud="1"/>
|
||||
<Route author="lotosbin" example="/xiaohongshu/board/5db6f79200000000020032df" path="/xiaohongshu/board/:board_id" paramsDesc={['专辑 ID']} puppeteer="1" anticrawler="1" radar="1"/>
|
||||
|
||||
## 新榜 {#xin-bang}
|
||||
|
||||
|
|
@ -1831,19 +1831,19 @@ rule
|
|||
|
||||
### 收藏夹 {#zhi-hu-shou-cang-jia}
|
||||
|
||||
<Route author="huruji Colin-XKL Fatpandac" example="/zhihu/collection/26444956" path="/zhihu/collection/:id/:getAll?" paramsDesc={['收藏夹 id, 可在收藏夹页面 URL 中找到', '获取全部收藏内容,任意值为打开']} anticrawler="1" radar="1" rssbud="1"/>
|
||||
<Route author="huruji Colin-XKL Fatpandac" example="/zhihu/collection/26444956" path="/zhihu/collection/:id/:getAll?" paramsDesc={['收藏夹 id, 可在收藏夹页面 URL 中找到', '获取全部收藏内容,任意值为打开']} anticrawler="1" radar="1"/>
|
||||
|
||||
### 用户动态 {#zhi-hu-yong-hu-dong-tai}
|
||||
|
||||
<Route author="DIYgod" example="/zhihu/people/activities/diygod" path="/zhihu/people/activities/:id" paramsDesc={['作者 id, 可在用户主页 URL 中找到']} anticrawler="1" radar="1" rssbud="1"/>
|
||||
<Route author="DIYgod" example="/zhihu/people/activities/diygod" path="/zhihu/people/activities/:id" paramsDesc={['作者 id, 可在用户主页 URL 中找到']} anticrawler="1" radar="1"/>
|
||||
|
||||
### 用户回答 {#zhi-hu-yong-hu-hui-da}
|
||||
|
||||
<Route author="DIYgod prnake" example="/zhihu/people/answers/diygod" path="/zhihu/people/answers/:id" paramsDesc={['作者 id, 可在用户主页 URL 中找到']} anticrawler="1" radar="1" rssbud="1"/>
|
||||
<Route author="DIYgod prnake" example="/zhihu/people/answers/diygod" path="/zhihu/people/answers/:id" paramsDesc={['作者 id, 可在用户主页 URL 中找到']} anticrawler="1" radar="1"/>
|
||||
|
||||
### 用户文章 {#zhi-hu-yong-hu-wen-zhang}
|
||||
|
||||
<Route author="whtsky Colin-XKL" example="/zhihu/posts/people/frederchen" path="/zhihu/posts/:usertype/:id" paramsDesc={['作者 id, 可在用户主页 URL 中找到', '用户类型usertype,参考用户主页的URL。目前有两种,见下表']} anticrawler="1" radar="1" rssbud="1"/>
|
||||
<Route author="whtsky Colin-XKL" example="/zhihu/posts/people/frederchen" path="/zhihu/posts/:usertype/:id" paramsDesc={['作者 id, 可在用户主页 URL 中找到', '用户类型usertype,参考用户主页的URL。目前有两种,见下表']} anticrawler="1" radar="1"/>
|
||||
|
||||
| 普通用户 | 机构用户 |
|
||||
| -------- | -------- |
|
||||
|
|
@ -1851,11 +1851,11 @@ rule
|
|||
|
||||
### 专栏 {#zhi-hu-zhuan-lan}
|
||||
|
||||
<Route author="DIYgod" example="/zhihu/zhuanlan/googledevelopers" path="/zhihu/zhuanlan/:id" paramsDesc={['专栏 id, 可在专栏主页 URL 中找到']} anticrawler="1" radar="1" rssbud="1"/>
|
||||
<Route author="DIYgod" example="/zhihu/zhuanlan/googledevelopers" path="/zhihu/zhuanlan/:id" paramsDesc={['专栏 id, 可在专栏主页 URL 中找到']} anticrawler="1" radar="1"/>
|
||||
|
||||
### 知乎日报 {#zhi-hu-zhi-hu-ri-bao}
|
||||
|
||||
<Route author="DHPO" example="/zhihu/daily" path="/zhihu/daily" anticrawler="1" radar="1" rssbud="1"/>
|
||||
<Route author="DHPO" example="/zhihu/daily" path="/zhihu/daily" anticrawler="1" radar="1"/>
|
||||
|
||||
### 知乎日报 - 合集 {#zhi-hu-zhi-hu-ri-bao-he-ji}
|
||||
|
||||
|
|
@ -1863,11 +1863,11 @@ rule
|
|||
|
||||
### 知乎热榜 {#zhi-hu-zhi-hu-re-bang}
|
||||
|
||||
<Route author="DIYgod" example="/zhihu/hotlist" path="/zhihu/hotlist" anticrawler="1" radar="1" rssbud="1"/>
|
||||
<Route author="DIYgod" example="/zhihu/hotlist" path="/zhihu/hotlist" anticrawler="1" radar="1"/>
|
||||
|
||||
### 知乎分类热榜 {#zhi-hu-zhi-hu-fen-lei-re-bang}
|
||||
|
||||
<Route author="nczitzk" example="/zhihu/hot" path="/zhihu/hot/:category?" paramsDesc={['分类,见下表,默认为全站']} anticrawler="1" radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/zhihu/hot" path="/zhihu/hot/:category?" paramsDesc={['分类,见下表,默认为全站']} anticrawler="1" radar="1">
|
||||
|
||||
| 全站 | 国际 | 科学 | 汽车 | 视频 | 时尚 | 时事 | 数码 | 体育 | 校园 | 影视 |
|
||||
| ----- | ----- | ------- | ---- | ------ | ------- | ----- | ------- | ----- | ------ | ---- |
|
||||
|
|
@ -1877,31 +1877,31 @@ rule
|
|||
|
||||
### 知乎想法热榜 {#zhi-hu-zhi-hu-xiang-fa-re-bang}
|
||||
|
||||
<Route author="xyqfer" example="/zhihu/pin/hotlist" path="/zhihu/pin/hotlist" anticrawler="1" radar="1" rssbud="1"/>
|
||||
<Route author="xyqfer" example="/zhihu/pin/hotlist" path="/zhihu/pin/hotlist" anticrawler="1" radar="1"/>
|
||||
|
||||
### 问题 {#zhi-hu-wen-ti}
|
||||
|
||||
<Route author="xyqfer hacklu" example="/zhihu/question/59895982" path="/zhihu/question/:questionId/:sortBy?" paramsDesc={['问题 id', '排序方式:`default`, `created`, `updated`。默认为 `default`']} anticrawler="1" radar="1" rssbud="1"/>
|
||||
<Route author="xyqfer hacklu" example="/zhihu/question/59895982" path="/zhihu/question/:questionId/:sortBy?" paramsDesc={['问题 id', '排序方式:`default`, `created`, `updated`。默认为 `default`']} anticrawler="1" radar="1"/>
|
||||
|
||||
### 话题 {#zhi-hu-hua-ti}
|
||||
|
||||
<Route author="xyqfer" example="/zhihu/topic/19828946" path="/zhihu/topic/:topicId" paramsDesc={['话题 id']} anticrawler="1" radar="1" rssbud="1"/>
|
||||
<Route author="xyqfer" example="/zhihu/topic/19828946" path="/zhihu/topic/:topicId" paramsDesc={['话题 id']} anticrawler="1" radar="1"/>
|
||||
|
||||
### 用户想法 {#zhi-hu-yong-hu-xiang-fa}
|
||||
|
||||
<Route author="xyqfer" example="/zhihu/people/pins/kan-dan-45" path="/zhihu/people/pins/:id" paramsDesc={['作者 id, 可在用户主页 URL 中找到']} anticrawler="1" radar="1" rssbud="1"/>
|
||||
<Route author="xyqfer" example="/zhihu/people/pins/kan-dan-45" path="/zhihu/people/pins/:id" paramsDesc={['作者 id, 可在用户主页 URL 中找到']} anticrawler="1" radar="1"/>
|
||||
|
||||
### 知乎书店 - 新书 {#zhi-hu-zhi-hu-shu-dian-xin-shu}
|
||||
|
||||
<Route author="xyqfer" example="/zhihu/bookstore/newest" path="/zhihu/bookstore/newest" anticrawler="1" radar="1" rssbud="1"/>
|
||||
<Route author="xyqfer" example="/zhihu/bookstore/newest" path="/zhihu/bookstore/newest" anticrawler="1" radar="1"/>
|
||||
|
||||
### 知乎想法 - 24 小时新闻汇总 {#zhi-hu-zhi-hu-xiang-fa-24-xiao-shi-xin-wen-hui-zong}
|
||||
|
||||
<Route author="xyqfer" example="/zhihu/pin/daily" path="/zhihu/pin/daily" anticrawler="1" radar="1" rssbud="1"/>
|
||||
<Route author="xyqfer" example="/zhihu/pin/daily" path="/zhihu/pin/daily" anticrawler="1" radar="1"/>
|
||||
|
||||
### 知乎书店 - 知乎周刊 {#zhi-hu-zhi-hu-shu-dian-zhi-hu-zhou-kan}
|
||||
|
||||
<Route author="LogicJake" example="/zhihu/weekly" path="/zhihu/weekly" anticrawler="1" radar="1" rssbud="1"/>
|
||||
<Route author="LogicJake" example="/zhihu/weekly" path="/zhihu/weekly" anticrawler="1" radar="1"/>
|
||||
|
||||
### 用户关注时间线 {#zhi-hu-yong-hu-guan-zhu-shi-jian-xian}
|
||||
|
||||
|
|
|
|||
|
|
@ -132,7 +132,7 @@ paramsDesc={['一个整数,筛选最新的limit场比赛,默认为10', '比
|
|||
|
||||
### Theses {#link-research-theses}
|
||||
|
||||
<Route author="y9c" example="/linkresearcher/category=theses&subject=生物" path="/linkresearcher/theses/:param" supportScihub="1" paramsDesc={['key=value,eg. subject=生物']} radar="1" rssbud="1">
|
||||
<Route author="y9c" example="/linkresearcher/category=theses&subject=生物" path="/linkresearcher/theses/:param" supportScihub="1" paramsDesc={['key=value,eg. subject=生物']} radar="1">
|
||||
|
||||
| `:param` | example | definition |
|
||||
| -------- | --------------- | -------------------------------------- |
|
||||
|
|
@ -183,7 +183,7 @@ paramsDesc={['一个整数,筛选最新的limit场比赛,默认为10', '比
|
|||
|
||||
### Public Maps {#mindmeister-public-maps}
|
||||
|
||||
<Route author="TonyRL" example="/mindmeister/mind-map-examples" path="/mindmeister/:category?/:language?" paramsDesc={['Categories, see the table below, `mind-map-examples` by default', 'Languages, see the table below, `en` by default']} radar="1" rssbud="1">
|
||||
<Route author="TonyRL" example="/mindmeister/mind-map-examples" path="/mindmeister/:category?/:language?" paramsDesc={['Categories, see the table below, `mind-map-examples` by default', 'Languages, see the table below, `en` by default']} radar="1">
|
||||
|
||||
| Categories | parameter |
|
||||
| -------- | --------------- |
|
||||
|
|
@ -489,11 +489,11 @@ paramsDesc={['一个整数,筛选最新的limit场比赛,默认为10', '比
|
|||
|
||||
官方网址:[http://www.shmeea.edu.cn](http://www.shmeea.edu.cn)
|
||||
|
||||
<Route author="jialinghui" example="/shmeea" path="/shmeea" radar="1" rssbud="1"/>
|
||||
<Route author="jialinghui" example="/shmeea" path="/shmeea" radar="1"/>
|
||||
|
||||
### 自学考试通知公告 {#shang-hai-shi-jiao-yu-kao-shi-yuan-zi-xue-kao-shi-tong-zhi-gong-gao}
|
||||
|
||||
<Route author="h2ws" example="/shmeea/self-study" path="/shmeea/self-study" radar="1" rssbud="1"/>
|
||||
<Route author="h2ws" example="/shmeea/self-study" path="/shmeea/self-study" radar="1"/>
|
||||
|
||||
## 思维导图社区 {#si-wei-dao-tu-she-qu}
|
||||
|
||||
|
|
@ -545,7 +545,7 @@ paramsDesc={['一个整数,筛选最新的limit场比赛,默认为10', '比
|
|||
|
||||
### 精品课程 {#wang-yi-gong-kai-ke-jing-pin-ke-cheng}
|
||||
|
||||
<Route author="hoilc" example="/163/open/vip" path="/163/open/vip" radar="1" rssbud="1"/>
|
||||
<Route author="hoilc" example="/163/open/vip" path="/163/open/vip" radar="1"/>
|
||||
|
||||
## 下厨房 {#xia-chu-fang}
|
||||
|
||||
|
|
@ -837,7 +837,7 @@ paramsDesc={['一个整数,筛选最新的limit场比赛,默认为10', '比
|
|||
|
||||
### 各学位授予单位学位证书上网进度 {#zhong-hua-ren-min-gong-he-guo-xue-wei-zheng-shu-cha-xun-ge-xue-wei-shou-yu-dan-wei-xue-wei-zheng-shu-shang-wang-jin-du}
|
||||
|
||||
<Route author="TonyRL" example="/chinadegrees/11" path="/chinadegrees/:province?" paramsDesc={['省市代号,见下表,亦可在 [这里](http://www.chinadegrees.com.cn/help/provinceSwqk.html) 找到,默认为 `11`']} radar="1" rssbud="1" puppeteer="1" >
|
||||
<Route author="TonyRL" example="/chinadegrees/11" path="/chinadegrees/:province?" paramsDesc={['省市代号,见下表,亦可在 [这里](http://www.chinadegrees.com.cn/help/provinceSwqk.html) 找到,默认为 `11`']} radar="1" puppeteer="1" >
|
||||
|
||||
| 省市 | 代号 |
|
||||
| ---------------- | ---- |
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ There is no RSS source for Al Jazeera Chinese, returning homepage content by def
|
|||
|
||||
### Topics {#ap-news-topics}
|
||||
|
||||
<Route author="zoenglinghou mjysci TonyRL" example="/apnews/topics/apf-topnews" path="/apnews/topics/:topic?" paramsDesc={['Topic name, can be found in URL. For example: the topic name of AP Top News [https://apnews.com/apf-topnews](https://apnews.com/apf-topnews) is `apf-topnews`, `trending-news` by default']} radar="1" rssbud="1" />
|
||||
<Route author="zoenglinghou mjysci TonyRL" example="/apnews/topics/apf-topnews" path="/apnews/topics/:topic?" paramsDesc={['Topic name, can be found in URL. For example: the topic name of AP Top News [https://apnews.com/apf-topnews](https://apnews.com/apf-topnews) is `apf-topnews`, `trending-news` by default']} radar="1" />
|
||||
|
||||
## BBC {#bbc}
|
||||
|
||||
|
|
@ -190,7 +190,7 @@ Refer to [Chicago Tribune's feed page](https://www.chicagotribune.com/about/ct-c
|
|||
|
||||
### News {#china-times-zhong-shi-dian-zi-bao-news}
|
||||
|
||||
<Route author="luyuhuang" example="/chinatimes/realtimenews" path="/chinatimes/:caty" paramsDesc={['category']} radar="1" rssbud="1">
|
||||
<Route author="luyuhuang" example="/chinatimes/realtimenews" path="/chinatimes/:caty" paramsDesc={['category']} radar="1">
|
||||
|
||||
| realtimenews | politic | opinion | life | star | money | society | hottopic | tube | world | armament | chinese | fashion | sports | technologynews | travel | album |
|
||||
| -------------- | ------- | ------- | ---- | ------- | ------- | ------- | ---------- | ------ | ----- | -------- | ----------------- | ------- | ------ | --------------- | ------ | ------- |
|
||||
|
|
@ -306,7 +306,7 @@ The URL of the form `https://www.dnaindia.com/topic/dna-verified` demonstrates t
|
|||
|
||||
### News {#korean-central-news-agency-kcna-chao-xian-zhong-yang-tong-xun-she-news}
|
||||
|
||||
<Route author="Rongronggg9" example="/kcna/en" path="/kcna/:lang/:category?" paramsDesc={['Language, refer to the table below', 'Category, refer to the table below']} anticrawler="1" radar="1" rssbud="1">
|
||||
<Route author="Rongronggg9" example="/kcna/en" path="/kcna/:lang/:category?" paramsDesc={['Language, refer to the table below', 'Category, refer to the table below']} anticrawler="1" radar="1">
|
||||
|
||||
| Language | 조선어 | English | 中国语 | Русский | Español | 日本語 |
|
||||
| -------- | ------ | ------- | ------ | ------- | ------- | ------ |
|
||||
|
|
@ -415,7 +415,7 @@ Provide full article RSS for CBC topics.
|
|||
|
||||
### WORLD-JAPAN - Top Stories {#nhk-world-japan-top-stories}
|
||||
|
||||
<Route author="TonyRL" example="/nhk/news/en" path="/nhk/news/:lang?" paramsDesc={['Language, see below, `en` by default']} radar="1" rssbud="1">
|
||||
<Route author="TonyRL" example="/nhk/news/en" path="/nhk/news/:lang?" paramsDesc={['Language, see below, `en` by default']} radar="1">
|
||||
|
||||
| العربية | বাংলা | မြန်မာဘာသာစကား | 中文(简体) | 中文(繁體) | English | Français |
|
||||
| ------- | ----- | -------------- | ------------ | ------------ | ------- | -------- |
|
||||
|
|
@ -747,7 +747,7 @@ Language
|
|||
|
||||
### Hot News {#taiwan-news-tai-wan-ying-wen-xin-wen-hot-news}
|
||||
|
||||
<Route author="TonyRL" example="/taiwannews/hot" path="/taiwannews/hot/:lang?" paramsDesc={['Language, `en` or `zh`, `en` by default']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/taiwannews/hot" path="/taiwannews/hot/:lang?" paramsDesc={['Language, `en` or `zh`, `en` by default']} radar="1"/>
|
||||
|
||||
## The Atlantic {#the-atlantic}
|
||||
|
||||
|
|
@ -767,11 +767,11 @@ More categories (except photo) can be found within the navigation bar at [https:
|
|||
|
||||
### Category {#the-economist-category}
|
||||
|
||||
<Route author="ImSingee" example="/economist/latest" path="/economist/:endpoint" paramsDesc={['Category name, can be found on the [official page](https://www.economist.com/rss). For example, https://www.economist.com/china/rss.xml to china']} radar="1" rssbud="1"/>
|
||||
<Route author="ImSingee" example="/economist/latest" path="/economist/:endpoint" paramsDesc={['Category name, can be found on the [official page](https://www.economist.com/rss). For example, https://www.economist.com/china/rss.xml to china']} radar="1"/>
|
||||
|
||||
### Espresso {#the-economist-espresso}
|
||||
|
||||
<Route author="TonyRL" example="/economist/espresso" path="/economist/espresso" radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/economist/espresso" path="/economist/espresso" radar="1"/>
|
||||
|
||||
### GRE Vocabulary {#the-economist-gre-vocabulary}
|
||||
|
||||
|
|
@ -779,7 +779,7 @@ More categories (except photo) can be found within the navigation bar at [https:
|
|||
|
||||
### Global Business Review {#the-economist-global-business-review}
|
||||
|
||||
<Route author="prnake" example="/economist/global-business-review/cn-en" path="/economist/global-business-review/:language?" paramsDesc={['Language, `en`, `cn`, `tw` are supported, support multiple options, default to cn-en']} radar="1" rssbud="1"/>
|
||||
<Route author="prnake" example="/economist/global-business-review/cn-en" path="/economist/global-business-review/:language?" paramsDesc={['Language, `en`, `cn`, `tw` are supported, support multiple options, default to cn-en']} radar="1"/>
|
||||
|
||||
### Download {#the-economist-download}
|
||||
|
||||
|
|
@ -807,7 +807,7 @@ Provides a better reading experience (full text articles) over the official one.
|
|||
|
||||
### Topic {#the-hindu-topic}
|
||||
|
||||
<Route author="TonyRL" example="/thehindu/topic/rains" path="/thehindu/topic/:topic" paramsDesc={['Topic slug, can be found in URL.']} radar="1" rssbud="1" />
|
||||
<Route author="TonyRL" example="/thehindu/topic/rains" path="/thehindu/topic/:topic" paramsDesc={['Topic slug, can be found in URL.']} radar="1" />
|
||||
|
||||
## The New York Times 纽约时报 {#the-new-york-times-niu-yue-shi-bao}
|
||||
|
||||
|
|
@ -861,7 +861,7 @@ Provides all of the articles by the specified New York Times author.
|
|||
|
||||
### Home {#the-nikkei-ri-ben-jing-ji-xin-wen-home}
|
||||
|
||||
<Route author="zjysdhr" example="/nikkei/index" path="/nikkei/index" radar="1" rssbud="1" />
|
||||
<Route author="zjysdhr" example="/nikkei/index" path="/nikkei/index" radar="1" />
|
||||
|
||||
### News {#the-nikkei-ri-ben-jing-ji-xin-wen-news}
|
||||
|
||||
|
|
@ -875,7 +875,7 @@ Provides all of the articles by the specified New York Times author.
|
|||
|
||||
### 中文版新闻 {#the-nikkei-ri-ben-jing-ji-xin-wen-zhong-wen-ban-xin-wen}
|
||||
|
||||
<Route author="nczitzk" example="/nikkei/cn" path="/nikkei/cn/:language?/:path?" paramsDesc={['语言,可选 `zh` 即 繁体中文,`cn` 即 简体中文', '类目路径,默认为空,可在对应类目页 URL 中找到']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/nikkei/cn" path="/nikkei/cn/:language?/:path?" paramsDesc={['语言,可选 `zh` 即 繁体中文,`cn` 即 简体中文', '类目路径,默认为空,可在对应类目页 URL 中找到']} radar="1">
|
||||
|
||||
:::tip
|
||||
|
||||
|
|
@ -1016,11 +1016,11 @@ Free articles only.
|
|||
|
||||
### 环保要闻 {#bei-ji-xing-dian-li-wang-huan-bao-yao-wen}
|
||||
|
||||
<Route author="zsimple" example="/bjx/huanbao" path="/bjx/huanbao" radar="1" rssbud="1"/>
|
||||
<Route author="zsimple" example="/bjx/huanbao" path="/bjx/huanbao" radar="1"/>
|
||||
|
||||
### 光伏 {#bei-ji-xing-dian-li-wang-guang-fu}
|
||||
|
||||
<Route author="Sxuet" example="/bjx/gf/sc" path="/bjx/gf/:type" paramsDesc={['分类,北极星光伏最后的`type`字段']} radar="1" rssbud="1">
|
||||
<Route author="Sxuet" example="/bjx/gf/sc" path="/bjx/gf/:type" paramsDesc={['分类,北极星光伏最后的`type`字段']} radar="1">
|
||||
|
||||
`:type` 类型可选如下
|
||||
|
||||
|
|
@ -1080,7 +1080,7 @@ Category 列表:
|
|||
|
||||
### 财新周刊 {#cai-xin-wang-cai-xin-zhou-kan}
|
||||
|
||||
<Route author="TonyRL" example="/caixin/weekly" path="/caixin/weekly" radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/caixin/weekly" path="/caixin/weekly" radar="1"/>
|
||||
|
||||
## 参考消息 {#can-kao-xiao-xi}
|
||||
|
||||
|
|
@ -1539,7 +1539,7 @@ IT・科学 tech_science
|
|||
|
||||
### 农博士在行动 {#he-bei-wang-luo-guang-bo-dian-shi-tai-nong-bo-shi-zai-xing-dong}
|
||||
|
||||
<Route author="iamqiz nczitzk" example="/hebtv/nbszxd" path="/hebtv/nbszxd" radar="1" rssbud="1" supportBT="1" supportPodcast="1"/>
|
||||
<Route author="iamqiz nczitzk" example="/hebtv/nbszxd" path="/hebtv/nbszxd" radar="1" supportBT="1" supportPodcast="1"/>
|
||||
|
||||
## 衡阳全搜索 {#heng-yang-quan-sou-suo}
|
||||
|
||||
|
|
@ -1790,7 +1790,7 @@ category 对应的关键词有
|
|||
|
||||
### 新聞首頁 {#ke-jia-dian-shi-tai-xin-wen-shou-ye}
|
||||
|
||||
<Route author="TonyRL" example="/hakkatv/news" path="/hakkatv/news/:type?" paramsDesc={['新聞,見下表,留空為全部']} radar="1" rssbud="1">
|
||||
<Route author="TonyRL" example="/hakkatv/news" path="/hakkatv/news/:type?" paramsDesc={['新聞,見下表,留空為全部']} radar="1">
|
||||
|
||||
| 客家焦點 | 政經要聞 | 民生醫療 | 地方風采 | 國際萬象 |
|
||||
| -------- | --------- | -------- | -------- | ------------- |
|
||||
|
|
@ -2212,7 +2212,7 @@ category 对应的关键词有
|
|||
|
||||
### 电视节目 {#qi-lu-wang-dian-shi-jie-mu}
|
||||
|
||||
<Route author="nczitzk" example="/iqilu/v/sdws/sdxwlb" path="/iqilu/v/:category?" paramsDesc={['节目 id,可在对应节目页 URL 中找到,见下表,默认为 `sdws/sdxwlb`,即山东新闻联播']} radar="1" rssbud="1" supportPodcast="1">
|
||||
<Route author="nczitzk" example="/iqilu/v/sdws/sdxwlb" path="/iqilu/v/:category?" paramsDesc={['节目 id,可在对应节目页 URL 中找到,见下表,默认为 `sdws/sdxwlb`,即山东新闻联播']} radar="1" supportPodcast="1">
|
||||
|
||||
| 节目名称 | 节目 id |
|
||||
| ---------------- | -------------- |
|
||||
|
|
@ -2302,7 +2302,7 @@ category 对应的关键词有
|
|||
|
||||
### 数字媒体 {#xia-men-wang-shu-zi-mei-ti}
|
||||
|
||||
<Route author="nczitzk" example="/xmnn/epaper/xmrb" path="/xmnn/epaper/:id?" paramsDesc={['报纸 id,见下表,默认为 `xmrb`,即厦门日报']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/xmnn/epaper/xmrb" path="/xmnn/epaper/:id?" paramsDesc={['报纸 id,见下表,默认为 `xmrb`,即厦门日报']} radar="1">
|
||||
|
||||
| 厦门日报 | 厦门晚报 | 海西晨报 | 城市捷报 |
|
||||
| -------- | -------- | -------- | -------- |
|
||||
|
|
@ -2312,7 +2312,7 @@ category 对应的关键词有
|
|||
|
||||
### 新闻 {#xia-men-wang-xin-wen}
|
||||
|
||||
<Route author="nczitzk" example="/xmnn/news/xmxw" path="/xmnn/news/:category?" paramsDesc={['分类 id,见下表,默认为厦门新闻']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/xmnn/news/xmxw" path="/xmnn/news/:category?" paramsDesc={['分类 id,见下表,默认为厦门新闻']} radar="1">
|
||||
|
||||
| 分类名 | 分类 id |
|
||||
| ------------ | ------- |
|
||||
|
|
@ -2396,11 +2396,11 @@ category 对应的关键词有
|
|||
|
||||
### 最新上線 {#tian-xia-za-zhi-zui-xin-shang-xian}
|
||||
|
||||
<Route author="TonyRL" example="/cw/today" path="/cw/today" radar="1" rssbud="1" puppeteer="1"/>
|
||||
<Route author="TonyRL" example="/cw/today" path="/cw/today" radar="1" puppeteer="1"/>
|
||||
|
||||
### 主頻道 {#tian-xia-za-zhi-zhu-bin-dao}
|
||||
|
||||
<Route author="TonyRL" example="/cw/master/8" path="/cw/master/:channel" paramsDesc={['主頻道 ID,可在 URL 中找到']} radar="1" rssbud="1" puppeteer="1">
|
||||
<Route author="TonyRL" example="/cw/master/8" path="/cw/master/:channel" paramsDesc={['主頻道 ID,可在 URL 中找到']} radar="1" puppeteer="1">
|
||||
|
||||
| 主頻道名稱 | 主頻道 ID |
|
||||
| ---------- | --------- |
|
||||
|
|
@ -2422,11 +2422,11 @@ category 对应的关键词有
|
|||
|
||||
### 子頻道 {#tian-xia-za-zhi-zi-bin-dao}
|
||||
|
||||
<Route author="TonyRL" example="/cw/sub/615" path="/cw/sub/:channel" paramsDesc={['子頻道 ID,可在 URL 中找到']} radar="1" rssbud="1" puppeteer="1"/>
|
||||
<Route author="TonyRL" example="/cw/sub/615" path="/cw/sub/:channel" paramsDesc={['子頻道 ID,可在 URL 中找到']} radar="1" puppeteer="1"/>
|
||||
|
||||
### 作者 {#tian-xia-za-zhi-zuo-zhe}
|
||||
|
||||
<Route author="TonyRL" example="/cw/author/57" path="/cw/author/:channel" paramsDesc={['作者 ID,可在 URL 中找到']} radar="1" rssbud="1" puppeteer="1"/>
|
||||
<Route author="TonyRL" example="/cw/author/57" path="/cw/author/:channel" paramsDesc={['作者 ID,可在 URL 中找到']} radar="1" puppeteer="1"/>
|
||||
|
||||
## 文汇报 {#wen-hui-bao}
|
||||
|
||||
|
|
@ -2472,7 +2472,7 @@ category 对应的关键词有
|
|||
|
||||
此路由主要补全官方 RSS 全文输出及完善分类输出。
|
||||
|
||||
<Route author="TonyRL" example="/hket/sran001" path="/hket/:category?" paramsDesc={['分类,默认为全部新闻,可在 URL 中找到,部分见下表']} radar="1" rssbud="1">
|
||||
<Route author="TonyRL" example="/hket/sran001" path="/hket/:category?" paramsDesc={['分类,默认为全部新闻,可在 URL 中找到,部分见下表']} radar="1">
|
||||
|
||||
<details>
|
||||
|
||||
|
|
@ -2550,7 +2550,7 @@ category 对应的关键词有
|
|||
|
||||
### 最新文章 {#xin-jia-qi-zhou-kan-zui-xin-wen-zhang}
|
||||
|
||||
<Route author="TonyRL" example="/weekendhk" path="/weekendhk" radar="1" rssbud="1" />
|
||||
<Route author="TonyRL" example="/weekendhk" path="/weekendhk" radar="1" />
|
||||
|
||||
## 新京报 {#xin-jing-bao}
|
||||
|
||||
|
|
@ -2618,7 +2618,7 @@ category 对应的关键词有
|
|||
|
||||
### 即時 {#xing-dao-ri-bao-ji-shi}
|
||||
|
||||
<Route author="TonyRL" example="/stheadline/std/realtime/即時" path="/stheadline/std/realtime/:category*" paramsDesc={['分類路徑,URL 中 `/realtime/` 後的部分,預設為`即時`']} radar ="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/stheadline/std/realtime/即時" path="/stheadline/std/realtime/:category*" paramsDesc={['分類路徑,URL 中 `/realtime/` 後的部分,預設為`即時`']} radar ="1"/>
|
||||
|
||||
## 星洲网 {#xing-zhou-wang}
|
||||
|
||||
|
|
@ -2651,7 +2651,7 @@ category 对应的关键词有
|
|||
|
||||
### 新闻联播 {#yang-shi-xin-wen-xin-wen-lian-bo}
|
||||
|
||||
<Route author="zengxs" example="/cctv/xwlb" path="/cctv/xwlb" radar="1" rssbud="1">
|
||||
<Route author="zengxs" example="/cctv/xwlb" path="/cctv/xwlb" radar="1">
|
||||
|
||||
新闻联播内容摘要。
|
||||
|
||||
|
|
@ -2659,7 +2659,7 @@ category 对应的关键词有
|
|||
|
||||
### 栏目 {#yang-shi-xin-wen-lan-mu}
|
||||
|
||||
<Route author="nczitzk" example="/cctv/lm/xwzk" path="/cctv/lm/:id?" paramsDesc={['栏目 id,可在对应栏目页 URL 中找到,默认为 `xwzk` 即 新闻周刊']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/cctv/lm/xwzk" path="/cctv/lm/:id?" paramsDesc={['栏目 id,可在对应栏目页 URL 中找到,默认为 `xwzk` 即 新闻周刊']} radar="1">
|
||||
|
||||
| 焦点访谈 | 等着我 | 今日说法 | 开讲啦 |
|
||||
| -------- | ------ | -------- | ------ |
|
||||
|
|
@ -2679,7 +2679,7 @@ category 对应的关键词有
|
|||
|
||||
### 新闻专题 {#yang-shi-xin-wen-xin-wen-zhuan-ti}
|
||||
|
||||
<Route author="nczitzk" example="/cctv/special/315" path="/cctv/special/:id?" paramsDesc={['专题 id,可在对应专题页 URL 中找到,默认为 `315` 即 3·15 晚会']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/cctv/special/315" path="/cctv/special/:id?" paramsDesc={['专题 id,可在对应专题页 URL 中找到,默认为 `315` 即 3·15 晚会']} radar="1">
|
||||
|
||||
:::tip
|
||||
|
||||
|
|
@ -2693,7 +2693,7 @@ category 对应的关键词有
|
|||
|
||||
### 专题 {#yang-shi-xin-wen-zhuan-ti}
|
||||
|
||||
<Route author="idealclover xyqfer" example="/cctv/world" path="/cctv/:category" paramsDesc={['分类名']} radar="1" rssbud="1">
|
||||
<Route author="idealclover xyqfer" example="/cctv/world" path="/cctv/:category" paramsDesc={['分类名']} radar="1">
|
||||
|
||||
| 新闻 | 国内 | 国际 | 社会 | 法治 | 文娱 | 科技 | 生活 | 教育 | 每周质量报告 | 新闻 1+1 |
|
||||
| ---- | ----- | ----- | ------- | ---- | ---- | ---- | ---- | ---- | ------------ | --------- |
|
||||
|
|
@ -2703,15 +2703,15 @@ category 对应的关键词有
|
|||
|
||||
### 新闻联播文字版 {#yang-shi-xin-wen-xin-wen-lian-bo-wen-zi-ban}
|
||||
|
||||
<Route author="luyuhuang" example="/xinwenlianbo/index" path="/xinwenlianbo/index" radar="1" rssbud="1"/>
|
||||
<Route author="luyuhuang" example="/xinwenlianbo/index" path="/xinwenlianbo/index" radar="1"/>
|
||||
|
||||
### 新闻联播文字版完整版 {#yang-shi-xin-wen-xin-wen-lian-bo-wen-zi-ban-wan-zheng-ban}
|
||||
|
||||
<Route author="xfangbao" example="/xwlb" path="/xwlb/index" radar="1" rssbud="1"/>
|
||||
<Route author="xfangbao" example="/xwlb" path="/xwlb/index" radar="1"/>
|
||||
|
||||
### 央视网图片《镜象》 {#yang-shi-xin-wen-yang-shi-wang-tu-pian-%E3%80%8A-jing-xiang-%E3%80%8B}
|
||||
|
||||
<Route author="nczitzk" example="/cctv/photo/jx" path="/cctv/photo/jx" radar="1" rssbud="1"/>
|
||||
<Route author="nczitzk" example="/cctv/photo/jx" path="/cctv/photo/jx" radar="1"/>
|
||||
|
||||
## 羊城晚报金羊网 {#yang-cheng-wan-bao-jin-yang-wang}
|
||||
|
||||
|
|
@ -2791,7 +2791,7 @@ category 对应的关键词有
|
|||
|
||||
### 最新 {#zhong-guo-xin-wen-wang-zui-xin}
|
||||
|
||||
<Route author="yuxinliu-alex" example="/chinanews" path="/chinanews" radar="1" rssbud="1" />
|
||||
<Route author="yuxinliu-alex" example="/chinanews" path="/chinanews" radar="1" />
|
||||
|
||||
## 中国新闻周刊 {#zhong-guo-xin-wen-zhou-kan}
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ Note: [Source website](https://gs.bjtu.edu.cn/) only provides articles in Chines
|
|||
|
||||
### ACM Online-Judge contests list {#east-china-normal-university-hua-dong-shi-fan-da-xue-acm-online-judge-contests-list}
|
||||
|
||||
<Route author="a180285" example="/ecnu/acm/contest/public" path="/ecnu/acm/contest/:category?" radar="1" rssbud="1" paramsDesc={['category is optional, default is all, use `public` for public only contests']} />
|
||||
<Route author="a180285" example="/ecnu/acm/contest/public" path="/ecnu/acm/contest/:category?" radar="1" paramsDesc={['category is optional, default is all, use `public` for public only contests']} />
|
||||
|
||||
### 研究生院 {#east-china-normal-university-hua-dong-shi-fan-da-xue-yan-jiu-sheng-yuan}
|
||||
|
||||
|
|
@ -167,27 +167,27 @@ Note: [Source website](https://gs.bjtu.edu.cn/) only provides articles in Chines
|
|||
|
||||
#### News {#university-of-massachusetts-amherst-college-of-electrical-and-computer-engineering-news}
|
||||
|
||||
<Route author="gammapi" example="/umass/amherst/ecenews" path="/umass/amherst/ecenews" radar="1" rssbud="1"/>
|
||||
<Route author="gammapi" example="/umass/amherst/ecenews" path="/umass/amherst/ecenews" radar="1"/>
|
||||
|
||||
#### Seminar {#university-of-massachusetts-amherst-college-of-electrical-and-computer-engineering-seminar}
|
||||
|
||||
<Route author="gammapi" example="/umass/amherst/eceseminar" path="/umass/amherst/eceseminar" radar="1" rssbud="1"/>
|
||||
<Route author="gammapi" example="/umass/amherst/eceseminar" path="/umass/amherst/eceseminar" radar="1"/>
|
||||
|
||||
Note:[Source website](https://ece.umass.edu/seminar) may be empty when there's no upcoming seminars. This is normal and will cause rsshub fail to fetch this feed.
|
||||
|
||||
### College of Information & Computer Sciences News {#university-of-massachusetts-amherst-college-of-information-computer-sciences-news}
|
||||
|
||||
<Route author="gammapi" example="/umass/amherst/csnews" path="/umass/amherst/csnews" radar="1" rssbud="1"/>
|
||||
<Route author="gammapi" example="/umass/amherst/csnews" path="/umass/amherst/csnews" radar="1"/>
|
||||
|
||||
### International Programs Office {#university-of-massachusetts-amherst-international-programs-office}
|
||||
|
||||
#### Events {#university-of-massachusetts-amherst-international-programs-office-events}
|
||||
|
||||
<Route author="gammapi" example="/umass/amherst/ipostories" path="/umass/amherst/ipostories" radar="1" rssbud="1"/>
|
||||
<Route author="gammapi" example="/umass/amherst/ipostories" path="/umass/amherst/ipostories" radar="1"/>
|
||||
|
||||
#### Featured Stories {#university-of-massachusetts-amherst-international-programs-office-featured-stories}
|
||||
|
||||
<Route author="gammapi" example="/umass/amherst/ipoevents" path="/umass/amherst/ipoevents" radar="1" rssbud="1"/>
|
||||
<Route author="gammapi" example="/umass/amherst/ipoevents" path="/umass/amherst/ipoevents" radar="1"/>
|
||||
|
||||
## University of Texas at Dallas {#university-of-texas-at-dallas}
|
||||
|
||||
|
|
@ -283,7 +283,7 @@ Note:[Source website](https://ece.umass.edu/seminar) may be empty when there's
|
|||
|
||||
### 信科公告通知 {#bei-jing-da-xue-xin-ke-gong-gao-tong-zhi}
|
||||
|
||||
<Route author="Ir1d" example="/pku/eecs/0" path="/pku/eecs/:type" paramsDesc={['分区 type,可在网页 URL 中找到']} radar="1" rssbud="1">
|
||||
<Route author="Ir1d" example="/pku/eecs/0" path="/pku/eecs/:type" paramsDesc={['分区 type,可在网页 URL 中找到']} radar="1">
|
||||
|
||||
| 全部 | 学院通知 | 人事通知 | 教务通知 | 学工通知 | 科研通知 | 财务通知 | 工会通知 | 院友通知 |
|
||||
| ---- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |
|
||||
|
|
@ -293,19 +293,19 @@ Note:[Source website](https://ece.umass.edu/seminar) may be empty when there's
|
|||
|
||||
### 每周一推 - 中国政治学研究中心 {#bei-jing-da-xue-mei-zhou-yi-tui-zhong-guo-zheng-zhi-xue-yan-jiu-zhong-xin}
|
||||
|
||||
<Route author="vhxubo" example="/pku/rccp/mzyt" path="/pku/rccp/mzyt" radar="1" rssbud="1"/>
|
||||
<Route author="vhxubo" example="/pku/rccp/mzyt" path="/pku/rccp/mzyt" radar="1"/>
|
||||
|
||||
### 生命科学学院近期讲座 {#bei-jing-da-xue-sheng-ming-ke-xue-xue-yuan-jin-qi-jiang-zuo}
|
||||
|
||||
<Route author="TPOB" example="/pku/cls/lecture" path="/pku/cls/lecture" radar="1" rssbud="1"/>
|
||||
<Route author="TPOB" example="/pku/cls/lecture" path="/pku/cls/lecture" radar="1"/>
|
||||
|
||||
### 生命科学学院通知公告 {#bei-jing-da-xue-sheng-ming-ke-xue-xue-yuan-tong-zhi-gong-gao}
|
||||
|
||||
<Route author="william-swl" example="/pku/cls/announcement" path="/pku/cls/announcement" radar="1" rssbud="1"/>
|
||||
<Route author="william-swl" example="/pku/cls/announcement" path="/pku/cls/announcement" radar="1"/>
|
||||
|
||||
### 北大未名 BBS 全站十大 {#bei-jing-da-xue-bei-da-wei-ming-bbs-quan-zhan-shi-da}
|
||||
|
||||
<Route author="wooddance" example="/pku/bbs/hot" path="/pku/bbs/hot" radar="1" rssbud="1">
|
||||
<Route author="wooddance" example="/pku/bbs/hot" path="/pku/bbs/hot" radar="1">
|
||||
|
||||
:::warning
|
||||
|
||||
|
|
@ -317,7 +317,7 @@ Note:[Source website](https://ece.umass.edu/seminar) may be empty when there's
|
|||
|
||||
### 学生就业指导服务中心 {#bei-jing-da-xue-xue-sheng-jiu-ye-zhi-dao-fu-wu-zhong-xin}
|
||||
|
||||
<Route author="DylanXie123" example="/pku/scc/recruit/zpxx" path="/pku/scc/recruit/:type?" paramsDesc={['分区,见下表,默认请求 `tzgg`']} radar="1" rssbud="1">
|
||||
<Route author="DylanXie123" example="/pku/scc/recruit/zpxx" path="/pku/scc/recruit/:type?" paramsDesc={['分区,见下表,默认请求 `tzgg`']} radar="1">
|
||||
|
||||
| xwrd | tzgg | zpxx | gfjgxx | sxxx | cyxx |
|
||||
| -------- | -------- | -------- | ------------ | -------- | -------- |
|
||||
|
|
@ -327,7 +327,7 @@ Note:[Source website](https://ece.umass.edu/seminar) may be empty when there's
|
|||
|
||||
### 人事处 {#bei-jing-da-xue-ren-shi-chu}
|
||||
|
||||
<Route author="nczitzk" example="/pku/hr" path="/pku/hr/:category?" paramsDesc={['分类,见下方说明,默认为首页最新公告']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/pku/hr" path="/pku/hr/:category?" paramsDesc={['分类,见下方说明,默认为首页最新公告']} radar="1">
|
||||
|
||||
:::tip
|
||||
|
||||
|
|
@ -341,23 +341,23 @@ Note:[Source website](https://ece.umass.edu/seminar) may be empty when there's
|
|||
|
||||
### 研究生招生网 {#bei-jing-da-xue-yan-jiu-sheng-zhao-sheng-wang}
|
||||
|
||||
<Route author="shengmaosu" example="/pku/admission/sszs" path="/pku/admission/sszs" radar="1" rssbud="1"/>
|
||||
<Route author="shengmaosu" example="/pku/admission/sszs" path="/pku/admission/sszs" radar="1"/>
|
||||
|
||||
### 观点 - 国家发展研究院 {#bei-jing-da-xue-guan-dian-guo-jia-fa-zhan-yan-jiu-yuan}
|
||||
|
||||
<Route author="MisLink" example="/pku/nsd/gd" path="/pku/nsd/gd" radar="1" rssbud="1"/>
|
||||
<Route author="MisLink" example="/pku/nsd/gd" path="/pku/nsd/gd" radar="1"/>
|
||||
|
||||
### 软件与微电子学院 - 通知公告 {#bei-jing-da-xue-ruan-jian-yu-wei-dian-zi-xue-yuan-tong-zhi-gong-gao}
|
||||
|
||||
<Route author="legr4ndk" example="/pku/ss/notices" path="/pku/ss/notices" radar="1" rssbud="1"/>
|
||||
<Route author="legr4ndk" example="/pku/ss/notices" path="/pku/ss/notices" radar="1"/>
|
||||
|
||||
### 软件与微电子学院 - 招生通知 {#bei-jing-da-xue-ruan-jian-yu-wei-dian-zi-xue-yuan-zhao-sheng-tong-zhi}
|
||||
|
||||
<Route author="legr4ndk" example="/pku/ss/admission" path="/pku/ss/admission" radar="1" rssbud="1"/>
|
||||
<Route author="legr4ndk" example="/pku/ss/admission" path="/pku/ss/admission" radar="1"/>
|
||||
|
||||
### 软件与微电子学院 - 硕士统考招生通知 {#bei-jing-da-xue-ruan-jian-yu-wei-dian-zi-xue-yuan-shuo-shi-tong-kao-zhao-sheng-tong-zhi}
|
||||
|
||||
<Route author="legr4ndk" example="/pku/ss/pgadmin" path="/pku/ss/pgadmin" radar="1" rssbud="1"/>
|
||||
<Route author="legr4ndk" example="/pku/ss/pgadmin" path="/pku/ss/pgadmin" radar="1"/>
|
||||
|
||||
## 北京航空航天大学 {#bei-jing-hang-kong-hang-tian-da-xue}
|
||||
|
||||
|
|
@ -1460,7 +1460,7 @@ category 列表:
|
|||
|
||||
### 研究生院 {#ha-er-bin-gong-cheng-da-xue-yan-jiu-sheng-yuan}
|
||||
|
||||
<Route author="Derekmini XYenon" example="/hrbeu/yjsy/list/2981" path="/hrbeu/yjsy/list/:id" paramsDesc={['栏目编号,由 `URL` 中获取。']} radar="1" rssbud="1">
|
||||
<Route author="Derekmini XYenon" example="/hrbeu/yjsy/list/2981" path="/hrbeu/yjsy/list/:id" paramsDesc={['栏目编号,由 `URL` 中获取。']} radar="1">
|
||||
|
||||
| 通知公告 | 新闻动态 | 学籍注册 | 奖助学金 | 其他 |
|
||||
| :------: | :------: | :------: | :------: | :--: |
|
||||
|
|
@ -1470,7 +1470,7 @@ category 列表:
|
|||
|
||||
### 就业服务平台 {#ha-er-bin-gong-cheng-da-xue-jiu-ye-fu-wu-ping-tai}
|
||||
|
||||
<Route author="Derekmini" example="/hrbeu/job/list/tzgg" path="/hrbeu/job/list/:id" paramsDesc={['栏目,如下表']} radar="1" rssbud="1">
|
||||
<Route author="Derekmini" example="/hrbeu/job/list/tzgg" path="/hrbeu/job/list/:id" paramsDesc={['栏目,如下表']} radar="1">
|
||||
|
||||
| 通知公告 | 热点新闻 |
|
||||
| :------: | :------: |
|
||||
|
|
@ -1480,19 +1480,19 @@ category 列表:
|
|||
|
||||
#### 大型招聘会 {#ha-er-bin-gong-cheng-da-xue-jiu-ye-fu-wu-ping-tai-da-xing-zhao-pin-hui}
|
||||
|
||||
<Route author="Derekmini" example="/hrbeu/job/bigemploy" path="/hrbeu/job/bigemploy" radar="1" rssbud="1">
|
||||
<Route author="Derekmini" example="/hrbeu/job/bigemploy" path="/hrbeu/job/bigemploy" radar="1">
|
||||
|
||||
</Route>
|
||||
|
||||
#### 今日招聘会 {#ha-er-bin-gong-cheng-da-xue-jiu-ye-fu-wu-ping-tai-jin-ri-zhao-pin-hui}
|
||||
|
||||
<Route author="Derekmini" example="/hrbeu/job/calendar" path="/hrbeu/job/calendar" radar="1" rssbud="1">
|
||||
<Route author="Derekmini" example="/hrbeu/job/calendar" path="/hrbeu/job/calendar" radar="1">
|
||||
|
||||
</Route>
|
||||
|
||||
### 工学新闻 {#ha-er-bin-gong-cheng-da-xue-gong-xue-xin-wen}
|
||||
|
||||
<Route author="Derekmini XYenon" example="/hrbeu/gx/list/xw/yw" path="/hrbeu/gx/:type/:column/:id?" paramsDesc={['页面类型,如 `新闻 - 要闻` 页面为 `list` 类型,`新闻 - 专题策划` 页面为 `card` 类型,通过直接观察页面来判断;','主栏,如 `新闻:xw`,由 `URL` 中获取;','次栏,如 `要闻:yw`,如果次栏存在,则为必选,由 `URL` 中获取。']} radar="1" rssbud="1">
|
||||
<Route author="Derekmini XYenon" example="/hrbeu/gx/list/xw/yw" path="/hrbeu/gx/:type/:column/:id?" paramsDesc={['页面类型,如 `新闻 - 要闻` 页面为 `list` 类型,`新闻 - 专题策划` 页面为 `card` 类型,通过直接观察页面来判断;','主栏,如 `新闻:xw`,由 `URL` 中获取;','次栏,如 `要闻:yw`,如果次栏存在,则为必选,由 `URL` 中获取。']} radar="1">
|
||||
|
||||
| 新闻 | 新闻 - 要闻 | 新闻 - 专题策划 | 其他 |
|
||||
| :------: | :---------: | :-------------: | :--: |
|
||||
|
|
@ -1502,7 +1502,7 @@ category 列表:
|
|||
|
||||
### 水声工程学院 {#ha-er-bin-gong-cheng-da-xue-shui-sheng-gong-cheng-xue-yuan}
|
||||
|
||||
<Route author="Derekmini" example="/hrbeu/uae/xwdt" path="/hrbeu/uae/:id" paramsDesc={['栏目编号,在 `URL` 中获取,如果有多级编号,将 `/` 替换为 `-`。']} radar="1" rssbud="1">
|
||||
<Route author="Derekmini" example="/hrbeu/uae/xwdt" path="/hrbeu/uae/:id" paramsDesc={['栏目编号,在 `URL` 中获取,如果有多级编号,将 `/` 替换为 `-`。']} radar="1">
|
||||
|
||||
| 新闻动态 | 通知公告 | 科学研究/科研动态 |
|
||||
| :------: | :------: | :------------: |
|
||||
|
|
@ -1520,11 +1520,11 @@ category 列表:
|
|||
|
||||
### 教务处通知公告 {#ha-er-bin-gong-ye-da-xue-jiao-wu-chu-tong-zhi-gong-gao}
|
||||
|
||||
<Route author="lty96117" example="/hit/jwc" path="/hit/jwc" radar="1" rssbud="1"/>
|
||||
<Route author="lty96117" example="/hit/jwc" path="/hit/jwc" radar="1"/>
|
||||
|
||||
### 今日哈工大 {#ha-er-bin-gong-ye-da-xue-jin-ri-ha-gong-da}
|
||||
|
||||
<Route author="ranpox" example="/hit/today/10" path="/hit/today/:category" paramsDesc={['分类编号,`10`为公告公示,`11`为新闻快讯,同时支持详细分类,使用方法见下']} radar="1" rssbud="1">
|
||||
<Route author="ranpox" example="/hit/today/10" path="/hit/today/:category" paramsDesc={['分类编号,`10`为公告公示,`11`为新闻快讯,同时支持详细分类,使用方法见下']} radar="1">
|
||||
|
||||
:::tip
|
||||
|
||||
|
|
@ -1543,7 +1543,7 @@ category 列表:
|
|||
|
||||
### 研究生院通知公告 {#ha-er-bin-gong-ye-da-xue-yan-jiu-sheng-yuan-tong-zhi-gong-gao}
|
||||
|
||||
<Route author="hlmu" example="/hit/hitgs" path="/hit/hitgs" radar="1" rssbud="1"/>
|
||||
<Route author="hlmu" example="/hit/hitgs" path="/hit/hitgs" radar="1"/>
|
||||
|
||||
## 哈尔滨工业大学(深圳) {#ha-er-bin-gong-ye-da-xue-shen-zhen}
|
||||
|
||||
|
|
@ -1561,7 +1561,7 @@ category 列表:
|
|||
|
||||
### 今日工大 - 通知公告 {#ha-er-bin-gong-ye-da-xue-wei-hai-jin-ri-gong-da-tong-zhi-gong-gao}
|
||||
|
||||
<Route author="raptazure" example="/hitwh/today" path="/hitwh/today" radar="1" rssbud="1"/>
|
||||
<Route author="raptazure" example="/hitwh/today" path="/hitwh/today" radar="1"/>
|
||||
|
||||
## 哈尔滨理工大学 {#ha-er-bin-li-gong-da-xue}
|
||||
|
||||
|
|
@ -1585,11 +1585,11 @@ category 列表:
|
|||
|
||||
### 计算机学院 - 通知公告 {#hang-zhou-dian-zi-ke-ji-da-xue-ji-suan-ji-xue-yuan-tong-zhi-gong-gao}
|
||||
|
||||
<Route author="legr4ndk" example="/hdu/cs" path="/hdu/cs" radar="1" rssbud="1"/>
|
||||
<Route author="legr4ndk" example="/hdu/cs" path="/hdu/cs" radar="1"/>
|
||||
|
||||
### 计算机学院 - 研究生通知 {#hang-zhou-dian-zi-ke-ji-da-xue-ji-suan-ji-xue-yuan-yan-jiu-sheng-tong-zhi}
|
||||
|
||||
<Route author="legr4ndk" example="/hdu/cs/pg" path="/hdu/cs/pg" radar="1" rssbud="1"/>
|
||||
<Route author="legr4ndk" example="/hdu/cs/pg" path="/hdu/cs/pg" radar="1"/>
|
||||
|
||||
## 合肥工业大学 {#he-fei-gong-ye-da-xue}
|
||||
|
||||
|
|
@ -1611,7 +1611,7 @@ category 列表:
|
|||
|
||||
### 河南财政金融学院 {#he-nan-cai-zheng-jin-rong-xue-yuan-he-nan-cai-zheng-jin-rong-xue-yuan}
|
||||
|
||||
<Route author="WenPeiTung" example="/hafu/news/ggtz" path="/hafu/news/:type?" radar="1" rssbud="1" paramsDesc={['分类,见下表(默认为 `ggtz`)']}>
|
||||
<Route author="WenPeiTung" example="/hafu/news/ggtz" path="/hafu/news/:type?" radar="1" paramsDesc={['分类,见下表(默认为 `ggtz`)']}>
|
||||
|
||||
| 校内公告通知 | 教务处公告通知 | 招生就业处公告通知 |
|
||||
| ------------ | -------------- | ------------------ |
|
||||
|
|
@ -1659,7 +1659,7 @@ category 列表:
|
|||
|
||||
### 新闻中心 {#hu-bei-gong-ye-da-xue-xin-wen-zhong-xin}
|
||||
|
||||
<Route author="Lava-Swimmer" example="/hbut/news/tzgg" path="/hbut/news/:type" radar="1" rssbud="1" paramsDesc={['分类']}>
|
||||
<Route author="Lava-Swimmer" example="/hbut/news/tzgg" path="/hbut/news/:type" radar="1" paramsDesc={['分类']}>
|
||||
|
||||
| 通知公告 | 湖工要闻 | 学术活动 | 媒体湖工大 | 综合新闻 | 湖工故事 |
|
||||
| -------- | -------- | -------- | ---------- | -------- | -------- |
|
||||
|
|
@ -1669,7 +1669,7 @@ category 列表:
|
|||
|
||||
### 计算机学院 {#hu-bei-gong-ye-da-xue-ji-suan-ji-xue-yuan}
|
||||
|
||||
<Route author="Lava-Swimmer" example="/hbut/cs/xwdt" path="/hbut/cs/:type" radar="1" rssbud="1" paramsDesc={['分类']}>
|
||||
<Route author="Lava-Swimmer" example="/hbut/cs/xwdt" path="/hbut/cs/:type" radar="1" paramsDesc={['分类']}>
|
||||
|
||||
| 新闻动态 | 通知公告 | 教学信息 | 科研动态 | 党建活动 |
|
||||
| -------- | -------- | -------- | -------- | -------- |
|
||||
|
|
@ -1776,7 +1776,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 学校通知 {#hua-bei-shui-li-shui-dian-da-xue-xue-xiao-tong-zhi}
|
||||
|
||||
<Route author="vuhe" example="/ncwu/notice" path="/ncwu/notice" radar="1" rssbud="1"/>
|
||||
<Route author="vuhe" example="/ncwu/notice" path="/ncwu/notice" radar="1"/>
|
||||
|
||||
## 华东理工大学 {#hua-dong-li-gong-da-xue}
|
||||
|
||||
|
|
@ -1786,7 +1786,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 继续教育学院 - 学院公告 {#hua-dong-li-gong-da-xue-ji-xu-jiao-yu-xue-yuan-xue-yuan-gong-gao}
|
||||
|
||||
<Route author="jialinghui" example="/ecust/jxjy/news" path="/ecust/jxjy/news" radar="1" rssbud="1" />
|
||||
<Route author="jialinghui" example="/ecust/jxjy/news" path="/ecust/jxjy/news" radar="1" />
|
||||
|
||||
### 本科教务处信息网 {#hua-dong-li-gong-da-xue-ben-ke-jiao-wu-chu-xin-xi-wang}
|
||||
|
||||
|
|
@ -2284,7 +2284,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 教务处 {#nan-jing-li-gong-da-xue-jiao-wu-chu}
|
||||
|
||||
<Route author="MilkShakeYoung jasongzy" example="/njust/jwc/xstz" path="/njust/jwc/:type?" paramsDesc={['分类名,见下表,默认为学生通知']} radar="1" rssbud="1" puppeteer="1">
|
||||
<Route author="MilkShakeYoung jasongzy" example="/njust/jwc/xstz" path="/njust/jwc/:type?" paramsDesc={['分类名,见下表,默认为学生通知']} radar="1" puppeteer="1">
|
||||
|
||||
| 教师通知 | 学生通知 | 新闻 | 学院动态 |
|
||||
| -------- | -------- | ---- | -------- |
|
||||
|
|
@ -2294,7 +2294,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 财务处 {#nan-jing-li-gong-da-xue-cai-wu-chu}
|
||||
|
||||
<Route author="MilkShakeYoung jasongzy" example="/njust/cwc/tzgg" path="/njust/cwc/:type?" paramsDesc={['分类名,见下表,默认为通知公告']} radar="1" rssbud="1" puppeteer="1">
|
||||
<Route author="MilkShakeYoung jasongzy" example="/njust/cwc/tzgg" path="/njust/cwc/:type?" paramsDesc={['分类名,见下表,默认为通知公告']} radar="1" puppeteer="1">
|
||||
|
||||
| 通知公告 | 办事流程 |
|
||||
| -------- | -------- |
|
||||
|
|
@ -2304,7 +2304,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 研究生院 {#nan-jing-li-gong-da-xue-yan-jiu-sheng-yuan}
|
||||
|
||||
<Route author="MilkShakeYoung jasongzy" example="/njust/gs/sytzgg_4568" path="/njust/gs/:type?" paramsDesc={['分类 ID,部分示例参数见下表,默认为首页通知公告,其他分类 ID 可以从网站 URL Path 中找到,如国际交流为 `gjjl`']} radar="1" rssbud="1" puppeteer="1">
|
||||
<Route author="MilkShakeYoung jasongzy" example="/njust/gs/sytzgg_4568" path="/njust/gs/:type?" paramsDesc={['分类 ID,部分示例参数见下表,默认为首页通知公告,其他分类 ID 可以从网站 URL Path 中找到,如国际交流为 `gjjl`']} radar="1" puppeteer="1">
|
||||
|
||||
| 首页通知公告 | 首页新闻动态 | 最新通知 | 招生信息 | 培养信息 | 学术活动 |
|
||||
| ------------ | ------------ | -------- | -------- | -------- | -------- |
|
||||
|
|
@ -2314,7 +2314,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 电光学院 {#nan-jing-li-gong-da-xue-dian-guang-xue-yuan}
|
||||
|
||||
<Route author="jasongzy" example="/njust/eoe/tzgg" path="/njust/eoe/:type?" paramsDesc={['分类名,见下表,默认为通知公告']} radar="1" rssbud="1" puppeteer="1">
|
||||
<Route author="jasongzy" example="/njust/eoe/tzgg" path="/njust/eoe/:type?" paramsDesc={['分类名,见下表,默认为通知公告']} radar="1" puppeteer="1">
|
||||
|
||||
| 通知公告 | 新闻动态 |
|
||||
| -------- | -------- |
|
||||
|
|
@ -2324,7 +2324,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 电光学院研学网 {#nan-jing-li-gong-da-xue-dian-guang-xue-yuan-yan-xue-wang}
|
||||
|
||||
<Route author="jasongzy" example="/njust/dgxg/gstz" path="/njust/dgxg/:type?" paramsDesc={['分类名,见下表,默认为公示通知']} radar="1" rssbud="1" puppeteer="1">
|
||||
<Route author="jasongzy" example="/njust/dgxg/gstz" path="/njust/dgxg/:type?" paramsDesc={['分类名,见下表,默认为公示通知']} radar="1" puppeteer="1">
|
||||
|
||||
| 公示通知 | 学术文化 | 就业指导 |
|
||||
| -------- | -------- | -------- |
|
||||
|
|
@ -2334,7 +2334,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 电光学院年级网站 {#nan-jing-li-gong-da-xue-dian-guang-xue-yuan-nian-ji-wang-zhan}
|
||||
|
||||
<Route author="jasongzy" example="/njust/eo/17/tz" path="/njust/eo/:grade?/:type?" paramsDesc={['年级,见下表,默认为本科 2017 级,未列出的年级所对应的参数可以从级网二级页面的 URL Path 中找到,例如:本科 2020 级为 `_t1316`', '类别,见下表,默认为年级通知(通知公告),未列出的类别所对应的参数可以从级网二级页面的 URL Path 中找到,例如:电光 20 的通知公告为 `tzgg_12969`']} radar="1" rssbud="1" puppeteer="1">
|
||||
<Route author="jasongzy" example="/njust/eo/17/tz" path="/njust/eo/:grade?/:type?" paramsDesc={['年级,见下表,默认为本科 2017 级,未列出的年级所对应的参数可以从级网二级页面的 URL Path 中找到,例如:本科 2020 级为 `_t1316`', '类别,见下表,默认为年级通知(通知公告),未列出的类别所对应的参数可以从级网二级页面的 URL Path 中找到,例如:电光 20 的通知公告为 `tzgg_12969`']} radar="1" puppeteer="1">
|
||||
|
||||
`grade` 列表:
|
||||
|
||||
|
|
@ -2414,7 +2414,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 南信大信息公告栏 {#nan-jing-xin-xi-gong-cheng-da-xue-nan-xin-da-xin-xi-gong-gao-lan}
|
||||
|
||||
<Route author="gylidian" example="/nuist/bulletin/791" path="/nuist/bulletin/:category?" paramsDesc={['默认为 `791`']} radar="1" rssbud="1">
|
||||
<Route author="gylidian" example="/nuist/bulletin/791" path="/nuist/bulletin/:category?" paramsDesc={['默认为 `791`']} radar="1">
|
||||
|
||||
| 全部 | 文件公告 | 学术报告 | 招标信息 | 会议通知 | 党政事务 | 组织人事 |
|
||||
| ---- | -------- | -------- | -------- | -------- | -------- | -------- |
|
||||
|
|
@ -2434,7 +2434,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### NUIST CS(南信大计软院) {#nan-jing-xin-xi-gong-cheng-da-xue-nuist-cs-nan-xin-da-ji-ruan-yuan}
|
||||
|
||||
<Route author="gylidian" example="/nuist/scs/xwkx" path="/nuist/scs/:category?" paramsDesc={['默认为新闻快讯']} radar="1" rssbud="1">
|
||||
<Route author="gylidian" example="/nuist/scs/xwkx" path="/nuist/scs/:category?" paramsDesc={['默认为新闻快讯']} radar="1">
|
||||
|
||||
| 新闻快讯 | 通知公告 | 教务信息 | 科研动态 | 学子风采 |
|
||||
| -------- | -------- | -------- | -------- | -------- |
|
||||
|
|
@ -2444,7 +2444,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 教务处 {#nan-jing-xin-xi-gong-cheng-da-xue-jiao-wu-chu}
|
||||
|
||||
<Route author="gylidian" example="/nuist/jwc/jxyw" path="/nuist/jwc/:category?" paramsDesc={['默认为教学要闻']} radar="1" rssbud="1">
|
||||
<Route author="gylidian" example="/nuist/jwc/jxyw" path="/nuist/jwc/:category?" paramsDesc={['默认为教学要闻']} radar="1">
|
||||
|
||||
| 教学要闻 | 学院教学 | 教务管理 | 教学研究 | 教务管理 | 教材建设 | 考试中心 |
|
||||
| -------- | -------- | -------- | -------- | -------- | -------- | -------- |
|
||||
|
|
@ -2478,7 +2478,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### NUIST ESE(南信大环科院) {#nan-jing-xin-xi-gong-cheng-da-xue-nuist-ese-nan-xin-da-huan-ke-yuan}
|
||||
|
||||
<Route author="gylidian" example="/nuist/sese/tzgg1" path="/nuist/sese/:category?" paramsDesc={['默认为通知公告']} radar="1" rssbud="1">
|
||||
<Route author="gylidian" example="/nuist/sese/tzgg1" path="/nuist/sese/:category?" paramsDesc={['默认为通知公告']} radar="1">
|
||||
|
||||
| 通知公告 | 新闻快讯 | 学术动态 | 学生工作 | 研究生教育 | 本科教育 |
|
||||
| -------- | -------- | -------- | -------- | ---------- | -------- |
|
||||
|
|
@ -2488,7 +2488,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### NUIST AS(南信大大气科学学院) {#nan-jing-xin-xi-gong-cheng-da-xue-nuist-as-nan-xin-da-da-qi-ke-xue-xue-yuan}
|
||||
|
||||
<Route author="gylidian" example="/nuist/cas/xxgg" path="/nuist/cas/:category?" paramsDesc={['默认为信息公告']} radar="1" rssbud="1">
|
||||
<Route author="gylidian" example="/nuist/cas/xxgg" path="/nuist/cas/:category?" paramsDesc={['默认为信息公告']} radar="1">
|
||||
|
||||
| 信息公告 | 新闻快讯 | 科学研究 | 网上公示 | 本科教育 | 研究生教育 |
|
||||
| -------- | -------- | -------- | -------- | -------- | ---------- |
|
||||
|
|
@ -2596,7 +2596,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 软件学院通知 {#shan-dong-da-xue-ruan-jian-xue-yuan-tong-zhi}
|
||||
|
||||
<Route author="Ji4n1ng" example="/sdu/sc/0" path="/sdu/sc/:type?" paramsDesc={['默认为 `0`']} radar="1" rssbud="1">
|
||||
<Route author="Ji4n1ng" example="/sdu/sc/0" path="/sdu/sc/:type?" paramsDesc={['默认为 `0`']} radar="1">
|
||||
|
||||
| 通知公告 | 学术动态 | 本科教育 | 研究生教育 |
|
||||
| -------- | -------- | -------- | ---------- |
|
||||
|
|
@ -2606,7 +2606,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 材料科学与工程学院通知 {#shan-dong-da-xue-cai-liao-ke-xue-yu-gong-cheng-xue-yuan-tong-zhi}
|
||||
|
||||
<Route author="Ji4n1ng" example="/sdu/cmse/0" path="/sdu/cmse/:type?" paramsDesc={['默认为 `0`']} radar="1" rssbud="1">
|
||||
<Route author="Ji4n1ng" example="/sdu/cmse/0" path="/sdu/cmse/:type?" paramsDesc={['默认为 `0`']} radar="1">
|
||||
|
||||
| 通知公告 | 学院新闻 | 本科生教育 | 研究生教育 | 学术动态 |
|
||||
| -------- | -------- | ---------- | ---------- | -------- |
|
||||
|
|
@ -2616,7 +2616,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 机械工程学院通知 {#shan-dong-da-xue-ji-xie-gong-cheng-xue-yuan-tong-zhi}
|
||||
|
||||
<Route author="Ji4n1ng" example="/sdu/mech/0" path="/sdu/mech/:type?" paramsDesc={['默认为 `0`']} radar="1" rssbud="1">
|
||||
<Route author="Ji4n1ng" example="/sdu/mech/0" path="/sdu/mech/:type?" paramsDesc={['默认为 `0`']} radar="1">
|
||||
|
||||
| 通知公告 | 院所新闻 | 教学信息 | 学术动态 | 学院简报 |
|
||||
| -------- | -------- | -------- | -------- | -------- |
|
||||
|
|
@ -2626,7 +2626,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 能源与动力工程学院通知 {#shan-dong-da-xue-neng-yuan-yu-dong-li-gong-cheng-xue-yuan-tong-zhi}
|
||||
|
||||
<Route author="Ji4n1ng" example="/sdu/epe/0" path="/sdu/epe/:type?" paramsDesc={['默认为 `0`']} radar="1" rssbud="1">
|
||||
<Route author="Ji4n1ng" example="/sdu/epe/0" path="/sdu/epe/:type?" paramsDesc={['默认为 `0`']} radar="1">
|
||||
|
||||
| 学院动态 | 通知公告 | 学术论坛 |
|
||||
| -------- | -------- | -------- |
|
||||
|
|
@ -2636,7 +2636,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 计算机科学与技术学院通知 {#shan-dong-da-xue-ji-suan-ji-ke-xue-yu-ji-shu-xue-yuan-tong-zhi}
|
||||
|
||||
<Route author="suxb201" example="/sdu/cs/0" path="/sdu/cs/:type?" paramsDesc={['默认为 `0`']} radar="1" rssbud="1">
|
||||
<Route author="suxb201" example="/sdu/cs/0" path="/sdu/cs/:type?" paramsDesc={['默认为 `0`']} radar="1">
|
||||
|
||||
| 学院公告 | 学术报告 | 科技简讯 |
|
||||
| -------- | -------- | -------- |
|
||||
|
|
@ -2648,7 +2648,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 新闻网 {#shan-dong-da-xue-wei-hai-xin-wen-wang}
|
||||
|
||||
<Route author="kxxt" example="/sdu/wh/news/xyyw" path="/sdu/wh/news/:column?" paramsDesc={['专栏名称,默认为校园要闻(`xyyw`)']} radar="1" rssbud="1">
|
||||
<Route author="kxxt" example="/sdu/wh/news/xyyw" path="/sdu/wh/news/:column?" paramsDesc={['专栏名称,默认为校园要闻(`xyyw`)']} radar="1">
|
||||
|
||||
| 校园要闻 | 学生动态 | 综合新闻 | 山大视点 | 菁菁校园 | 校园简讯 | 玛珈之窗 | 热点专题 | 媒体视角 | 高教视野 | 理论学习 |
|
||||
| -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |
|
||||
|
|
@ -2658,7 +2658,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 教务处 {#shan-dong-da-xue-wei-hai-jiao-wu-chu}
|
||||
|
||||
<Route author="kxxt" example="/sdu/wh/jwc/gztz" path="/sdu/wh/jwc/:column?" paramsDesc={['专栏名称,默认为工作通知(`gztz`)']} radar="1" rssbud="1">
|
||||
<Route author="kxxt" example="/sdu/wh/jwc/gztz" path="/sdu/wh/jwc/:column?" paramsDesc={['专栏名称,默认为工作通知(`gztz`)']} radar="1">
|
||||
|
||||
| 规章制度 | 专业建设 | 实践教学 | 支部风采 | 服务指南 | 教务要闻 | 工作通知 | 教务简报 | 常用下载 |
|
||||
| -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |
|
||||
|
|
@ -2710,7 +2710,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 新闻网与学院通知 {#shang-hai-dian-li-da-xue-xin-wen-wang-yu-xue-yuan-tong-zhi}
|
||||
|
||||
<Route author="gumibea TeamSUEP" example="/shiep/news/notice" path="/shiep/:type/:id?" paramsDesc={['类型名称,见下表', '页面 ID,默认为通知公告或学院公告所对应的 ID']} radar="1" rssbud="1">
|
||||
<Route author="gumibea TeamSUEP" example="/shiep/news/notice" path="/shiep/:type/:id?" paramsDesc={['类型名称,见下表', '页面 ID,默认为通知公告或学院公告所对应的 ID']} radar="1">
|
||||
|
||||
类型名称与默认 ID:
|
||||
|
||||
|
|
@ -3028,7 +3028,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 教务处 {#su-zhou-ke-ji-da-xue-jiao-wu-chu}
|
||||
|
||||
<Route author="Fatpandac" example="/usts/jwch" path="/usts/jwch/:type?" paramsDesc={['类型,默认为教务动态']} rssbud="1" radar="1">
|
||||
<Route author="Fatpandac" example="/usts/jwch" path="/usts/jwch/:type?" paramsDesc={['类型,默认为教务动态']} radar="1">
|
||||
|
||||
| 类型 | 教务动态 | 公告在线 | 选课通知 |
|
||||
| ---- | -------- | -------- | -------- |
|
||||
|
|
@ -3040,7 +3040,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 通知公告 {#tai-yuan-shi-fan-xue-yuan-tong-zhi-gong-gao}
|
||||
|
||||
<Route author="2PoL" example="/tynu" path="/tynu" rssbud="1" radar="1"/>
|
||||
<Route author="2PoL" example="/tynu" path="/tynu" radar="1"/>
|
||||
|
||||
## 同济大学 {#tong-ji-da-xue}
|
||||
|
||||
|
|
@ -3128,7 +3128,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 新闻网 {#wu-han-da-xue-xin-wen-wang}
|
||||
|
||||
<Route author="SChen1024 nczitzk" example="/whu/news" path="/whu/news/:category?" paramsDesc={['分类,见下表,默认为 `wdzx/wdyw`, 即 **武大要闻**']} radar="1" rssbud="1">
|
||||
<Route author="SChen1024 nczitzk" example="/whu/news" path="/whu/news/:category?" paramsDesc={['分类,见下表,默认为 `wdzx/wdyw`, 即 **武大要闻**']} radar="1">
|
||||
|
||||
| 武大资讯 | 武大要闻 | 综合新闻 | 合作交流 | 一线传真 |
|
||||
| --------- | --------- | --------- | --------- | --------- |
|
||||
|
|
@ -3189,7 +3189,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 弘毅学堂 {#wu-han-da-xue-hong-yi-xue-tang}
|
||||
|
||||
<Route author="nczitzk" example="/whu/hyxt" path="/whu/hyxt/:category?" paramsDesc={['分类,见下表,默认为 `xwdt`, 即 **新闻动态**']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/whu/hyxt" path="/whu/hyxt/:category?" paramsDesc={['分类,见下表,默认为 `xwdt`, 即 **新闻动态**']} radar="1">
|
||||
|
||||
| 新闻动态 | 通知公告 | 学子风采 | 学术论坛 |
|
||||
| -------- | -------- | -------- | -------- |
|
||||
|
|
@ -3258,7 +3258,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 教务处 {#xi-an-cai-jing-da-xue-jiao-wu-chu}
|
||||
|
||||
<Route author="shaokeyibb" example="/xaufe/jiaowu/tzgg" path="/xaufe/jiaowu/:category?" paramsDesc={['分类,默认为通知公告']} radar="1" rssbud="1">
|
||||
<Route author="shaokeyibb" example="/xaufe/jiaowu/tzgg" path="/xaufe/jiaowu/:category?" paramsDesc={['分类,默认为通知公告']} radar="1">
|
||||
|
||||
| 通知公告 |
|
||||
| :------: |
|
||||
|
|
@ -3270,7 +3270,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 教务处 {#xi-an-dian-zi-ke-ji-da-xue-jiao-wu-chu}
|
||||
|
||||
<Route author="ShadowySpirits" example="/xidian/jwc/tzgg" path="/xidian/jwc/:category?" paramsDesc={['通知类别,默认为通知公告']} radar="1" rssbud="1">
|
||||
<Route author="ShadowySpirits" example="/xidian/jwc/tzgg" path="/xidian/jwc/:category?" paramsDesc={['通知类别,默认为通知公告']} radar="1">
|
||||
|
||||
| 教学信息 | 教学研究 | 实践教学 | 质量监控 | 通知公告 |
|
||||
| :------: | :------: | :------: | :------: | :------: |
|
||||
|
|
@ -3332,7 +3332,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 第一附属医院新闻 {#xi-an-jiao-tong-da-xue-di-yi-fu-shu-yi-yuan-xin-wen}
|
||||
|
||||
<Route author="TonyRL" example="/xjtu/dyyy/index/xsxx" path="/xjtu/dyyy/:path+" paramsDesc={['栏目路径,支持多级,不包括末尾的`.htm`']} radar="1" rssbud="1"/>
|
||||
<Route author="TonyRL" example="/xjtu/dyyy/index/xsxx" path="/xjtu/dyyy/:path+" paramsDesc={['栏目路径,支持多级,不包括末尾的`.htm`']} radar="1"/>
|
||||
|
||||
### 第二附属医院新闻 {#xi-an-jiao-tong-da-xue-di-er-fu-shu-yi-yuan-xin-wen}
|
||||
|
||||
|
|
@ -3357,7 +3357,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 学校主页 {#xi-an-li-gong-da-xue-xue-xiao-zhu-ye}
|
||||
|
||||
<Route author="mocusez" example="/xaut/index/tzgg" path="/xaut/index/:category?" paramsDesc={['通知类别,默认为通知公告']} radar="1" rssbud="1" >
|
||||
<Route author="mocusez" example="/xaut/index/tzgg" path="/xaut/index/:category?" paramsDesc={['通知类别,默认为通知公告']} radar="1" >
|
||||
|
||||
| 通知公告 | 校园要闻 | 媒体播报 | 学术活动 |
|
||||
| :------: | :------: | :------: | :------: |
|
||||
|
|
@ -3367,7 +3367,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 教务处 {#xi-an-li-gong-da-xue-jiao-wu-chu}
|
||||
|
||||
<Route author="mocusez" example="/xaut/jwc/tzgg" path="/xaut/jwc/:category?" paramsDesc={['通知类别,默认为通知公告']} radar="1" rssbud="1">
|
||||
<Route author="mocusez" example="/xaut/jwc/tzgg" path="/xaut/jwc/:category?" paramsDesc={['通知类别,默认为通知公告']} radar="1">
|
||||
|
||||
:::warning
|
||||
|
||||
|
|
@ -3383,7 +3383,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 人事处 {#xi-an-li-gong-da-xue-ren-shi-chu}
|
||||
|
||||
<Route author="light0926 mocusez" example="/xaut/rsc/tzgg" path="/xaut/rsc/:category?" paramsDesc={['通知类别,默认为通知公告']} radar="1" rssbud="1">
|
||||
<Route author="light0926 mocusez" example="/xaut/rsc/tzgg" path="/xaut/rsc/:category?" paramsDesc={['通知类别,默认为通知公告']} radar="1">
|
||||
|
||||
:::warning
|
||||
|
||||
|
|
@ -3697,7 +3697,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 软件学院 {#zhe-jiang-da-xue-ruan-jian-xue-yuan}
|
||||
|
||||
<Route author="yonvenne zwithz" example="/zju/cst/0" path="/zju/cst/:type" paramsDesc={['分类,见下表']} radar="1" rssbud="1">
|
||||
<Route author="yonvenne zwithz" example="/zju/cst/0" path="/zju/cst/:type" paramsDesc={['分类,见下表']} radar="1">
|
||||
|
||||
| 全部通知 | 招生信息 | 教务管理 | 论文管理 | 思政工作 | 评奖评优 | 实习就业 | 国际实习 | 国内合作科研 | 国际合作科研 | 校园服务 |
|
||||
| -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | ------------ | ------------ | -------- |
|
||||
|
|
@ -3810,7 +3810,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 智慧门户 {#zheng-zhou-qing-gong-ye-da-xue-zhi-hui-men-hu}
|
||||
|
||||
<Route author="Fantasia1999" example="/zzuli/campus/0" path="/zzuli/campus/:type" paramsDesc={['分类,见下表']} radar="1" rssbud="1">
|
||||
<Route author="Fantasia1999" example="/zzuli/campus/0" path="/zzuli/campus/:type" paramsDesc={['分类,见下表']} radar="1">
|
||||
|
||||
| 参数名称 | 公告信息 | 学工信息 | 教学信息 | 信息快递 | 学术报告 | 科研信息 | 网络公告 | 班车查询 | 周会表 |
|
||||
| -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | ------ |
|
||||
|
|
@ -3820,7 +3820,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 研究生处 {#zheng-zhou-qing-gong-ye-da-xue-yan-jiu-sheng-chu}
|
||||
|
||||
<Route author="Fantasia1999" example="/zzuli/yjsc/0" path="/zzuli/yjsc/:type" paramsDesc={['分类,见下表']} radar="1" rssbud="1">
|
||||
<Route author="Fantasia1999" example="/zzuli/yjsc/0" path="/zzuli/yjsc/:type" paramsDesc={['分类,见下表']} radar="1">
|
||||
|
||||
| 参数名称 | 公告通知 | 招生工作 | 新闻资讯 | 培养工作 | 学位工作 |
|
||||
| -------- | -------- | -------- | -------- | -------- | -------- |
|
||||
|
|
@ -3922,7 +3922,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 官网通知公告 {#zhong-guo-ke-xue-ji-shu-da-xue-guan-wang-tong-zhi-gong-gao}
|
||||
|
||||
<Route author="hang333 jasongzy" example="/ustc/news/gl" path="/ustc/news/:type?" paramsDesc={['分类,默认为管理类']} radar="1" rssbud="1">
|
||||
<Route author="hang333 jasongzy" example="/ustc/news/gl" path="/ustc/news/:type?" paramsDesc={['分类,默认为管理类']} radar="1">
|
||||
|
||||
| 教学类 | 科研类 | 管理类 | 服务类 |
|
||||
| ------ | ------ | ------ | ------ |
|
||||
|
|
@ -3932,7 +3932,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 教务处通知新闻 {#zhong-guo-ke-xue-ji-shu-da-xue-jiao-wu-chu-tong-zhi-xin-wen}
|
||||
|
||||
<Route author="hang333" example="/ustc/jwc/info" path="/ustc/jwc/:type?" paramsDesc={['分类,默认显示所有种类']} radar="1" rssbud="1">
|
||||
<Route author="hang333" example="/ustc/jwc/info" path="/ustc/jwc/:type?" paramsDesc={['分类,默认显示所有种类']} radar="1">
|
||||
|
||||
| 信息 | 教学 | 考试 | 交流 |
|
||||
| ---- | -------- | ---- | -------- |
|
||||
|
|
@ -3942,7 +3942,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 研究生院 {#zhong-guo-ke-xue-ji-shu-da-xue-yan-jiu-sheng-yuan}
|
||||
|
||||
<Route author="jasongzy" example="/ustc/gs/tzgg" path="/ustc/gs/:type?" paramsDesc={['分类,见下表,默认为通知公告']} radar="1" rssbud="1">
|
||||
<Route author="jasongzy" example="/ustc/gs/tzgg" path="/ustc/gs/:type?" paramsDesc={['分类,见下表,默认为通知公告']} radar="1">
|
||||
|
||||
| 通知公告 | 新闻动态 |
|
||||
| -------- | -------- |
|
||||
|
|
@ -3952,7 +3952,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 信息科学技术学院 {#zhong-guo-ke-xue-ji-shu-da-xue-xin-xi-ke-xue-ji-shu-xue-yuan}
|
||||
|
||||
<Route author="jasongzy" example="/ustc/sist/tzgg" path="/ustc/sist/:type?" paramsDesc={['分类,见下表,默认为通知公告']} radar="1" rssbud="1">
|
||||
<Route author="jasongzy" example="/ustc/sist/tzgg" path="/ustc/sist/:type?" paramsDesc={['分类,见下表,默认为通知公告']} radar="1">
|
||||
|
||||
| 通知公告 | 招生工作 |
|
||||
| -------- | -------- |
|
||||
|
|
@ -3962,7 +3962,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 电子工程与信息科学系 {#zhong-guo-ke-xue-ji-shu-da-xue-dian-zi-gong-cheng-yu-xin-xi-ke-xue-xi}
|
||||
|
||||
<Route author="jasongzy" example="/ustc/eeis/tzgg" path="/ustc/eeis/:type?" paramsDesc={['分类,见下表,默认为通知公告']} radar="1" rssbud="1">
|
||||
<Route author="jasongzy" example="/ustc/eeis/tzgg" path="/ustc/eeis/:type?" paramsDesc={['分类,见下表,默认为通知公告']} radar="1">
|
||||
|
||||
| 通知公告 | 新闻信息 |
|
||||
| -------- | -------- |
|
||||
|
|
@ -3972,7 +3972,7 @@ jsjxy.hbut.edu.cn 证书链不全,自建 RSSHub 可设置环境变量 NODE_TLS
|
|||
|
||||
### 就业信息网 {#zhong-guo-ke-xue-ji-shu-da-xue-jiu-ye-xin-xi-wang}
|
||||
|
||||
<Route author="nczitzk" example="/ustc/job" path="/ustc/job/:category?" paramsDesc={['分类,见下表,默认为招聘公告']} radar="1" rssbud="1">
|
||||
<Route author="nczitzk" example="/ustc/job" path="/ustc/job/:category?" paramsDesc={['分类,见下表,默认为招聘公告']} radar="1">
|
||||
|
||||
| 专场招聘会 | 校园双选会 | 空中宣讲 | 招聘公告 |
|
||||
| ----------- | ------------ | --------- | -------- |
|
||||
|
|
|
|||
|
|
@ -195,7 +195,7 @@ module.exports = {
|
|||
|
||||
### 补充文档
|
||||
|
||||
[如前所述](/zh/joinus/new-rss/add-docs#其他组件),在 RSSHub 文档添加 radar="1" 将显示“支持浏览器扩展”的徽章。如果规则还与 RSSBud 兼容,则添加 rssbud="1" 将显示“支持 RSSBud”的徽章。
|
||||
[如前所述](/zh/joinus/new-rss/add-docs#其他组件),在 RSSHub 文档添加 radar="1" 将显示“支持 Radar”的徽章。
|
||||
|
||||
## 调试 Radar 规则
|
||||
|
||||
|
|
|
|||
|
|
@ -225,7 +225,6 @@ pnpm run start
|
|||
- `anticrawler`:如果目标网站有反爬机制,则设置为 `1`。
|
||||
- `puppeteer`:如果源使用 puppeteer 抓取,则设置为 `1`。
|
||||
- `radar`:如果此源有相应的 Radar 规则,则设置为 `1`。
|
||||
- `rssbud`:如果 Radar 规则与 RSSBud 兼容,则设置为 `1`。
|
||||
- `configRequired`:如果 RSS 源需要通过环境变量进行额外配置,则设置为 `1`。
|
||||
- `supportBT`:如果支持被 BitTorrent 客户端识别,则设置为 `1`。
|
||||
- `supportPodcast`:如果源支持播客,则设置为 `1`。
|
||||
|
|
@ -234,12 +233,12 @@ pnpm run start
|
|||
通过添加这些属性,您可以向用户提供有用的信息,并使其更易于理解和使用您的路由。将这些属性添加到路由文档中将在其前面添加一个徽章。
|
||||
|
||||
```tsx
|
||||
<Route author="HenryQW" example="/github/issue/DIYgod/RSSHub" path="/github/issue/:user/:repo?" paramsDesc={['GitHub 用户名', 'GitHub 仓库名称,默认为 `RSSHub`']} anticrawler="1" puppeteer="1" radar="1" rssbud="1" configRequired="1" supportBT="1" supportPodcast="1" supportScihub="1" />
|
||||
<Route author="HenryQW" example="/github/issue/DIYgod/RSSHub" path="/github/issue/:user/:repo?" paramsDesc={['GitHub 用户名', 'GitHub 仓库名称,默认为 `RSSHub`']} anticrawler="1" puppeteer="1" radar="1" configRequired="1" supportBT="1" supportPodcast="1" supportScihub="1" />
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
<Route author="HenryQW" example="/github/issue/DIYgod/RSSHub" path="/github/issue/:user/:repo?" paramsDesc={['GitHub 用户名', 'GitHub 仓库名称,默认为 `RSSHub`']} anticrawler="1" puppeteer="1" radar="1" rssbud="1" configRequired="1" supportBT="1" supportPodcast="1" supportScihub="1" />
|
||||
<Route author="HenryQW" example="/github/issue/DIYgod/RSSHub" path="/github/issue/:user/:repo?" paramsDesc={['GitHub 用户名', 'GitHub 仓库名称,默认为 `RSSHub`']} anticrawler="1" puppeteer="1" radar="1" configRequired="1" supportBT="1" supportPodcast="1" supportScihub="1" />
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ export default function Route({
|
|||
supportPodcast = null,
|
||||
supportScihub = null,
|
||||
radar = null,
|
||||
rssbud = null,
|
||||
configRequired = null,
|
||||
puppeteer = null,
|
||||
children = null,
|
||||
|
|
@ -27,7 +26,6 @@ export default function Route({
|
|||
supportPodcast?: boolean;
|
||||
supportScihub?: boolean;
|
||||
radar?: boolean;
|
||||
rssbud?: boolean;
|
||||
configRequired?: boolean;
|
||||
puppeteer?: boolean;
|
||||
children?: JSX.Element | JSX.Element[];
|
||||
|
|
@ -64,11 +62,6 @@ export default function Route({
|
|||
<Badge type="tip"><Translate id="badge.radar" /></Badge>
|
||||
</Link>
|
||||
)}
|
||||
{rssbud && (
|
||||
<Link to="https://github.com/Cay-Zhang/RSSBud">
|
||||
<Badge type="tip"><Translate id="badge.rssbud" /></Badge>
|
||||
</Link>
|
||||
)}
|
||||
</p>
|
||||
<p className="author">
|
||||
<Translate id="route.author" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue