mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 23:00:48 +08:00
52 lines
1.2 KiB
Markdown
52 lines
1.2 KiB
Markdown
---
|
|
pageClass: routes
|
|
---
|
|
|
|
# Reading
|
|
|
|
## All Poetry
|
|
|
|
### Poems
|
|
|
|
<RouteEn author="HenryQW" example="/allpoetry/newest" path="/allpoetry/:order?" :paramsDesc="['Ordering, `best` or `newest`, `best` by default']"/>
|
|
|
|
## hameln
|
|
|
|
### chapter
|
|
|
|
<RouteEn author="huangliangshusheng" example="/hameln/chapter/264928" path="/hameln/chapter/:id" :paramsDesc="['Novel id, can be found in URL']">
|
|
|
|
Eg:<https://syosetu.org/novel/264928/>
|
|
|
|
</RouteEn>
|
|
|
|
## kakuyomu
|
|
|
|
### episode
|
|
|
|
<RouteEn author="huangliangshusheng" example="/kakuyomu/episode/1177354054883783581" path="/kakuyomu/episode/:id" :paramsDesc="['Novel id, can be found in URL']">
|
|
|
|
Eg:<https://kakuyomu.jp/works/1177354054883783581>
|
|
|
|
</RouteEn>
|
|
|
|
## Literotica
|
|
|
|
### New Stories
|
|
|
|
<RouteEn author="nczitzk" example="/literotica/new" path="/literotica/new"/>
|
|
|
|
### Category
|
|
|
|
<RouteEn author="nczitzk" example="/literotica/category/anal-sex-stories" path="/literotica/category/:category?" :paramsDesc="['Categor, can be found in URL']"/>
|
|
|
|
## syosetu
|
|
|
|
### chapter
|
|
|
|
<RouteEn author="huangliangshusheng" example="/syosetu/chapter/n1976ey" path="/syosetu/chapter/:id" :paramsDesc="['Novel id, can be found in URL']">
|
|
|
|
Eg:<https://ncode.syosetu.com/n1976ey/>
|
|
|
|
</RouteEn>
|