mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 06:30:40 +08:00
* feat(route): add hameln * feat(route): add hameln * fix doc * Update lib/v2/hameln/chapter.js Co-authored-by: Tony <TonyRL@users.noreply.github.com> * add timezone Co-authored-by: Tony <TonyRL@users.noreply.github.com>
42 lines
976 B
Markdown
42 lines
976 B
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']"/>
|