parent
d76b097b2e
commit
869e7376a5
|
|
@ -336,6 +336,12 @@ RSSHub 提供下列 API 接口:
|
|||
|
||||
### 即刻
|
||||
|
||||
::: warning 注意
|
||||
|
||||
即刻主题较为复杂, 部分主题可能出现不适配的情况. 如出现上述情况请[提 Issue](https://github.com/DIYgod/RSSHub/issues).
|
||||
|
||||
:::
|
||||
|
||||
<route name="主题-精选" author="DIYgod" example="/jike/topic/54dffb40e4b0f57466e675f0" path="/jike/topic/:id" :paramsDesc="['主题 id, 可在即刻 web 端主题页或 APP 分享出来的主题页 URL 中找到']"/>
|
||||
|
||||
::: tip 提示
|
||||
|
|
@ -873,7 +879,7 @@ GitHub 官方也提供了一些 RSS:
|
|||
|
||||
### F-Droid
|
||||
|
||||
<route name="App更新" author="garywill" example="/fdroid/apprelease/com.termux" path="/fdroid/apprelease/:app" :paramsDesc="['App包名']">
|
||||
<route name="App更新" author="garywill" example="/fdroid/apprelease/com.termux" path="/fdroid/apprelease/:app" :paramsDesc="['App包名']" />
|
||||
|
||||
### Greasy Fork
|
||||
|
||||
|
|
@ -1570,11 +1576,17 @@ IATA 国际航空运输协会机场代码, 参见[维基百科 国际航空运
|
|||
|
||||
<route name="早报" author="HenryQW" example="/dongqiudi/daily" path="/dongqiudi/daily"/>
|
||||
|
||||
::: tip 提示
|
||||
|
||||
部分球队和球员可能会有两个 id, 正确 id 应该由 `5000` 开头.
|
||||
|
||||
:::
|
||||
|
||||
<route name="足球赛果" author="HenryQW" example="/dongqiudi/result/50001755" path="/dongqiudi/result/:team" :paramsDesc="['球队 id, 可在[懂球帝数据](https://www.dongqiudi.com/data)中找到']"/>
|
||||
|
||||
<route name="球队新闻" author="HenryQW" example="/dongqiudi/team_news/50001755" path="/dongqiudi/team_news/:team" :paramsDesc="['球队 id, 可在[懂球帝数据](https://www.dongqiudi.com/data)中找到']"/>
|
||||
|
||||
<route name="球员新闻" author="HenryQW" example="/dongqiudi/player_news/50000339" path="/dongqiudi/player_news/:id" :paramsDesc="['球员 id, 可在[懂球帝数据](https://www.dongqiudi.com/data)中找到']"/>
|
||||
<route name="球员新闻" author="HenryQW" example="/dongqiudi/player_news/50000339" path="/dongqiudi/player_news/:id" :paramsDesc="['球员 id, 可在[懂球帝数据](https://www.dongqiudi.com/data)中通过其队伍找到']"/>
|
||||
|
||||
### 维基百科
|
||||
|
||||
|
|
|
|||
|
|
@ -172,7 +172,7 @@ If no matching results were found, the server returns only a HTTP status code `2
|
|||
|
||||
### F-Droid
|
||||
|
||||
<routeEn name="App Update" author="garywill" example="/fdroid/apprelease/com.termux" path="/fdroid/apprelease/:app" :paramsDesc="['App\'s package name']">
|
||||
<routeEn name="App Update" author="garywill" example="/fdroid/apprelease/com.termux" path="/fdroid/apprelease/:app" :paramsDesc="['App\'s package name']" />
|
||||
|
||||
### Greasy Fork
|
||||
|
||||
|
|
@ -204,7 +204,7 @@ If no matching results were found, the server returns only a HTTP status code `2
|
|||
| --------------------- | -------------------- | ---------------------- | ---------------------- | ---------------- |
|
||||
| day_r18 | day_male_r18 | day_female_r18 | week_r18 | week_r18g |
|
||||
|
||||
</routeEN>
|
||||
</routeEn>
|
||||
|
||||
### Disqus
|
||||
|
||||
|
|
@ -284,7 +284,7 @@ GitHub provides some official RSS feeds:
|
|||
|
||||
<routeEn name="Follower" author="HenryQW" path="/github/user/follower/:user" example="/github/user/followers/HenryQW" :paramsDesc="['GitHub username']" />
|
||||
|
||||
<routeEn name="Star" author="HenryQW" path="/github/stars/:user/:repo" example="/stars/DIYGod/RSSHub" :paramsDesc="['GitHub username', 'GitHub repo name']" />
|
||||
<routeEn name="Star" author="HenryQW" path="/github/stars/:user/:repo" example="/github/stars/DIYGod/RSSHub" :paramsDesc="['GitHub username', 'GitHub repo name']" />
|
||||
|
||||
### GitLab
|
||||
|
||||
|
|
@ -338,4 +338,4 @@ Google Scholar has strict anti-crawling mechanism implemented, the demo below do
|
|||
|
||||
### Apple
|
||||
|
||||
<routeEn name="Exchange and Repair Extension Programs" author="metowolf HenryQW" example="/apple/exchange_repair" path="/apple/exchange_repair/:country?" :paramsDesc="['country code in apple.com URL (exception: for `United States` please use `us`), default to China `cn`']"/>
|
||||
<routeEn name="Exchange and Repair Extension Programs" author="metowolf HenryQW" example="/apple/exchange_repair" path="/apple/exchange_repair/:country?" :paramsDesc="['country code in apple.com URL (exception: for `United States` please use `us`), default to China `cn`']" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue