reading
hameln
chapter
💡 Example: https://rsshub.app/hameln/chapter/264928
🛎️ Route: /hameln/chapter/:id
🔗 Parameters:
id
, required - Novel id, can be found in URL
🐙 Source Code: /hameln/chapter.ts
Eg: https://syosetu.org/novel/264928
Inoreader
RSS
💡 Example: https://rsshub.app/inoreader/rss/1005137674/user-favorites
🛎️ Route: /inoreader/rss/:user/:tag
🔗 Parameters:
user
, required - user id, the interger after user/ in the example URLtag
, required - tag, the string after tag/ in the example URL
🐙 Source Code: /inoreader/rss.ts
Literotica
New Stories
💡 Example: https://rsshub.app/literotica/new
🛎️ Route: /literotica/new
🐙 Source Code: /literotica/new.ts
MagazineLib
Latest Magazine
💡 Example: https://rsshub.app/magazinelib/latest-magazine/new+yorker
🛎️ Route: /magazinelib/latest-magazine/:query?
🔗 Parameters:
query
, optional - query, search page querystring
🐙 Source Code: /magazinelib/latest-magazine.ts
For instance, when doing search at https://magazinelib.com and you get url https://magazinelib.com/?s=new+yorker
, the query is new+yorker
Penguin Random House
Articles
💡 Example: https://rsshub.app/penguin-random-house/articles
🛎️ Route: /penguin-random-house/articles
🐙 Source Code: /penguin-random-house/articles.ts
Book Lists
💡 Example: https://rsshub.app/penguin-random-house/the-read-down
🛎️ Route: /penguin-random-house/the-read-down
🐙 Source Code: /penguin-random-house/thereaddown.ts