๐ Reading โ
51Read โ
็ซ ่ โ
๐ก Missing Test๐ Support Radar
๐ก Example: https://rsshub.app/51read/article/152685
๐๏ธ Route: /51read/article/:id
๐ Parameters:
id
- Required
- Description: ๅฐ่ฏด id, ๅฏๅจๅฏนๅบๅฐ่ฏด้กต URL ไธญๆพๅฐ
๐ Source Code: /51read/article.ts
69ไนฆๅง โ
็ซ ่ โ
๐ก Missing Test๐ Support Radar
๐ก Example: https://rsshub.app/69shu/article/47117
๐๏ธ Route: /69shu/article/:id
๐ Parameters:
id
- Required
- Description: ๅฐ่ฏด id, ๅฏๅจๅฏนๅบๅฐ่ฏด้กต URL ไธญๆพๅฐ
๐ Source Code: /69shu/article.ts
Free Computer Books โ
Book List โ
๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/freecomputerbooks/compscAlgorithmBooks
๐๏ธ Route: /freecomputerbooks/:category?
๐ Parameters:
category
- Optional
- Description: A category id., which should be the HTML file name (but without the
.html
suffix) in the URL path of a book list page.
๐ Source Code: /freecomputerbooks/index.ts
hameln โ
chapter โ
๐ด Failed Test๐ Support Radar
๐ก Example: https://rsshub.app/hameln/chapter/264928
๐๏ธ Route: /hameln/chapter/:id
๐ Parameters:
id
- Required
- Description: Novel id, can be found in URL
๐ Source Code: /hameln/chapter.ts
Eg: https://syosetu.org/novel/264928
Inoreader โ
HTML Clip โ
๐ข Passed Test
๐ก Example: https://rsshub.app/inoreader/html_clip/1005137674/user-favorites
๐๏ธ Route: /inoreader/html_clip/:user/:tag
๐ Parameters:
user
- Required
- Description: N/A
tag
- Required
- Description: N/A
๐ Source Code: /inoreader/index.ts
RSS โ
๐ข Passed Test
๐ก Example: https://rsshub.app/inoreader/rss/1005137674/user-favorites
๐๏ธ Route: /inoreader/rss/:user/:tag
๐ Parameters:
user
- Required
- Description: user id, the interger after user/ in the example URL
tag
- Required
- Description: tag, the string after tag/ in the example URL
๐ Source Code: /inoreader/rss.ts
Literotica โ
New Stories โ
๐ด Failed Test๐ Support Radar
๐ก Example: https://rsshub.app/literotica/new
๐๏ธ Route: /literotica/new
๐ Source Code: /literotica/new.ts
Unknown โ
๐ก Missing Test๐ Support Radar
๐๏ธ Route: /literotica/category/:category
๐ Parameters:
category
- Required
- Description: N/A
๐ Source Code: /literotica/category.ts
MagazineLib โ
Latest Magazine โ
๐ด Failed Test
๐ก Example: https://rsshub.app/magazinelib/latest-magazine/new+yorker
๐๏ธ Route: /magazinelib/latest-magazine/:query?
๐ Parameters:
query
- Optional
- Description: 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 โ
๐ก Missing Test๐ Support Radar
๐ก Example: https://rsshub.app/penguin-random-house/articles
๐๏ธ Route: /penguin-random-house/articles
๐ Source Code: /penguin-random-house/articles.ts
Book Lists โ
๐ก Missing Test๐ Support Radar
๐ก Example: https://rsshub.app/penguin-random-house/the-read-down
๐๏ธ Route: /penguin-random-house/the-read-down
๐ Source Code: /penguin-random-house/thereaddown.ts
Readwise โ
Reader Document List โ
๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐ก Example: https://rsshub.app/readwise/list/location=new&category=article
๐๏ธ Route: /readwise/list/:routeParams?
๐ Parameters:
routeParams
- Optional
- Description: Parameter combinations, see the description above.
โ๏ธ Deployment Configs:
READWISE_ACCESS_TOKEN
, required - Visithttps://readwise.io/access_token
to get your access token.
๐ Source Code: /readwise/list.ts
Specify options (in the format of query string) in parameter routeParams
to filter documents.
Parameter | Description | Values | Default |
---|---|---|---|
location | The document's location. | new /later /shortlist /archive /feed | |
category | The document's category. | article /email /rss /highlight /note /pdf /epub /tweet /video | |
updatedAfter | Fetch only documents updated after this date. | string (formatted as ISO 8601 date) | |
tag | The document's tag, can be specified once or multiple times. | ||
tagStrategy | If multiple tags are specified, should the documents match all of them or any of them. | any /all | any |
Customise parameter values to fetch specific documents, for example:
https://rsshub.app/readwise/list/location=new&category=article
fetches articles in the Inbox.
https://rsshub.app/readwise/list/category=article&tag=shortlist&tag=AI&tagStrategy=all
fetches articles tagged both by shortlist
and AI
.
SF ่ฝปๅฐ่ฏด โ
็ซ ่ โ
๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/sfacg/novel/chapter/672431
๐๏ธ Route: /sfacg/novel/chapter/:id
๐ Parameters:
id
- Required
- Description: ๅฐ่ฏด id, ๅฏๅจๅฏนๅบๅฐ่ฏด้กต URL ไธญๆพๅฐ
๐ Source Code: /sfacg/novel-chapter.ts
SoBooks โ
ๆ ็ญพ โ
๐ด Failed Test๐ Support Radar
๐ก Example: https://rsshub.app/sobooks/tag/ๅฐ่ฏด
๐๏ธ Route: /sobooks/tag/:id?
๐ Parameters:
id
- Optional
- Description: ๆ ็ญพ, ่งไธ่กจ๏ผ้ป่ฎคไธบๅฐ่ฏด
๐ Source Code: /sobooks/tag.ts
็ญ้จๆ ็ญพ
ๅฐ่ฏด | ๆๅญฆ | ๅๅฒ | ๆฅๆฌ | ็งๆฎ | ็ฎก็ | ๆจ็ | ็คพไผ | ็ปๆต |
---|---|---|---|---|---|---|---|---|
ไผ ่ฎฐ | ็พๅฝ | ๆฌ็ | ๅฒๅญฆ | ๅฟ็ | ๅไธ | ้่ | ๆ็ปด | ็ปๅ ธ |
้็ฌ | ๆ่ต | ๆๅ | ๅฑๅฟ | ็งๅนป | ๆ้ฟ | ไธญๅฝ | ่ฑๅฝ | ๆฟๆฒป |
ๆผซ็ป | ็บชๅฎ | ่บๆฏ | ็งๅญฆ | ็ๆดป | ่ๅบ | ๆฃๆ | ๆณๅฝ | ไบ่็ฝ |
่ฅ้ | ๅฅๅนป | ไบๆ | ่ก็ฅจ | ๅฅณๆง | ๅพทๅฝ | ๅญฆไน | ๆไบ | ๅไธ |
็ปๆฌ | ๅ่ | ็ฑๆ | ๅไบ | ็่ดข | ๆ่ฒ | ไธ็ | ไบบ็ฉ | ๆฒ้ |
ๅฝๆกฃ โ
๐ด Failed Test๐ Support Radar
๐ก Example: https://rsshub.app/sobooks/date/2020-11
๐๏ธ Route: /sobooks/date/:date?
๐ Parameters:
date
- Optional
- Description: ๆฅๆ๏ผ่งไพๅญ๏ผ้ป่ฎคไธบๅฝๅๅนดๆ
๐ Source Code: /sobooks/date.ts
้ฆ้กต โ
๐ด Failed Test๐ Support Radar
๐ก Example: https://rsshub.app/sobooks
๐๏ธ Route: /sobooks/:category?
๐ Parameters:
category
- Optional
- Description: ๅ็ฑป, ่งไธ่กจ
๐ Source Code: /sobooks/index.ts
ๅ็ฑป | ๅ็ฑปๅ |
---|---|
ๅฐ่ฏดๆๅญฆ | xiaoshuowenxue |
ๅๅฒไผ ่ฎฐ | lishizhuanji |
ไบบๆ็คพ็ง | renwensheke |
ๅฑๅฟๆๅ | lizhichenggong |
็ปๆต็ฎก็ | jingjiguanli |
ๅญฆไน ๆ่ฒ | xuexijiaoyu |
็ๆดปๆถๅฐ | shenghuoshishang |
่ฑๆๅ็ | yingwenyuanban |
syosetu โ
chapter โ
๐ด Failed Test๐ Support Radar
๐ก Example: https://rsshub.app/syosetu/chapter/n1976ey
๐๏ธ Route: /syosetu/chapter/:id
๐ Parameters:
id
- Required
- Description: Novel id, can be found in URL
๐ Source Code: /syosetu/chapter.ts
Eg: https://ncode.syosetu.com/n1976ey/
Yen Press โ
Series โ
๐ด Failed Test๐ Support Radar
๐ก Example: https://rsshub.app/yenpress/series/alya-sometimes-hides-her-feelings-in-russian
๐๏ธ Route: /yenpress/series/:name
๐ Parameters:
name
- Required
- Description: Series name
๐ Source Code: /yenpress/series.ts
็ฑๆๆณ โ
Unknown โ
๐ก Missing Test
๐๏ธ Route: /aisixiang/ranking/:id?/:period?,/toplist/:id?/:period?
๐ Parameters:
id
- Optional
- Description: N/A
period
- Optional
- Description: N/A
๐ Source Code: /aisixiang/toplist.ts
ๆ็ซ ็นๅปๆ่ก | ๆ่ฟๆดๆฐๆ็ซ | ๆ็ซ ๆจ่ๆ่ก |
---|---|---|
1 | 10 | 11 |
ๆ ็ฎ โ
๐ด Failed Test
๐ก Example: https://rsshub.app/aisixiang/column/722
๐๏ธ Route: /aisixiang/column/:id
๐ Parameters:
id
- Required
- Description: ๆ ็ฎ ID, ๅฏๅจๅฏนๅบๆ ็ฎ URL ไธญๆพๅฐ
๐ Source Code: /aisixiang/column.ts
ๆๆณๅบ๏ผไธๆ ๏ผ โ
๐ด Failed Test
๐ก Example: https://rsshub.app/aisixiang/thinktank/WuQine/่ฎบๆ
๐๏ธ Route: /aisixiang/thinktank/:id/:type?
๐ Parameters:
id
- Required
- Description: ไธๆ ID๏ผไธ่ฌไธบไฝ่ ๆผ้ณ๏ผๅฏๅจURLไธญๆพๅฐ
type
- Optional
- Description: ๆ ็ฎ็ฑปๅ๏ผๅ่ไธ่กจ๏ผ้ป่ฎคไธบๅ จ้จ
๐ Source Code: /aisixiang/thinktank.ts
่ฎบๆ | ๆถ่ฏ | ้็ฌ | ๆผ่ฎฒ | ่ฎฟ่ฐ | ่ไฝ | ่ฏปไนฆ | ๅฒ่ฎบ | ่ฏไฝ | ่ฏๆญ | ไนฆไฟก | ็งๅญฆ |
---|
ไธ้ข โ
๐ด Failed Test
๐ก Example: https://rsshub.app/aisixiang/zhuanti/211
๐๏ธ Route: /aisixiang/zhuanti/:id
๐ Parameters:
id
- Required
- Description: ไธ้ข ID, ๅฏๅจๅฏนๅบไธ้ข URL ไธญๆพๅฐ
๐ Source Code: /aisixiang/zhuanti.ts
TIP
ๆดๅคไธ้ข่ฏท่ง ๅ ณ้ฎ่ฏ
ๅๅฉ่ฝปๅฐ่ฏด โ
ๅท โ
๐ด Failed Test๐ Support Radar
๐ก Example: https://rsshub.app/linovelib/volume/8
๐๏ธ Route: /linovelib/volume/:id
๐ Parameters:
id
- Required
- Description: ๅฐ่ฏด ID๏ผๅฏๅจๅฐ่ฏด้กต URL ไธญๆพๅฐ
๐ Source Code: /linovelib/volume.ts
ๅฐ่ฏดๆดๆฐ โ
๐ด Failed Test๐จ Strict Anti-crawling
๐ก Example: https://rsshub.app/linovelib/novel/2547
๐๏ธ Route: /linovelib/novel/:id
๐ Parameters:
id
- Required
- Description: ๅฐ่ฏด id๏ผๅฏนๅบไนฆๆถๅผๅง้ ่ฏป URL ไธญๆพๅฐ
๐ Source Code: /linovelib/novel.ts
่ถ ๆ โ
ๆๅ โ
๐ด Failed Test๐จ Strict Anti-crawling
๐ก Example: https://rsshub.app/chaoxing/qk/6b5c39b3dd84352be512e29df0297437
๐๏ธ Route: /chaoxing/qk/:id/:needContent?
๐ Parameters:
id
- Required
- Description: ๆๅ id๏ผๅฏๅจๆๅ้กต URL ไธญๆพๅฐ
needContent
- Optional
- Description: ้่ฆ่ทๅๆ็ซ ๅ จๆ๏ผๅกซๅ true/yes ่กจ็คบ้่ฆ๏ผ้ป่ฎค้่ฆ
๐ Source Code: /chaoxing/qk.ts
TIP
ๅ จ้จๆๅๅฏไปฅๅจ ่ฟ้ ๆพๅฐ๏ผไฝ ไนๅฏไปฅไป ๅญฆ็งๅ็ฑป ๅ ๆๅๅฏผ่ช ไธญๅ็ฐๆดๅคๆๅใ
ๅฆ่ฎข้
ไธๆตทๆ่บ๏ผๅ
ถ URL ไธบ http://m.chaoxing.com/mqk/list?mags=6b5c39b3dd84352be512e29df0297437
ใ6b5c39b3dd84352be512e29df0297437
ๅณไธบๆๅ id๏ผๆๅพ่ทฏ็ฑไธบ /chaoxing/qk/6b5c39b3dd84352be512e29df0297437
WARNING
ไฝ ๅฏไปฅ่ฎพ็ฝฎๅๆฐ ้่ฆ่ทๅๆ็ซ ๅ
จๆ ไธบ true
yes
t
y
็ญๅผ๏ผๆ่
ๅฟฝ็ฅ่ฟไธชๅๆฐ๏ผ๏ผRSS ็ๆก็ฎไผๆบๅธฆๆๅไธญ็ ๆ็ซ ๅ
จๆ๏ผ่ไธไป
ไป
ๆฏ ๆ็ซ ๆฆ่ฆใไฝๅ ไธบๅ่ตท่ฎฟ้ฎ่ฏทๆฑ่ฟๅคไผ่ขซ่ฏฅ็ฝ็ซๅฑ่ฝ๏ผไฝ ๅฏไปฅๅฐๅ
ถๅ
ณ้ญ๏ผ่ฎพ็ฝฎ่ฏฅๅๆฐไธบ false
no
f
n
็ญๅผ๏ผ๏ผ่ฟๅฐไผๅคงๅคงๅๅฐ่ฏทๆฑๆฌกๆฐไป่ๆด้พ่งฆๅ็ฝ็ซ็ๅ็ฌๆบๅถใ
่ทฏ็ฑ้ป่ฎคไผ่ทๅ 30 ไธชๆก็ฎใๅจ่ทฏ็ฑๅๆๅฎ ?limit=<ๆก็ฎๆฐ้>
ๅๅฐๆๅขๅ ๅๆฌก่ทๅๆก็ฎๆฐ้๏ผๅๆ ทๅฏไปฅๅๅฐ่ฏทๆฑๆฌกๆฐ๏ผๅฆ่ฎพ็ฝฎไธบไธๆฌก่ทๅ 10 ไธชๆก็ฎ๏ผ่ทฏ็ฑๅฏไปฅๆดๆนไธบ /chaoxing/qk/6b5c39b3dd84352be512e29df0297437?limit=10
ๅจๆ นๆฎไธๆ่ฎพ็ฝฎ ้่ฆ่ทๅๆ็ซ ๅ
จๆ ไธบไธ้่ฆๆถ๏ผไฝ ๅฏไปฅๅฐ limit
ๅผๅขๅคง๏ผไป่่ทๅๆดๅค็ๆก็ฎ๏ผๆญคๆถๅ ไธบไธ่ทๅๅ
จๆไนไธไผ่งฆๅๅ็ฌๆบๅถ๏ผๅฆ /chaoxing/qk/6b5c39b3dd84352be512e29df0297437/false?limit=100
ๅบ็ฌ็ซ โ
็ซ ่ โ
๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/ciweimao/chapter/100043404
๐๏ธ Route: /ciweimao/chapter/:id
๐ Parameters:
id
- Required
- Description: ๅฐ่ฏด id, ๅฏๅจๅฏนๅบๅฐ่ฏด้กต URL ไธญๆพๅฐ
๐ Source Code: /ciweimao/chapter.ts
ๆฑ็ซๅบ็็คพ โ
ๆฐ่ โ
๐ข Passed Test
๐ก Example: https://rsshub.app/tongli/news/6
๐๏ธ Route: /tongli/news/:type
๐ Parameters:
type
- Required
- Description: ๅ้ก๏ผๅฏไปฅๅจโๆฐ่โ้ๆฅไธญๆพๅฐ
๐ Source Code: /tongli/news.ts
็ช่ๅฐ่ฏด โ
ๅฐ่ฏดๆดๆฐ โ
๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/fanqienovel/page/6621052928482348040
๐๏ธ Route: /fanqienovel/page/:bookId
๐ Parameters:
bookId
- Required
- Description: ๅฐ่ฏด ID๏ผๅฏๅจ URL ไธญๆพๅฐ
๐ Source Code: /fanqienovel/page.ts
ๅฝ้จไผ ๅชๅจ็บฟ โ
ไธญๅฝๆตทๅ ณ โ
๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/gmcmonline/chinacustoms
๐๏ธ Route: /gmcmonline/chinacustoms
๐ Source Code: /gmcmonline/chinacustoms.ts
ๆฌขไนไนฆๅฎข โ
็ซ ่ โ
๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/hbooker/chapter/100113279
๐๏ธ Route: /hbooker/chapter/:id
๐ Parameters:
id
- Required
- Description: ๅฐ่ฏด id, ๅฏๅจๅฏนๅบๅฐ่ฏด้กต URL ไธญๆพๅฐ
๐ Source Code: /hbooker/chapter.ts
ๆๆฑๆๅญฆๅ โ
ไฝ่ ๆๆฐไฝๅ โ
ไฝๅ็ซ ่ โ
๐ข Passed Test
๐ก Example: https://rsshub.app/jjwxc/book/7013024
๐๏ธ Route: /jjwxc/book/:id?
๐ Parameters:
id
- Optional
- Description: ไฝๅ id๏ผๅฏๅจๅฏนๅบไฝๅ้กตไธญๆพๅฐ
๐ Source Code: /jjwxc/book.ts
ๆๆไธญๆ็ฝ โ
ๆฆๅ โ
๐ก Missing Test
๐ก Example: https://rsshub.app/56kog/top/weekvisit
๐๏ธ Route: /56kog/top/:category?
๐ Parameters:
category
- Optional
- Description: ๅ็ฑป๏ผ่งไธ่กจ๏ผ้ป่ฎคไธบๅจ็นๅปๆฆ
๐ Source Code: /56kog/top.ts
ๅจ็นๅปๆฆ | ๆปๆถ่ๆฆ | ๆๆฐ ๅ ฅๅบ |
---|---|---|
weekvisit | goodnum | postdate |
ๅ็ฑป โ
๐ก Missing Test
๐ก Example: https://rsshub.app/56kog/class/1_1
๐๏ธ Route: /56kog/class/:category?
๐ Parameters:
category
- Optional
- Description: ๅ็ฑป๏ผ่งไธ่กจ๏ผ้ป่ฎคไธบ็ๅนป้ญๆณ
๐ Source Code: /56kog/class.ts
็ๅนป้ญๆณ | ๆญฆไพ ไฟฎ็ | ๅๅฒๅไบ | ไพฆๆขๆจ็ | ็ฝๆธธๅจๆผซ |
---|---|---|---|---|
1_1 | 2_1 | 4_1 | 5_1 | 6_1 |
ๆๆ็ตๅผ | ้ฝๅธ่จๆ | ็งๅนป | ๅฅณ็ๅฐ่ฏด | ๅ ถไป |
---|---|---|---|---|
8_1 | 3_1 | 7_1 | 9_1 | 10_1 |
่ตท็น โ
่ฎจ่ฎบๅบ โ
๐ด Failed Test๐ Support Radar
๐ก Example: https://rsshub.app/qidian/forum/1010400217
๐๏ธ Route: /qidian/forum/:id
๐ Parameters:
id
- Required
- Description: ๅฐ่ฏด id, ๅฏๅจๅฏนๅบๅฐ่ฏด้กต URL ไธญๆพๅฐ
๐ Source Code: /qidian/forum.ts
้ๆถๅ ่ดนไธๆ้ขๅ โ
๐ด Failed Test๐ Support Radar
๐ก Example: https://rsshub.app/qidian/free-next
๐๏ธ Route: /qidian/free-next/:type?
๐ Parameters:
type
- Optional
- Description: ้ป่ฎคไธๅกซไธบ่ตท็นไธญๆ็ฝ๏ผๅกซ mm ไธบ่ตท็นๅฅณ็็ฝ
๐ Source Code: /qidian/free-next.ts
้ๆถๅ ่ดน โ
๐ด Failed Test๐ Support Radar
๐ก Example: https://rsshub.app/qidian/free
๐๏ธ Route: /qidian/free/:type?
๐ Parameters:
type
- Optional
- Description: ้ป่ฎคไธๅกซไธบ่ตท็นไธญๆ็ฝ๏ผๅกซ mm ไธบ่ตท็นๅฅณ็็ฝ
๐ Source Code: /qidian/free.ts
ไฝ่ โ
ไฝๅ็ซ ่ โ
๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/qidian/chapter/1010400217
๐๏ธ Route: /qidian/chapter/:id
๐ Parameters:
id
- Required
- Description: ๅฐ่ฏด id, ๅฏๅจๅฏนๅบๅฐ่ฏด้กต URL ไธญๆพๅฐ
๐ Source Code: /qidian/chapter.ts
่ฝปๅฐ่ฏดๆๅบ โ
Unknown โ
๐ก Missing Test
๐๏ธ Route: /wenku8/:category?
๐ Parameters:
category
- Optional
- Description: N/A
๐ Source Code: /wenku8/index.ts
็ซ ่ โ
๐ด Failed Test๐จ Strict Anti-crawling
๐ก Example: https://rsshub.app/wenku8/chapter/74
๐๏ธ Route: /wenku8/chapter/:id
๐ Parameters:
id
- Required
- Description: ๅฐ่ฏด id, ๅฏๅจๅฏนๅบๅฐ่ฏด้กต URL ไธญๆพๅฐ
๐ Source Code: /wenku8/chapter.ts
ๆๆฐๅท โ
๐ด Failed Test
๐ก Example: https://rsshub.app/wenku8/volume/1163
๐๏ธ Route: /wenku8/volume/:id
๐ Parameters:
id
- Required
- Description: ๅฐ่ฏด id, ๅฏๅจๅฏนๅบๅฐ่ฏด้กต URL ไธญๆพๅฐ
๐ Source Code: /wenku8/volume.ts
ๆฅๆฌ่ชๅค่ชญ้ๅ ด โ
็ญ็บง โ
๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/yomujp/n1
๐๏ธ Route: /yomujp/:level?
๐ Parameters:
level
- Optional
- Description: ็ญ็บง๏ผn1~n6๏ผไธบ็ฉบ้ป่ฎคๅ จ้จ
๐ Source Code: /yomujp/level.ts
ไนฆไผด โ
ๅ็ฑป โ
๐ข Passed Test
๐ก Example: https://rsshub.app/bookfere/skills
๐๏ธ Route: /bookfere/:category
๐ Parameters:
category
- Required
- Options:
- Description: ๅ็ฑปๅ
๐ Source Code: /bookfere/category.ts
ๆฏๅจไธไนฆ | ไฝฟ็จๆๅทง | ๅพไนฆๆจ่ | ๆฐ้ป้้ | ็ฒพ้็ญๆ |
---|---|---|---|---|
weekly | skills | books | news | essay |
่่ฏ โ
TIP
p-articles provides some official RSS feeds:
- section:
https://p-articles.com/section/:section
- contributors:
https://p-articles.com/contributors/:author
็ๅ โ
๐ก Missing Test๐ Support Radar
๐ก Example: https://rsshub.app/p-articles/section/critics
๐๏ธ Route: /p-articles/section/:section
๐ Parameters:
section
- Required
- Description: ็ๅๅ็งฐ, ๅฏๅจๅฏนๅบ็ๅ URL ไธญๆพๅฐ, ๅญ็ๅ้พๆฅ็จ
-
่ฟๆฅ
๐ Source Code: /p-articles/section.ts
่่ฉไฝ่ โ
ๆๆๆๅฟ โ
่ฟๆๆ็ซ ๆฑๆป โ
๐ด Failed Test๐ Support Radar
๐ก Example: https://rsshub.app/yilinzazhi/latest
๐๏ธ Route: /yilinzazhi/latest
๐ Source Code: /yilinzazhi/latest.ts
ๆ่ฟไธๆ็ๆ็ซ ๆฑๆป
ๆ็ซ ๅ่กจ โ
๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/yilinzazhi
๐ Source Code: /yilinzazhi/index.ts
ไธญๆๆไบบๆๅญธ็ถฒ โ
็ญ็ฏ โ
๐ข Passed Test
๐ก Example: https://rsshub.app/xbookcn/็ฒพ้ไฝๅ
๐๏ธ Route: /xbookcn/:label?
๐ Parameters:
label
- Optional
- Description: ๆๅ็งฐๅ็ฑป๏ผ่ฏฆ่งhttps://blog.xbookcn.net/p/all.html
๐ Source Code: /xbookcn/blog.ts
ใซใฏใจใ โ
ๆ็จฟ โ
๐ด Failed Test๐ Support Radar
๐ก Example: https://rsshub.app/kakuyomu/works/1177354054894027232
๐๏ธ Route: /kakuyomu/works/:id
๐ Parameters:
id
- Required
- Description: ๆ็จฟ ID
๐ Source Code: /kakuyomu/works.ts