BBS
# Discuz
# General Subforum - Auto detection
Route: /discuz/:link
Parameters:
link
, required - link of subforum, require url encoded
# General Subforum - Manual version
Example: https://rsshub.ranlychan.top/discuz/x/https%3a%2f%2fwww.52pojie.cn%2fforum-16-1.html
Route: /discuz/:ver/:link
Parameters:
ver
, required - discuz version,see below tablelink
, required - link of subforum, require url encoded
Discuz X Series | Discuz 7.x Series |
---|---|
x | 7 |
# General Subforum - Support cookie
Example: https://rsshub.ranlychan.top/discuz/x/00/https%3a%2f%2fbbs.zdfx.net%2fforum-2-1.html
Route: /discuz/:ver/:cid/:link
Parameters:
ver
, required - discuz version,see below tablecid
, required - Cookie id,require self hosted and set environment parameters, see Deploy - Configuration pages for detaillink
, required - link of subforum, require url encoded
Discuz X Series | Discuz 7.x Series |
---|---|
x | 7 |
# LowEndTalk
# Discussion
Example: https://rsshub.ranlychan.top/lowendtalk/discussion/168480
Route: /lowendtalk/discussion/:id?
Parameters:
id
, optional - Discussion id
# Mobilism
# Forums
Example: https://rsshub.ranlychan.top/mobilism/forums/android/apps
Route: /mobilism/forums/:category/:type/:fulltext?
Parameters:
category
, required - Categorytype
, required - subcategoryfulltext
, optional - Retrieve fulltext, specifyy
to enable
Android | iPhone | iPad |
---|---|---|
android | iphone | ipad |
Apps | games |
---|---|
apps | games |
# Portal
Example: https://rsshub.ranlychan.top/mobilism/portal/androidapps
Route: /mobilism/portal/:type/:fulltext?
Parameters:
type
, required - Sectionsfulltext
, optional - Retrieve fulltext, specifyy
to enable
Android Apps | Android Games | ebook | iPad Apps | iPad Games | iPhone Apps | iPhone Games |
---|---|---|---|---|---|---|
aapp | agame | ebook | ipapp | ipgame | iapp | igame |
# SCBOY forum
# Thread
Example: https://rsshub.ranlychan.top/scboy/thread/188673
Route: /scboy/thread/:tid
Parameters:
tid
, required - thread tid
If the url of the thread is https://www.scboy.com/?thread-188673.htm (opens new window) then tid would be 1789863
.
When accessing Joeyray's Bar, SCBOY_BBS_TOKEN
needs to be filled in environment
. See https://rssdoc.ranlychan.top/en/install/#Deployment (opens new window) for details. SCBOY_BBS_TOKEN
is included in cookies with bbs_token
.