๐ Popular โ
ๅฐ็บขไนฆ
โ
็จๆท็ฌ่ฎฐ/ๆถ่
โ
๐ฅ 1465444๐จ Strict Anti-crawling๐ญ Rely on Puppeteerโ๏ธ Config Required๐ Support Radar
๐ก Example: https://rsshub.app/xiaohongshu/user/593032945e87e77791e03696/notes
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /xiaohongshu/user/:user_id/:category/:routeParams?
๐ Parameters:
user_id- Required
- Description: user id, length 24 characters
category- Required
- Default: notes
- Options:
- Description: category, notes or collect
routeParams- Optional
- Default: 0
- Description: displayLivePhoto,
/user/:user_id/notes/displayLivePhoto=0,ไธ้ๆถLivePhotoๆพ็คบไธบๅพ็,/user/:user_id/notes/displayLivePhoto=1,ๅๅผไธไธบ0ๆถLivePhotoๆพ็คบไธบ่ง้ข
โ๏ธ Deployment Configs:
XIAOHONGSHU_COOKIE, optional - ๅฐ็บขไนฆ cookie ๅผ๏ผๅฏๅจ็ฝ็ป้้ข็ๅฐใ
๐ Source Code: /xiaohongshu/user.ts
X (Twitter)
โ
Specify options (in the format of query string) in parameter routeParams to control some extra features for Tweets
| Key | Description | Accepts | Defaults to |
|---|---|---|---|
readable | Enable readable layout | 0/1/true/false | false |
authorNameBold | Display author name in bold | 0/1/true/false | false |
showAuthorInTitle | Show author name in title | 0/1/true/false | false (true in /twitter/followings) |
showAuthorAsTitleOnly | Show only author name as title | 0/1/true/false | false |
showAuthorInDesc | Show author name in description (RSS body) | 0/1/true/false | false (true in /twitter/followings) |
showQuotedAuthorAvatarInDesc | Show avatar of quoted Tweet's author in description (RSS body) (Not recommended if your RSS reader extracts images from description) | 0/1/true/false | false |
showAuthorAvatarInDesc | Show avatar of author in description (RSS body) (Not recommended if your RSS reader extracts images from description) | 0/1/true/false | false |
showEmojiForRetweetAndReply | Use "๐" instead of "RT", "โฉ๏ธ" & "๐ฌ" instead of "Re" | 0/1/true/false | false |
showSymbolForRetweetAndReply | Use " RT " instead of "", " Re " instead of "" | 0/1/true/false | true |
showRetweetTextInTitle | Show quote comments in title (if false, only the retweeted tweet will be shown in the title) | 0/1/true/false | true |
addLinkForPics | Add clickable links for Tweet pictures | 0/1/true/false | false |
showTimestampInDescription | Show timestamp in description | 0/1/true/false | false |
showQuotedInTitle | Show quoted tweet in title | 0/1/true/false | false |
widthOfPics | Width of Tweet pictures | Unspecified/Integer | Unspecified |
heightOfPics | Height of Tweet pictures | Unspecified/Integer | Unspecified |
sizeOfAuthorAvatar | Size of author's avatar | Integer | 48 |
sizeOfQuotedAuthorAvatar | Size of quoted tweet's author's avatar | Integer | 24 |
includeReplies | Include replies, only available in /twitter/user | 0/1/true/false | false |
includeRts | Include retweets, only available in /twitter/user | 0/1/true/false | true |
forceWebApi | Force using Web API even if Developer API is configured, only available in /twitter/user and /twitter/keyword | 0/1/true/false | false |
count | count parameter passed to Twitter API, only available in /twitter/user | Unspecified/Integer | Unspecified |
onlyMedia | Only get tweets with a media | 0/1/true/false | false |
mediaNumber | Number the medias | 0/1/true/false | false |
Specify different option values than default values to improve readability. The URL
https://rsshub.app/twitter/user/durov/readable=1&authorNameBold=1&showAuthorInTitle=1&showAuthorInDesc=1&showQuotedAuthorAvatarInDesc=1&showAuthorAvatarInDesc=1&showEmojiForRetweetAndReply=1&showRetweetTextInTitle=0&addLinkForPics=1&showTimestampInDescription=1&showQuotedInTitle=1&heightOfPics=150generates

Currently supports two authentication methods:
Using
TWITTER_AUTH_TOKEN(recommended): Configure a comma-separated list ofauth_tokencookies of logged-in Twitter Web. RSSHub will use this information to directly access Twitter's web API to obtain data.Using
TWITTER_USERNAMETWITTER_PASSWORDandTWITTER_AUTHENTICATION_SECRET: Configure a comma-separated list of Twitter username and password. RSSHub will use this information to log in to Twitter and obtain data using the mobile API. Please note that if you have not logged in with the current IP address before, it is easy to trigger Twitter's risk control mechanism.
User media
โ
๐ฅ 549386๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐ก Example: https://rsshub.app/twitter/media/_RSSHub
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /twitter/media/:id/:routeParams?
๐ Parameters:
id- Required
- Description: username; in particular, if starts with
+, it will be recognized as a unique ID, e.g.+44196397
routeParams- Optional
- Description: extra parameters, see the table above.
โ๏ธ Deployment Configs:
TWITTER_USERNAME, required - Please see above for details.TWITTER_PASSWORD, required - Please see above for details.TWITTER_AUTH_TOKEN, required - Please see above for details.
๐ Source Code: /twitter/media.ts
User timeline
โ
๐ฅ 532199๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐ก Example: https://rsshub.app/twitter/user/_RSSHub
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /twitter/user/:id/:routeParams?
๐ Parameters:
id- Required
- Description: username; in particular, if starts with
+, it will be recognized as a unique ID, e.g.+44196397
routeParams- Optional
- Description: extra parameters, see the table above
โ๏ธ Deployment Configs:
TWITTER_USERNAME, required - Please see above for details.TWITTER_PASSWORD, required - Please see above for details.TWITTER_AUTHENTICATION_SECRET, optional - TOTP 2FA secret, please see above for details.TWITTER_AUTH_TOKEN, required - Please see above for details.TWITTER_THIRD_PARTY_API, optional - Use third-party API to query twitter data
๐ Source Code: /twitter/user.ts
List timeline
โ
๐ฅ 5048๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐ก Example: https://rsshub.app/twitter/list/1502570462752219136
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /twitter/list/:id/:routeParams?
๐ Parameters:
id- Required
- Description: list id, get from url
routeParams- Optional
- Description: extra parameters, see the table above
โ๏ธ Deployment Configs:
TWITTER_AUTH_TOKEN, required - Please see above for details.TWITTER_THIRD_PARTY_API, required - Please see above for details.
๐ Source Code: /twitter/list.ts
Keyword
โ
๐ฅ 4928๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐ก Example: https://rsshub.app/twitter/keyword/RSSHub
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /twitter/keyword/:keyword/:routeParams?
๐ Parameters:
keyword- Required
- Description: keyword
routeParams- Optional
- Description: extra parameters, see the table above
โ๏ธ Deployment Configs:
TWITTER_USERNAME, required - Please see above for details.TWITTER_PASSWORD, required - Please see above for details.TWITTER_AUTH_TOKEN, required - Please see above for details.TWITTER_THIRD_PARTY_API, required - Please see above for details.
๐ Source Code: /twitter/keyword.ts
Instagram
โ
User Profile - Pixnoy
โ
๐ฅ 427749๐จ Strict Anti-crawling๐ญ Rely on Puppeteer๐ Support Radar
๐ก Example: https://rsshub.app/picnob/user/xlisa_olivex
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /picnob/user/:id/:type?
๐ Parameters:
id- Required
- Description: Instagram id
type- Optional
- Description: Type of profile page (profile or tagged)
๐ Source Code: /picnob/user.ts
Telegram
โ
Channel
โ
๐ฅ 262374๐ข Passed Testโ๏ธ Config Required๐ Support Radar
๐ก Example: https://rsshub.app/telegram/channel/awesomeRSSHub
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /telegram/channel/:username/:routeParams?
๐ Parameters:
username- Required
- Description: channel username
routeParams- Optional
- Description:
extra parameters, see the table below
Key Description Accepts Defaults to showLinkPreview Show the link preview from Telegram 0/1/true/false true showViaBot For messages sent via bot, show the bot 0/1/true/false true showReplyTo For reply messages, show the target of the reply 0/1/true/false true showFwdFrom For forwarded messages, show the forwarding source 0/1/true/false true showFwdFromAuthor For forwarded messages, show the author of the forwarding source 0/1/true/false true showInlineButtons Show inline buttons 0/1/true/false false showMediaTagInTitle Show media tags in the title 0/1/true/false true showMediaTagAsEmoji Show media tags as emoji 0/1/true/false true showHashtagAsHyperlink Show hashtags as hyperlinks ( https://t.me/s/channel?q=%23hashtag)0/1/true/false true includeFwd Include forwarded messages 0/1/true/false true includeReply Include reply messages 0/1/true/false true includeServiceMsg Include service messages (e.g. message pinned, channel photo updated) 0/1/true/false true includeUnsupportedMsg Include messages unsupported by t.me 0/1/true/false false searchQuery search query keywords; replace #hashtagwith%23hashtag(no keyword) Specify different option values than default values can meet different needs, URL
https://rsshub.app/telegram/channel/NewlearnerChannel/showLinkPreview=0&showViaBot=0&showReplyTo=0&showFwdFrom=0&showFwdFromAuthor=0&showInlineButtons=0&showMediaTagInTitle=1&showMediaTagAsEmoji=1&includeFwd=0&includeReply=1&includeServiceMsg=0&includeUnsupportedMsg=0generates an RSS without any link previews and annoying metadata, with emoji media tags in the title, without forwarded messages (but with reply messages), and without messages you don't care about (service messages and unsupported messages), for people who prefer pure subscriptions.
For backward compatibility reasons, invalid
routeParamswill be treated assearchQuery.
โ๏ธ Deployment Configs:
TELEGRAM_SESSION, optional - Telegram API AuthenticationTELEGRAM_API_ID, optional - Telegram API IDTELEGRAM_API_HASH, optional - Telegram API HashTELEGRAM_MAX_CONCURRENT_DOWNLOADS, optional - Telegram Max Concurrent DownloadsTELEGRAM_PROXY_HOST, optional - Telegram Proxy HostTELEGRAM_PROXY_PORT, optional - Telegram Proxy PortTELEGRAM_PROXY_SECRET, optional - Telegram Proxy Secret
๐ Source Code: /telegram/channel.ts
TIP
Due to Telegram restrictions, some channels involving pornography, copyright, and politics cannot be subscribed. You can confirm by visiting https://t.me/s/:username, it's recommended to deploy your own instance with telegram api configs (create your telegram application via https://core.telegram.org/api/obtaining_api_id, run this command node ./lib/routes/telegram/scripts/get-telegram-session.mjs to get TELEGRAM_SESSION and set it as Environment Variable).
ๅๅฉๅๅฉ bilibili
โ
UP ไธปๆ็จฟ
โ
๐ก Example: https://rsshub.app/bilibili/user/video/2267573
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/user/video/:uid/:embed?
๐ Parameters:
uid- Required
- Description: ็จๆท id, ๅฏๅจ UP ไธปไธป้กตไธญๆพๅฐ
embed- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข, ไปปๆๅผไธบๅ ณ้ญ
๐ Source Code: /bilibili/video.ts
UP ไธปๅจๆ
โ
๐ฅ 21396โ๏ธ Config Required๐ Support Radar
๐ก Example: https://rsshub.app/bilibili/user/dynamic/2267573
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/user/dynamic/:uid/:routeParams?
๐ Parameters:
uid- Required
- Description: ็จๆท id, ๅฏๅจ UP ไธปไธป้กตไธญๆพๅฐ
routeParams- Optional
- Description:
้ฎ ๅซไน ๆฅๅ็ๅผ ้ป่ฎคๅผ showEmoji ๆพ็คบๆ้่่กจๆ ๅพ็ 0/1/true/false false embed ้ป่ฎคๅผๅฏๅ ๅต่ง้ข 0/1/true/false true useAvid ่ง้ข้พๆฅไฝฟ็จ AV ๅท (้ป่ฎคไธบ BV ๅท) 0/1/true/false false directLink ไฝฟ็จๅ ๅฎน็ด้พ 0/1/true/false false hideGoods ้่ๅธฆ่ดงๅจๆ 0/1/true/false false offset ๅ็งป็ถๆ string "" ็จไพ๏ผ
/bilibili/user/dynamic/2267573/showEmoji=1&embed=0&useAvid=1
โ๏ธ Deployment Configs:
BILIBILI_COOKIE_*, optional - ๅฆๆๆฒกๆๆญค้ ็ฝฎ๏ผ้ฃไนๅฟ ้กปๅผๅฏ puppeteer ๆฏๆ๏ผBILIBILI_COOKIE_{uid}: ็จไบ็จๆทๅ ณๆณจๅจๆ็ณปๅ่ทฏ็ฑ๏ผๅฏนๅบ uid ็ b ็ซ็จๆท็ปๅฝๅ็ Cookie ๅผ๏ผ{uid}ๆฟๆขไธบ uid๏ผๅฆBILIBILI_COOKIE_2267573๏ผ่ทๅๆนๅผ๏ผ 1. ๆๅผ https://api.vc.bilibili.com/dynamic_svr/v1/dynamic_svr/dynamic_new?uid=0&type=8 2. ๆๅผๆงๅถๅฐ๏ผๅๆขๅฐ Network ้ขๆฟ๏ผๅทๆฐ 3. ็นๅป dynamic_new ่ฏทๆฑ๏ผๆพๅฐ Cookie 4. ่ง้ขๅไธๆ ๏ผUP ไธป็ฒไธๅๅ ณๆณจๅช่ฆๆฑSESSDATAๅญๆฎต๏ผๅจๆ้ๅคๅถๆดๆฎต Cookie
๐ Source Code: /bilibili/dynamic.ts
ๆ่กๆฆ
โ
๐ก Example: https://rsshub.app/bilibili/ranking/all
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/ranking/:rid?/:embed?/:redirect1?/:redirect2?
๐ Parameters:
rid- Optional
- Default: all
- Options:
- Description: ๆ่กๆฆๅๅบไปฃๅทๆ rid๏ผๅฏๅจ URL ไธญๆพๅฐ
embed- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข๏ผไปปๆๅผไธบๅ ณ้ญ
redirect1- Optional
- Description: ็็ฉบ๏ผ็จไบๅ ผๅฎนไนๅ็่ทฏ็ฑ
redirect2- Optional
- Description: ็็ฉบ๏ผ็จไบๅ ผๅฎนไนๅ็่ทฏ็ฑ
๐ Source Code: /bilibili/ranking.ts
B ็ซๆฏๅจๅฟ
็
โ
๐ฅ 3005๐ข Passed Test
๐ก Example: https://rsshub.app/bilibili/weekly
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/weekly/:embed?
๐ Parameters:
embed- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข, ไปปๆๅผไธบๅ ณ้ญ
๐ Source Code: /bilibili/weekly-recommend.ts
็จๆทๆๆ่ง้ข
โ
๐ก Example: https://rsshub.app/bilibili/user/video-all/2267573
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/user/video-all/:uid/:embed?
๐ Parameters:
uid- Required
- Description: ็จๆท id, ๅฏๅจ UP ไธปไธป้กตไธญๆพๅฐ
embed- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข, ไปปๆๅผไธบๅ ณ้ญ
๐ Source Code: /bilibili/video-all.ts
YouTube
โ
Channel with user handle
โ
๐ฅ 138947๐ข Passed Testโ๏ธ Config Required๐ Support Radar
๐ก Example: https://rsshub.app/youtube/user/@JFlaMusic
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /youtube/user/:username/:routeParams?
๐ Parameters:
username- Required
- Description: YouTuber handle with @
routeParams- Optional
- Description: Extra parameters, see the table below
โ๏ธ Deployment Configs:
YOUTUBE_KEY, optional - YouTube API Key, support multiple keys, split them with,, API Key application
๐ Source Code: /youtube/user.ts
Parameter
| Name | Description | Default |
|---|---|---|
| embed | Whether to embed the video, fill in any value to disable embedding | embed |
| filterShorts | Whether to filter out shorts from the feed, fill in any falsy value to show shorts | true |
Channel with id
โ
๐ฅ 2991๐ข Passed Testโ๏ธ Config Required๐ Support Radar
๐ก Example: https://rsshub.app/youtube/channel/UCDwDMPOZfxVV0x_dz0eQ8KQ
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /youtube/channel/:id/:routeParams?
๐ Parameters:
id- Required
- Description: YouTube channel id
routeParams- Optional
- Description: Extra parameters, see the table below
โ๏ธ Deployment Configs:
YOUTUBE_KEY, optional - YouTube API Key, support multiple keys, split them with,, API Key application
๐ Source Code: /youtube/channel.ts
Parameter
| Name | Description | Default |
|---|---|---|
| embed | Whether to embed the video, fill in any value to disable embedding | embed |
| filterShorts | Whether to filter out shorts from the feed, fill in any falsy value to show shorts | true |
TIP
YouTube provides official RSS feeds for channels, for instance https://www.youtube.com/feeds/videos.xml?channel_id=UCDwDMPOZfxVV0x_dz0eQ8KQ.
Playlist
โ
๐ฅ 1585๐ข Passed Testโ๏ธ Config Required
๐ก Example: https://rsshub.app/youtube/playlist/PLqQ1RwlxOgeLTJ1f3fNMSwhjVgaWKo_9Z
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /youtube/playlist/:id/:embed?
๐ Parameters:
id- Required
- Description: YouTube playlist id
embed- Optional
- Description: Default to embed the video, set to any value to disable embedding
โ๏ธ Deployment Configs:
YOUTUBE_KEY, optional - YouTube API Key, support multiple keys, split them with,, API Key application
๐ Source Code: /youtube/playlist.ts
ๅพฎๅ
โ
WARNING
ๅพฎๅไผ้ๅฏน่ฏทๆฑ็ๆฅๆบๅฐๅบ่ฟๅไธๅ็็ปๆใไธไธชๅทฒ็ฅ็ไพๅญไธบ๏ผ้จๅ่ง้ขๅ ๆช็ฅๅๅ ไป
้ไธญๅฝๅคง้ๅขๅ
่ฎฟ้ฎ (CDN ๅๅไธบ locallimit.us.sinaimg.cn ่้ f.video.weibocdn.com)ใ่ฅไธๆกๅพฎๅๅซๆ่ฟ็ง่ง้ขไธ RSSHub ๅฎไพ้จ็ฝฒๅจๅขๅค๏ผๆๅๅฐ็ๅพฎๅๅฏ่ฝไธๅซ่ง้ขใๅฐ RSSHub ้จ็ฝฒๅจๅขๅ
ๆๅฉไบๆๅ่ฟ็ง่ง้ข๏ผไฝ้
่ฏปๅจไนๅฟ
้กปๅคไบๅขๅ
็ฝ็ป็ฏๅขไปฅๅ ่ฝฝ่ง้ขใ
WARNING
ๅคง้จๅ่ทฏ็ฑๅ้่ฆ Cookies ๆ่ฝ่ทๅใไผๅ
ไฝฟ็จ WEIBO_COOKIES๏ผๆช่ฎพ็ฝฎๆถๅฐ่ฏไฝฟ็จ Puppeteer ่ทๅ่ฎฟๅฎข Cookiesใ้จๅ่ทฏ็ฑไธๆฏๆ่ฎฟๅฎข่ฎฟ้ฎ๏ผๅๅฟ
้กป่ฎพ็ฝฎ WEIBO_COOKIES๏ผ่ฏฆ่งๅไธช่ทฏ็ฑ็ๆๆกฃใ
ๅฏนไบๅพฎๅๅ
ๅฎน๏ผๅจ routeParams ๅๆฐไธญไปฅ query string ๆ ผๅผๆๅฎ้้กน๏ผๅฏไปฅๆงๅถ่พๅบ็ๆ ทๅผ
| ้ฎ | ๅซไน | ๆฅๅ็ๅผ | ้ป่ฎคๅผ |
|---|---|---|---|
| readable | ๆฏๅฆๅผๅฏ็ป่ๆ็ๅฏ่ฏปๆงไผๅ | 0/1/true/false | false |
| authorNameBold | ๆฏๅฆๅ ็ฒไฝ่ ๅๅญ | 0/1/true/false | false |
| showAuthorInTitle | ๆฏๅฆๅจๆ ้ขๅคๆพ็คบไฝ่ | 0/1/true/false | false๏ผ/weibo/keyword/ไธญไธบ true๏ผ |
| showAuthorInDesc | ๆฏๅฆๅจๆญฃๆๅคๆพ็คบไฝ่ | 0/1/true/false | false๏ผ/weibo/keyword/ไธญไธบ true๏ผ |
| showAuthorAvatarInDesc | ๆฏๅฆๅจๆญฃๆๅคๆพ็คบไฝ่ ๅคดๅ๏ผ่ฅ้ ่ฏปๅจไผๆๅๆญฃๆๅพ็๏ผไธๅปบ่ฎฎๅผๅฏ๏ผ | 0/1/true/false | false |
| showEmojiForRetweet | ๆพ็คบ โ๐โ ๅไปฃ โ่ฝฌๅโ ไธคไธชๅญ | 0/1/true/false | false |
| showRetweetTextInTitle | ๅจๆ ้ขๅบๆพ็คบ่ฝฌๅ่ฏ่ฎบ๏ผ็ฝฎไธบ false ๅๅจๆ ้ขๅชๆพ็คบ่ขซ่ฝฌๅๅพฎๅ๏ผ | 0/1/true/false | true |
| addLinkForPics | ไธบๅพ็ๆทปๅ ๅฏ็นๅป็้พๆฅ | 0/1/true/false | false |
| showTimestampInDescription | ๅจๆญฃๆๅคๆพ็คบ่ขซ่ฝฌๅๅพฎๅ็ๆถ้ดๆณ | 0/1/true/false | false |
| widthOfPics | ๅพฎๅ้ ๅพๅฎฝ๏ผ็ๆๅๅณไบ้ ่ฏปๅจ๏ผ | ไธๆๅฎ / ๆฐๅญ | ไธๆๅฎ |
| heightOfPics | ๅพฎๅ้ ๅพ้ซ๏ผ็ๆๅๅณไบ้ ่ฏปๅจ๏ผ | ไธๆๅฎ / ๆฐๅญ | ไธๆๅฎ |
| sizeOfAuthorAvatar | ไฝ่ ๅคดๅๅคงๅฐ | ๆฐๅญ | 48 |
| displayVideo | ๆฏๅฆ็ดๆฅๆพ็คบๅพฎๅ่ง้ขๅ Live Photo๏ผๅชๅจๅไธปๆไธชไบบๆถ้ด็บฟ RSS ไธญๆๆ | 0/1/true/false | true |
| displayArticle | ๆฏๅฆ็ดๆฅๆพ็คบๅพฎๅๆ็ซ ๏ผๅชๅจๅไธปๆไธชไบบๆถ้ด็บฟ RSS ไธญๆๆ | 0/1/true/false | false |
| displayComments | ๆฏๅฆ็ดๆฅๆพ็คบ็ญ้จ่ฏ่ฎบ๏ผๅชๅจๅไธปๆไธชไบบๆถ้ด็บฟ RSS ไธญๆๆ | 0/1/true/false | false |
| showEmojiInDescription | ๆฏๅฆๅฑ็คบๆญฃๆไธญ็ๅพฎๅ่กจๆ
๏ผๅ
ณ้ญๅๆฟๆขไธบ [่กจๆ
ๅ] | 0/1/true/false | true |
| showLinkIconInDescription | ๆฏๅฆๅฑ็คบๆญฃๆไธญ็้พๆฅๅพๆ | 0/1/true/false | true |
| preferMobileLink | ๆฏๅฆไฝฟ็จ็งปๅจ็้พๆฅ๏ผ้ป่ฎคไฝฟ็จ PC ็๏ผ | 0/1/true/false | false |
| showRetweeted | ๆฏๅฆๆพ็คบ่ฝฌๅ็ๅพฎๅ | 0/1/true/false | true |
| showBloggerIcons | ๆฏๅฆๆพ็คบ่ฏ่ฎบไธญๅไธป็ๆ ๅฟ๏ผๅชๅจๆพ็คบ็ญ้จ่ฏ่ฎบๆถๆๆ | 0/1/true/false | false |
ๆๅฎๆดๅคไธ้ป่ฎคๅผไธๅ็ๅๆฐ้้กนๅฏไปฅๆนๅ RSS ็ๅฏ่ฏปๆง๏ผๅฆ
็ๆๆไธบ

ๅไธป
โ
๐ฅ 51624๐จ Strict Anti-crawling๐ญ Rely on Puppeteerโ๏ธ Config Required๐ Support Radar
๐ก Example: https://rsshub.app/weibo/user/1195230310
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /weibo/user/:uid/:routeParams?
๐ Parameters:
uid- Required
- Description: ็จๆท id, ๅไธปไธป้กตๆๅผๆงๅถๅฐๆง่ก
$CONFIG.oid่ทๅ
routeParams- Optional
- Description: ้ขๅคๅๆฐ๏ผ่ฏทๅ้
ไธ้ข็่ฏดๆๅ่กจๆ ผ๏ผ็นๅซๅฐ๏ผๅฝ
routeParams=1ๆถๅผๅฏๅพฎๅ่ง้ขๆพ็คบ
โ๏ธ Deployment Configs:
WEIBO_COOKIES, optional -
๐ Source Code: /weibo/user.ts
WARNING
้จๅๅไธปไป
็ปๅฝๅฏ่ง๏ผๆชๆไพ Cookie ็ๆ
ๅตไธไธๆฏๆ่ฎข้
๏ผๅฏไปฅ้่ฟๆๅผ https://m.weibo.cn/u/:uid ้ช่ฏ
็ญๆๆฆ
โ
๐ฅ 6442๐ญ Rely on Puppeteerโ๏ธ Config Required๐ Support Radar
๐ก Example: https://rsshub.app/weibo/search/hot
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /weibo/search/hot/:fulltext?
๐ Parameters:
fulltext- Optional
- Description:
- ไฝฟ็จ
/weibo/search/hotๅฏไปฅ่ทๅ็ญๆๆก็ฎๅ่กจ๏ผ - ไฝฟ็จ/weibo/search/hot/fulltextๅฏไปฅ่ฟไธๆญฅ่ทๅ็ญๆๆก็ฎไธ็ๆ่ฆไฟกๆฏ๏ผไธๅซๅพ็่ง้ข๏ผ๏ผ - ไฝฟ็จ/weibo/search/hot/fulltext?pic=trueๅฏไปฅ่ทๅๅพ็็ผฉ็ฅ๏ผไฝ้่ฆ้ ๅ้ขๅค็ๆๆฎต๏ผไพๅฆๆต่งๅจไธ็ Header Editor ็ญๆฅไฟฎๆน referer ๅๆฐไธบhttps://weibo.com๏ผไปฅ่ง้ฟๅพฎๅ็ๅค้พ้ๅถ๏ผๅฆๅๅพ็ๆ ๆณๆพ็คบใ๏ผ - ไฝฟ็จ/weibo/search/hot/fulltext?pic=true&fullpic=trueๅฏไปฅ่ทๅ Original ๅพ็๏ผไฝ้่ฆ้ ๅ้ขๅค็ๆๆฎต๏ผไพๅฆๆต่งๅจไธ็ Header Editor ็ญๆฅไฟฎๆน referer ๅๆฐไธบhttps://weibo.com๏ผไปฅ่ง้ฟๅพฎๅ็ๅค้พ้ๅถ๏ผๅฆๅๅพ็ๆ ๆณๆพ็คบใ๏ผ
โ๏ธ Deployment Configs:
WEIBO_COOKIES, optional -
๐ Source Code: /weibo/search/hot.ts
ๅ
ณ้ฎ่ฏ
โ
๐ฅ 1285๐ญ Rely on Puppeteerโ๏ธ Config Required
๐ก Example: https://rsshub.app/weibo/keyword/RSSHub
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /weibo/keyword/:keyword/:routeParams?
๐ Parameters:
keyword- Required
- Description: ไฝ ๆณ่ฎข้ ็ๅพฎๅๅ ณ้ฎ่ฏ
routeParams- Optional
- Description: ้ขๅคๅๆฐ๏ผ่ฏทๅ้ ไธ้ข็่ฏดๆๅ่กจๆ ผ
โ๏ธ Deployment Configs:
WEIBO_COOKIES, optional -
๐ Source Code: /weibo/keyword.ts
ๅฐๅฎๅฎ
โ
ๆญๅฎข
โ
๐ฅ 52861๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/xiaoyuzhou/podcast/6021f949a789fca4eff4492c
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /xiaoyuzhou/podcast/:id
๐ Parameters:
id- Required
- Description: ๆญๅฎข id ๆๅ้ id๏ผๅฏไปฅๅจๅฐๅฎๅฎๆญๅฎข็ URL ไธญๆพๅฐ
๐ Source Code: /xiaoyuzhou/podcast.ts
pixiv
โ
User Activity
โ
๐ก Example: https://rsshub.app/pixiv/user/15288095
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /pixiv/user/:id
๐ Parameters:
id- Required
- Description: user id, available in user's homepage URL
๐ Source Code: /pixiv/user.ts
Rankings
โ
๐ก Example: https://rsshub.app/pixiv/ranking/week
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /pixiv/ranking/:mode/:date?
๐ Parameters:
mode- Required
- Default: day
- Options:
- Description: rank type
date- Optional
- Description: format:
2018-4-25
๐ Source Code: /pixiv/ranking.ts
Keyword
โ
๐ก Example: https://rsshub.app/pixiv/search/Nezuko/popular
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /pixiv/search/:keyword/:order?/:mode?/:include_ai?
๐ Parameters:
keyword- Required
- Description: keyword
order- Optional
- Default: date
- Options:
- Description: rank mode, empty or other for time order, popular for popular order
mode- Optional
- Default: no
- Options:
- Description: filte R18 content
include_ai- Optional
- Default: yes
- Options:
- Description: whether AI-generated content is included
๐ Source Code: /pixiv/search.ts
PornHub
โ
Model
โ
๐ฅ 29915๐ข Passed Test๐จ Strict Anti-crawling๐ Support Radar
๐ก Example: https://rsshub.app/pornhub/model/stacy-starando
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /pornhub/model/:username/:language?/:sort?
๐ Parameters:
username- Required
- Description: username, part of the url e.g.
pornhub.com/model/stacy-starando
language- Optional
- Description: language, see below
sort- Optional
- Description: sorting method, see below
๐ Source Code: /pornhub/model.ts
Keyword Search
โ
๐ฅ 5937๐ข Passed Test
๐ก Example: https://rsshub.app/pornhub/search/stepsister
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /pornhub/search/:keyword
๐ Parameters:
keyword- Required
- Description: keyword
๐ Source Code: /pornhub/search.ts
Pornstar
โ
๐ฅ 4071๐ข Passed Test๐จ Strict Anti-crawling๐ Support Radar
๐ก Example: https://rsshub.app/pornhub/pornstar/june-liu/www/mr
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /pornhub/pornstar/:username/:language?/:sort?
๐ Parameters:
username- Required
- Description: username, part of the url e.g.
pornhub.com/pornstar/june-liu
language- Optional
- Default: www
- Options:
- Description: language
sort- Optional
- Options:
- Description: sorting method, leave empty for
Best
๐ Source Code: /pornhub/pornstar.ts
Category
โ
๐ก Example: https://rsshub.app/pornhub/category/popular-with-women
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /pornhub/category/:caty
๐ Parameters:
caty- Required
- Description: category, see categories
๐ Source Code: /pornhub/category.ts
ๅณๅป
โ
ๅๅญ
โ
๐ฅ 21791๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/jike/topic/556688fae4b00c57d9dd46ee
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /jike/topic/:id/:showUid?
๐ Parameters:
id- Required
- Description: ๅๅญ id, ๅฏๅจๅณๅป web ็ซฏๅๅญ้กตๆ APP ๅไบซๅบๆฅ็ๅๅญ้กต URL ไธญๆพๅฐ
showUid- Optional
- Options:
- Description: ๆฏๅฆๅจๅ ๅฎนไธญๆพ็คบ็จๆทไฟกๆฏ๏ผ่ฎพ็ฝฎไธบ 1 ๅๅผๅฏ
๐ Source Code: /jike/topic.ts
็จๆทๅจๆ
โ
๐ฅ 8941๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/jike/user/3EE02BC9-C5B3-4209-8750-4ED1EE0F67BB
๐ฅ Top Feeds on Folo:
๐ Parameters:
id- Required
- Description: ็จๆท id, ๅฏๅจๅณๅปๅไบซๅบๆฅ็ๅๆกๅจๆ้กต็นๅป็จๆทๅคดๅ่ฟๅ ฅไธชไบบไธป้กต๏ผ็ถๅๅจไธชไบบไธป้กต็ URL ไธญๆพๅฐ๏ผๆ่ ๅจๅๆกๅจๆ้กตไฝฟ็จ RSSHub Radar ๆไปถ
๐ Source Code: /jike/user.ts
ๅๅญ - ็บฏๆๅญ
โ
๐ฅ 1251๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/jike/topic/text/553870e8e4b0cafb0a1bef68
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /jike/topic/text/:id
๐ Parameters:
id- Required
- Description: ๅๅญ id, ๅฏๅจๅณๅป web ็ซฏๅๅญ้กตๆ APP ๅไบซๅบๆฅ็ๅๅญ้กต URL ไธญๆพๅฐ
๐ Source Code: /jike/topic-text.ts
ๅฐๆฐๆดพ sspai
โ
้ฆ้กต
โ
๐ฅ 29918๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/sspai/index
๐ฅ Top Feeds on Folo:
๐ Source Code: /sspai/index.ts
Matrix
โ
๐ฅ 1306๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/sspai/matrix
๐ฅ Top Feeds on Folo:
๐ Source Code: /sspai/matrix.ts
็ฅไน
โ
TIP
่ช2024ๅนด7ๆ๏ผๆช็ปๅฝ็ถๆไธๅคง้จๅ่ทฏ็ฑๆ ๆณ่ทๅๅ
จๆใ่ฅๆ้่ฆ่ฏทๅจ็ป้็ฅไนๅๅฏปๆพๅนถๆทปๅ ๅ
ๅซz_c0็Cookies่ณ็ฏๅขๅ้ZHIHU_COOKIESใ
็ฅไน็ญๆฆ
โ
๐ฅ 15168๐จ Strict Anti-crawlingโ๏ธ Config Required
๐ก Example: https://rsshub.app/zhihu/hot
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /zhihu/hot/:category?
๐ Parameters:
category- Optional
- Description: N/A
โ๏ธ Deployment Configs:
ZHIHU_COOKIES, optional -
๐ Source Code: /zhihu/hot.ts
็จๆทๅจๆ
โ
๐ฅ 6114๐จ Strict Anti-crawlingโ๏ธ Config Required๐ Support Radar
๐ก Example: https://rsshub.app/zhihu/people/activities/diygod
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /zhihu/people/activities/:id
๐ Parameters:
id- Required
- Description: ไฝ่ id๏ผๅฏๅจ็จๆทไธป้กต URL ไธญๆพๅฐ
โ๏ธ Deployment Configs:
ZHIHU_COOKIES, optional -
๐ Source Code: /zhihu/activities.ts
ไธๆ
โ
๐ฅ 1932๐ก Missing Test๐จ Strict Anti-crawlingโ๏ธ Config Required๐ Support Radar
๐ก Example: https://rsshub.app/zhihu/zhuanlan/googledevelopers
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /zhihu/zhuanlan/:id
๐ Parameters:
id- Required
- Description: ไธๆ id๏ผๅฏๅจไธๆ ไธป้กต URL ไธญๆพๅฐ
โ๏ธ Deployment Configs:
ZHIHU_COOKIES, required -
๐ Source Code: /zhihu/zhuanlan.ts
็จๆทๆ็ซ
โ
๐ฅ 1434๐จ Strict Anti-crawlingโ๏ธ Config Required๐ Support Radar
๐ก Example: https://rsshub.app/zhihu/posts/people/frederchen
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /zhihu/posts/:usertype/:id
๐ Parameters:
usertype- Required
- Description: ไฝ่ id๏ผๅฏๅจ็จๆทไธป้กต URL ไธญๆพๅฐ
id- Required
- Description: ็จๆท็ฑปๅusertype๏ผๅ่็จๆทไธป้กต็URLใ็ฎๅๆไธค็ง๏ผ่งไธ่กจ
โ๏ธ Deployment Configs:
ZHIHU_COOKIES, optional -
๐ Source Code: /zhihu/posts.ts
| ๆฎ้็จๆท | ๆบๆ็จๆท |
|---|---|
| people | org |
่ๆฆด็คพๅบ
โ
ๅๅบๅธๅญ
โ
๐ฅ 24231๐ข Passed Test๐จ Strict Anti-crawling
๐ก Example: https://rsshub.app/t66y/20/2
๐ฅ Top Feeds on Folo:
- [ไปๆฅไธป้ข] ๆ่ก่จ่ซๅ | ่ๆฆด็คพๅ - t66y.com
- [ไปๆฅไธป้ข] ้่็พ็ๆๅน | ่ๆฆด็คพๅ - t66y.com
๐๏ธ Route: /t66y/:id/:type?/:search?
๐ Parameters:
id- Required
- Description: ๅๅบ id, ๅฏๅจๅๅบ้กต URL ไธญๆพๅฐ
type- Optional
- Description: ็ฑปๅ id, ๅฏๅจๅๅบ็ฑปๅ่ฟๆปคๅ็ URL ไธญๆพๅฐ
search- Optional
- Description: ไธป้ข็ฑปๅ็ญ้๏ผๅฏๅจๅๅบไธป้ข็ฑปๅ็ญ้ๅ็ URL ไธญๆพๅฐ๏ผ้ป่ฎคไธบ
today
๐ Source Code: /t66y/index.ts
ๆณจๆ๏ผๅนถ้ๆๆ็ๅๅบ้ฝๆๅญ็ฑปๅ๏ผๅฏไปฅๅ่ๆไบบๆๅญฆไบคๆตๅบ็
ๅคๅ ธๆญฆไพ่ฟไธๅญ็ฑปๅใ
| ไบๆดฒๆ ็ ๅๅๅบ | ไบๆดฒๆ็ ๅๅๅบ | ๆฌง็พๅๅๅบ | ๅจๆผซๅๅๅบ | ๅฝไบงๅๅๅบ |
|---|---|---|---|---|
| 2 | 15 | 4 | 5 | 25 |
| ไธญๅญๅๅๅบ | ่ฝฌๅธไบคๆตๅบ | HTTP ไธ่ฝฝๅบ | ๅจ็บฟๆไบบๅบ |
|---|---|---|---|
| 26 | 27 | 21 | 22 |
| ๆๆฏ่ฎจ่ฎบๅบ | ๆฐๆถไปฃ็ๆไปฌ | ่พพ็ๅฐ็ๆๅธ | ๆไบบๆๅญฆไบคๆต |
|---|---|---|---|
| 7 | 8 | 16 | 20 |
ไธป้ข่ฟๆปค
ๅ ไธบ่ฏฅ็ฑปๅๆ ๆณๆญ้ ๅญ็ฑปๅไฝฟ็จ๏ผๆไปฅไฝฟ็จๆถ
typeๅญ็ฑปๅ้ไฝฟ็จ-999ๅ ไฝ
| ไปๆฅไธป้ข | ็ญ้จไธป้ข | ็ฒพๅไธป้ข | ๅๅไธป้ข | ไปๆฅๆฐไฝ |
|---|---|---|---|---|
| today | hot | digest | 1 | 2 |
V2EX
โ
ๆ็ญ / ๆๆฐไธป้ข
โ
๐ฅ 22701๐ข Passed Test
๐ก Example: https://rsshub.app/v2ex/topics/latest
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /v2ex/topics/:type
๐ Parameters:
type- Required
- Default: hot
- Options:
- Description: ไธป้ข็ฑปๅ
๐ Source Code: /v2ex/topics.ts
ๆ ็ญพ
โ
๐ฅ 1408๐ข Passed Test
๐ก Example: https://rsshub.app/v2ex/tab/hot
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /v2ex/tab/:tabid
๐ Parameters:
tabid- Required
- Description: tabๆ ็ญพID,ๅจ URL ๅฏไปฅๆพๅฐ
๐ Source Code: /v2ex/tab.ts
GitHub
โ
TIP
GitHub provides some official RSS feeds:
- Repo releases:
https://github.com/:owner/:repo/releases.atom - Repo commits:
https://github.com/:owner/:repo/commits.atom - User activities:
https://github.com/:user.atom - Private feed:
https://github.com/:user.private.atom?token=:secret(Note: You can ONLY obtain this url via an API call with a Personal Access Token with ENOUGH scopes now.) - Wiki history:
https://github.com/:owner/:repo/wiki.atom
Trending
โ
๐ฅ 15533๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐ก Example: https://rsshub.app/github/trending/daily/javascript/en
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /github/trending/:since/:language/:spoken_language?
๐ Parameters:
since- Required
- Options:
- Description: time range
language- Required
- Default: any
- Description: the feed language, available in Trending page 's URL, don't filter option is
any
spoken_language- Optional
- Description: natural language, available in Trending page 's URL
โ๏ธ Deployment Configs:
GITHUB_ACCESS_TOKEN, required -
๐ Source Code: /github/trending.ts
User Activities
โ
๐ฅ 4605๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/github/activity/DIYgod
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /github/activity/:user
๐ Parameters:
user- Required
- Description: GitHub username
๐ Source Code: /github/activity.ts
Get the activities of a user on GitHub, based on the GitHub official RSS feed
36kr
โ
่ต่ฎฏ็ญๆฆ
โ
๐ก Example: https://rsshub.app/36kr/hot-list
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /36kr/hot-list/:category?
๐ Parameters:
category- Optional
- Description: ๅ็ฑป๏ผ้ป่ฎคไธบ24ๅฐๆถ็ญๆฆ
๐ Source Code: /36kr/hot-list.ts
| 24 ๅฐๆถ็ญๆฆ | ่ต่ฎฏไบบๆฐๆฆ | ่ต่ฎฏ็ปผๅๆฆ | ่ต่ฎฏๆถ่ๆฆ |
|---|---|---|---|
| 24 | renqi | zonghe | shoucang |
่ต่ฎฏ, ๅฟซ่ฎฏ, ็จๆทๆ็ซ , ไธป้ขๆ็ซ , ไธ้ขๆ็ซ , ๆ็ดขๆ็ซ , ๆ็ดขๅฟซ่ฎฏ
โ
๐ฅ 1671๐ข Passed Test
๐ก Example: https://rsshub.app/36kr/newsflashes
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /36kr/:category/:subCategory?/:keyword?
๐ Parameters:
category- Required
- Description: ๅ็ฑป๏ผๅฟ ๅกซ้กน
subCategory- Optional
- Description: ๅญๅ็ฑป๏ผ้ๅกซ้กน๏ผ็ฎ็ๆฏไธบไบๅ ผๅฎน่้ป่พ
keyword- Optional
- Description: ๅ ณ้ฎ่ฏ๏ผ้ๅกซ้กน๏ผไป ๆ็ดขๆ็ซ /ๅฟซ่ฎฏๆถๆๆ
๐ Source Code: /36kr/index.ts
| ๆๆฐ่ต่ฎฏ้ข้ | ๅฟซ่ฎฏ | ๆจ่่ต่ฎฏ | ็ๆดป | ๆฟไบง | ่ๅบ | ๆ็ดขๆ็ซ | ๆ็ดขๅฟซ่ฎฏ |
|---|---|---|---|---|---|---|---|
| news | newsflashes | recommend | life | estate | workplace | search/articles/ๅ ณ้ฎ่ฏ | search/articles/ๅ ณ้ฎ่ฏ |
2048 ๆ ธๅบๅฐ
โ
่ฎบๅ
โ
๐ฅ 18067๐ Support BT
๐ก Example: https://rsshub.app/2048/2
๐ฅ Top Feeds on Folo:
๐ Parameters:
id- Optional
- Description: ๆฟๅ ID, ่งไธ่กจ๏ผ้ป่ฎคไธบๆๆฐๅ้๏ผๅณ
3๏ผไบฆๅฏๅจ URL ไธญๆพๅฐ, ไพๅฆ,thread.php?fid-3.htmlไธญ, ๆฟๅ ID ไธบ3
๐ Source Code: /2048/index.ts
| ๆๆฐๅ้ | ไบๆดฒ็ก็ขผ | ๆฅๆฌ้จๅ ต | ๆญ็พๆฐ็ | ๅๅ งๅๅต | ไธญๅญๅๅต | ไธ็ดๅฏซ็ |
|---|---|---|---|---|---|---|
| 3 | 4 | 5 | 13 | 15 | 16 | 18 |
| ๆ็ขผ.HD | ไบๆดฒ SM.HD | ๆฅ้ VR/3D | ๆญ็พ VR/3D | S-cute / Mywife / G-area |
|---|---|---|---|---|
| 116 | 114 | 96 | 97 | 119 |
| ็ถฒๅ่ชๆ | ไบๆดฒๆฟๆ | ๆญ็พๆฟๆ | ้ฒๅบๅท็ชบ | ้ซ่ท็ตฒ่ฅช | ๅก้ๆผซ็ซ | ๅๅต่พพไบบ |
|---|---|---|---|---|---|---|
| 23 | 24 | 25 | 26 | 27 | 28 | 135 |
| ๅฏ็พๆธ ็ด | ็ฝ็ปๆญฃๅฆน | ไบๆดฒๆญฃๅฆน | ็ด ไบบๆญฃๅฆน | COSPLAY | ๅฅณไผๆ ๆฅ | Gif ๅจๅพ |
|---|---|---|---|---|---|---|
| 21 | 274 | 276 | 277 | 278 | 29 |
| ็จๅฎถๆๆ | ็จๆ้ฆ็ผ | ็ฝ็ป่ง้ป | ไธปๆญๅฏฆ้ | ็็จๅฅๅ | ๅ็ซๅๆญฅ | ๅฎ็จๆผซ็ป |
|---|---|---|---|---|---|---|
| 213 | 94 | 283 | 111 | 88 | 131 | 180 |
| ็ฝ็ไบๅบ | ็ฝ็ไธๅบ | ๅไบซ็ฆๅฉ | ๅฝไบง็ฒพ้ | ้ซๆธ ็ฆๅฉ | ้ซๆธ ้ฆๅ | ๅคๆๅๅ |
|---|---|---|---|---|---|---|
| 72 | 272 | 195 | 280 | 79 | 216 | 76 |
| ็ฃ้พ่ฟ ้ท | ๆญฃ็ๅคง็ | H-GAME | ๆๅฃฐๅฐ่ฏด | ๅจ็บฟ่ง้ข | ๅจ็บฟๅฟซๆญๅฝฑ้ข |
|---|---|---|---|---|---|
| 43 | 67 | 66 | 55 | 78 | 279 |
| ็ปผๅๅฐ่ฏด | ไบบๅฆปๆๆทซ | ไนฑไผฆ่ฟทๆ | ้ฟ็ฏ่ฟ่ฝฝ | ๆๅญฆไฝ่ | TXT ๅฐ่ฏดๆๅ |
|---|---|---|---|---|---|
| 48 | 103 | 50 | 54 | 100 | 109 |
| ่ๅๅฎขๆ | ๅๅ่ชๅฎ |
|---|---|
| 57 | 136 |
ๆทฑๅณๅธ็ฝๆนๅบไบบๆฐๆฟๅบ
โ
ๆๆฐๆฟ็ญ
โ
๐ฅ 2288๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/gov/zhengce/zuixin
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /gov/zhengce/zuixin,/zhengce/:category{.+}?
๐ Source Code: /gov/zhengce/index.ts
ๅฝๅก้ขๆฟ็ญๆไปถๅบ
โ
๐ฅ 1896๐ข Passed Test
๐ก Example: https://rsshub.app/gov/zhengce/zhengceku/bmwj
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /gov/zhengce/zhengceku/:department
๐ Parameters:
department- Required
- Description: ๅบๅ
๐ Source Code: /gov/zhengce/zhengceku.ts
ๆฟ็ญ่งฃ่ฏป
โ
๐ฅ 1736๐ข Passed Test
๐ก Example: https://rsshub.app/gov/miit/zcjd
๐ฅ Top Feeds on Folo:
๐ Source Code: /gov/miit/zcjd.ts
ไธญๅไบบๆฐๅ
ฑๅๅฝๅฝๅฎถๅๅฑๅๆน้ฉๅงๅไผๆฟๅบไฟกๆฏๅ
ฌๅผ
โ
๐ฅ 1668๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/gov/ndrc/zfxxgk
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /gov/ndrc/zfxxgk
๐ Source Code: /gov/ndrc/zfxxgk.ts
ๅฝๅฎถ็ป่ฎกๅฑ ้็จ
โ
๐ฅ 1507๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/gov/stats/sj/zxfb
๐ฅ Top Feeds on Folo:
๐ Source Code: /gov/stats/index.ts
TIP
่ทฏๅพๅคๅกซๅๅฏนๅบ้กต้ข URL ไธญ http://www.stats.gov.cn/ ๅ็ๅญๆฎตใไธ้ขๆฏไธไธชไพๅญใ
่ฅ่ฎข้
ๆฐๆฎ > ๆฐๆฎ่งฃ่ฏป ๅๅฐๅฏนๅบ้กต้ข URL http://www.stats.gov.cn/sj/sjjd/ ไธญ http://www.stats.gov.cn/ ๅ็ๅญๆฎต sj/sjjd ไฝไธบ่ทฏๅพๅกซๅ
ฅใ ๆญคๆถ่ทฏ็ฑไธบ /gov/stats/sj/sjjd
่ฅ่ฎข้
ๆฐ้ป > ๆถๆฟ่ฆ้ป > ไธญๅคฎ็ฒพ็ฅ ๅๅฐๅฏนๅบ้กต้ข URL http://www.stats.gov.cn/xw/szyw/zyjs/ ไธญ http://www.stats.gov.cn/ ๅ็ๅญๆฎต xw/szyw/zyjs ไฝไธบ่ทฏๅพๅกซๅ
ฅใๆญคๆถ่ทฏ็ฑไธบ /gov/stats/xw/szyw/zyjs
ๅๅฑ่งๅๅธ
โ
๐ฅ 1494๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/gov/nea/sjzz/ghs
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /gov/nea/sjzz/ghs
๐ Source Code: /gov/nea/ghs.ts
ๆฐ้ปๅจๆ
โ
๐ฅ 1316๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/gov/ndrc/xwdt
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /gov/ndrc/xwdt/:category{.+}?
๐ Parameters:
category{.}- Optional
- Description: N/A
๐ Source Code: /gov/ndrc/xwdt.ts
| ๆฐ้ปๅๅธ | ้็ฅ้ๅ | ๅง้ขๅฏผๅจๆ | ๅธๅฑๅจๆ | ๅฐๆนๅจๆ |
|---|---|---|---|---|
| xwfb | tzgg | wlddt | sjdt | dfdt |
ๆไปถๅ
ฌ็คบ
โ
๐ฅ 1292๐ข Passed Test
๐ก Example: https://rsshub.app/gov/miit/wjgs
๐ฅ Top Feeds on Folo:
๐ Source Code: /gov/miit/wjgs.ts
Unknown
โ
๐ฅ 1236๐ก Missing Test
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /gov/fmprc/:category?,/mfa/wjdt/:category?
๐ Parameters:
category- Optional
- Description: N/A
๐ Source Code: /gov/mfa/wjdt.ts
| ๅ็ฑป | category |
|---|---|
| ้ขๅฏผไบบๆดปๅจ | gjldrhd |
| ๅคไบๆฅ็จ | wsrc |
| ้จ้ขๅฏผๆดปๅจ | wjbxw |
| ไธๅกๅจๆ | sjxw |
| ๅ่จไบบ่กจๆ | fyrbt |
| ๅน้ฃไผ | cfhsl |
| ๅคงไฝฟไปปๅ | dsrm |
| ้ฉปๅคๆฅ้ | zwbd |
| ๆฟ็ญ่งฃ่ฏป | zcjd |
Unknown
โ
๐ฅ 25๐ก Missing Test
๐ฅ Top Feeds on Folo:
- ๅฝๅฎถ่ช็ถ็งๅญฆๅบ้ๅงๅไผ - ๅบ้่ฆ้ป - ๆๅ้ๅ
- ๅฝๅฎถ่ช็ถ็งๅญฆๅบ้ๅงๅไผ - ๅบ้่ฆ้ป - ็งๆฎๅฟซ่ฎฏ
๐๏ธ Route: /gov/nsfc/*
๐ Source Code: /gov/nsfc/index.ts
Unknown
โ
๐ฅ 3๐ก Missing Test
๐ฅ Top Feeds on Folo:
- ้ชๆๅฎณๆคคๅญๆดฐ- ้ใฅๆต้ๆ๎็ปๅฅ็ดฐ็ปๆ๎ๅฎธใค็ถ้็ฒๅ็น๏ฟฝ
- ้ฒๅถ ใๆคคๅญๆดฐ- ้ใฅๆต้ๆ๎็ปๅฅ็ดฐ็ปๆ๎ๅฎธใค็ถ้็ฒๅ็น๏ฟฝ
๐๏ธ Route: /gov/nopss/*
๐ Source Code: /gov/nopss/index.ts
Unknown
โ
๐ฅ 1๐ก Missing Test
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /gov/mofcom/article/:suffix{.+}
๐ Parameters:
suffix{.}- Required
- Description: N/A
๐ Source Code: /gov/mofcom/article.ts
Unknown
โ
Unknown
โ
Unknown
โ
๐ก Missing Test
๐๏ธ Route: /gov/nifdc/:path{.+}?
๐ Parameters:
path{.}- Optional
- Description: N/A
๐ Source Code: /gov/nifdc/index.ts
Unknown
โ
Unknown
โ
Unknown
โ
๐ก Missing Test
๐๏ธ Route: /gov/sasac/:path{.+}
๐ Parameters:
path{.}- Required
- Description: N/A
๐ Source Code: /gov/sasac/generic.ts
Unknown
โ
Unknown
โ
๐ก Missing Test
๐๏ธ Route: /gov/sh/yjj/*,/shanghai/yjj/*
๐ Source Code: /gov/sh/yjj/index.ts
Unknown
โ
๐ก Missing Test
๐๏ธ Route: /gov/suzhou/fg/:category{.+}?
๐ Parameters:
category{.}- Optional
- Description: N/A
๐ Source Code: /gov/suzhou/fg.ts
Unknown
โ
JavBus
โ
WARNING
Requests from non-Asia areas will be redirected to login page.
Language
You can change the language of each route to the languages listed below.
| English | ๆฅๆฌ่ฏญ | ํ๊ตญ์ | ไธญๆ |
|---|---|---|---|
| en | ja | ko | (leave it empty) |
TIP
JavBus has multiple backup domains, these routes use default domain https://javbus.com. If the domain is unreachable, you can add ?domain=<domain> to the end of the route to specify the domain to visit. Let say you want to use the backup domain https://javsee.icu, you can add ?domain=javsee.icu to the end of the route, then the route will be /javbus/en?domain=javsee.icu
Note: Western has different domain than the main site, the backup domains are also different. The default domain is https://javbus.org and you can add ?western_domain=<domain> to the end of the route to specify the domain to visit. Let say you want to use the backup domain https://javsee.one, you can add ?western_domain=javsee.one to the end of the route, then the route will be /javbus/western/en?western_domain=javsee.one
Works
โ
๐ฅ 13835๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/javbus/star/rwt
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /javbus/:path{.+}?
๐ Parameters:
path{.}- Optional
- Description: N/A
๐ Source Code: /javbus/index.ts
่ดขๆฐๅๅฎข
โ
็ฝ็ซ้จๅๅ ๅฎน้่ฆไป่ดน่ฎข้ ๏ผRSS ไป ๅๆดๆฐๆ้๏ผไธๅซไป่ดนๅ ๅฎนใ่ฅ้่ฆๅพๅฐไป่ดนๅ ๅฎนๅ จๆ๏ผ่ฏทไฝฟ็จ่ฎข้ ่ดฆๆทๅจๆๆบ็ฝ้กต็็ปๅฝ๏ผ็ถๅ่ฎพ็ฝฎ
CAIXIN_COOKIEไธบ่ณๅฐๅ ๅซcookieไธญ็ไปฅไธๅญๆฎต:SA_USER_UID,SA_USER_UNIT,SA_USER_DEVICE_TYPE,USER_LOGIN_CODE
ๆๆฐๆ็ซ
โ
๐ฅ 13230๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/caixin/latest
๐ฅ Top Feeds on Folo:
๐ Source Code: /caixin/latest.ts
่ฏดๆ๏ผๆญค RSS feed ไผ่ชๅจๆๅ่ดขๆฐ็ฝ็ๆๆฐๆ็ซ ๏ผไฝไธๅ
ๅซ FM ๅ่ง้ขๅ
ๅฎนใ่ฎข้
็จๆทๅฏๆ นๆฎๆๆกฃ่ฎพ็ฝฎ็ฏๅขๅ้ๅ๏ผๅจurlไผ ๅ
ฅfulltext=ไปฅ่งฃ้ๅ
จๆใ
RSSHub
โ
Transformation - HTML
โ
๐ฅ 7720โ๏ธ Config Required
๐ฅ Top Feeds on Folo:
- ๆไธๆฏ็ฟ็ฅ - ็พคๆ,ๅจ่้,้ๅจ้ฉฌ,็ปฟ่UGOS,ไธ็ฑUNAS,้ฃ็fnOS,UNRAID,ESXI,PVE,OPENWRT
- javDBๆ ็
๐๏ธ Route: /rsshub/transform/html/:url/:routeParams
๐ Parameters:
url- Required
- Description:
encodeURIComponented URL address
routeParams- Required
- Description: Transformation rules, requires URL encode
โ๏ธ Deployment Configs:
ALLOW_USER_SUPPLY_UNSAFE_DOMAIN, required -
๐ Source Code: /rsshub/transform/html.ts
Pass URL and transformation rules to convert HTML/JSON into RSS.
Specify options (in the format of query string) in parameter routeParams parameter to extract data from HTML.
| Key | Meaning | Accepted Values | Default |
|---|---|---|---|
title | The title of the RSS | string | Extract from <title> |
item | The HTML elements as item using CSS selector | string | html |
itemTitle | The HTML elements as title in item using CSS selector | string | item element |
itemTitleAttr | The attributes of title element as title | string | Element text |
itemLink | The HTML elements as link in item using CSS selector | string | item element |
itemLinkAttr | The attributes of link element as link | string | href |
itemDesc | The HTML elements as descrption in item using CSS selector | string | item element |
itemDescAttr | The attributes of descrption element as description | string | Element html |
itemPubDate | The HTML elements as pubDate in item using CSS selector | string | item element |
itemPubDateAttr | The attributes of pubDate element as pubDate | string | Element html |
itemContent | The HTML elements as description in item using CSS selector ( in itemLink page for full content ) | string | |
encoding | The encoding of the HTML content | string | utf-8 |
Parameters parsing in the above example:
| Parameter | Value |
|---|---|
url | https://wechat2rss.xlab.app/posts/list/ |
routeParams | item=div[class='post-content'] p a |
Parsing of routeParams parameter:
| Parameter | Value |
|---|---|
item | div[class='post-content'] p a |
New routes
โ
๐ก Example: https://rsshub.app/rsshub/routes/en
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /rsshub/routes/:lang?
๐ Parameters:
lang- Optional
- Default: en
- Options:
- Description: Language
๐ Source Code: /rsshub/routes.ts
Javtiful
โ
Actress
โ
๐ฅ 12055๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/javtiful/actress/akari-tsumugi
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /javtiful/actress/:id
๐ Parameters:
id- Required
- Description: Actress name
๐ Source Code: /javtiful/actress.ts
ไปไนๅผๅพไนฐ
โ
TIP
็ฝ็ซไนๆไพไบ้จๅ RSS: https://www.smzdm.com/dingyue
ๆ่กๆฆ
โ
๐ฅ 5050๐ก Missing Testโ๏ธ Config Required
๐ก Example: https://rsshub.app/smzdm/ranking/pinlei/11/3
๐ฅ Top Feeds on Folo:
- ไปไนๅผๅพไนฐๅฅฝไปทๅ็ฑปๆฆ-ๅฅฝไปทๅ็ฑปๆฆ-ๅ จ้จ-3ๅฐๆถ
- ไปไนๅผๅพไนฐๅฅฝไปทๅ็ฑปๆฆ-ๅฅฝไปทๅ็ฑปๆฆ-ๅ จ้จ-24ๅฐๆถ
๐๏ธ Route: /smzdm/ranking/:rank_type/:rank_id/:hour
๐ Parameters:
rank_type- Required
- Options:
- Description: ๆฆๅ็ฑปๅ
rank_id- Required
- Options:
- Description: ๆฆๅID
hour- Required
- Options:
- Description: ๆถ้ด่ทจๅบฆ
โ๏ธ Deployment Configs:
SMZDM_COOKIE, required - ไปไนๅผๅพไนฐ็ปๅฝๅ็ Cookie ๅผ
๐ Source Code: /smzdm/ranking.ts
ๅ
ณ้ฎ่ฏ
โ
๐ฅ 4809๐ก Missing Testโ๏ธ Config Required
๐ก Example: https://rsshub.app/smzdm/keyword/ๅฅณ่ฃ
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /smzdm/keyword/:keyword
๐ Parameters:
keyword- Required
- Description: ไฝ ๆณ่ฎข้ ็ๅ ณ้ฎ่ฏ
โ๏ธ Deployment Configs:
SMZDM_COOKIE, required - ไปไนๅผๅพไนฐ็ปๅฝๅ็ Cookie ๅผ
๐ Source Code: /smzdm/keyword.ts
ๅฅฝๆ
โ
๐ฅ 2035๐ก Missing Testโ๏ธ Config Required
๐ก Example: https://rsshub.app/smzdm/haowen/1
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /smzdm/haowen/:day?
๐ Parameters:
day- Optional
- Default: 1
- Options:
- Description: ไปฅๅคฉไธบๆถ้ด่ทจๅบฆ๏ผ้ป่ฎคไธบ
1
โ๏ธ Deployment Configs:
SMZDM_COOKIE, required - ไปไนๅผๅพไนฐ็ปๅฝๅ็ Cookie ๅผ
๐ Source Code: /smzdm/haowen.ts
JavDB
โ
TIP
JavDB ๆๅคไธชๅค็จๅๅ๏ผๆฌ่ทฏ็ฑ้ป่ฎคไฝฟ็จๆฐธไน
ๅๅ https://javdb.com ๏ผ่ฅ่ฏฅๅๅๆ ๆณ่ฎฟ้ฎ๏ผๅฏไปฅ้่ฟๅจ่ทฏ็ฑๆๅๅ ไธ ?domain=<ๅๅ> ๆๅฎ่ทฏ็ฑ่ฎฟ้ฎ็ๅๅใๅฆๆๅฎๅค็จๅๅไธบ https://javdb36.com๏ผๅๅจๆๆ JavDB ่ทฏ็ฑๆๅๅ ไธ ?domain=javdb36.com ๅณๅฏ๏ผๆญคๆถ่ทฏ็ฑไธบ /javdb?domain=javdb36.com
ๅฆๆๅ ๅ
ฅไบ ๅ้ก ๅๆฐ๏ผ็ดๆฅๅจๅ้กๅๆฐๅๅ ๅ
ฅ ?domain=<ๅๅ> ๅณๅฏใๅฆๆๅฎๅ้ก URL ไธบ https://javdb.com/tags?c2=5&c10=1 ๅนถๆๅฎๅค็จๅๅไธบ https://javdb36.com๏ผๅณๅจ /javdb/tags/c2=5&c10=1 ๆๅๅ ไธ ?domain=javdb36.com๏ผๆญคๆถ่ทฏ็ฑไธบ /javdb/tags/c2=5&c10=1?domain=javdb36.com
ๆ่กๆฆใๆ็ดขใๆผๅกใ็ๅ ๅๆฐๅ้็จไบ ๅ้ก ๅๆฐ็ไธ่ฟฐ่งๅ
TIP
ไฝ ๅฏไปฅ้่ฟๆๅฎ limit ๅๆฐๆฅ่ทๅ็นๅฎๆฐ้็ๆก็ฎ๏ผๅณๅฏไปฅ้่ฟๅจ่ทฏ็ฑๅๆนๅ ไธ ?limit=25๏ผ้ป่ฎคไธบๅๆฌก่ทๅ 20 ไธชๆก็ฎ๏ผๅณ้ป่ฎค ?limit=20
ๅ ไธบ่ฏฅ็ซๆๅ็ฌๆฃๆต๏ผๆไปฅไธๅบๅฐๆญคๅผ่ฐๆด่ฟ้ซ
ๆผๅก
โ
๐ฅ 5830๐จ Strict Anti-crawlingโ๏ธ Config Required๐ Support Radar
๐ก Example: https://rsshub.app/javdb/actors/R2Vg
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /javdb/actors/:id/:filter?
๐ Parameters:
id- Required
- Description: ็ผๅท๏ผๅฏๅจๆผๅ้กต URL ไธญๆพๅฐ
filter- Optional
- Description: ่ฟๆปค๏ผ่งไธ่กจ๏ผ้ป่ฎคไธบ
ๅ จ้จ
โ๏ธ Deployment Configs:
JAVDB_SESSION, optional - JavDB็ป้ๅ็sessionๅผ๏ผๅฏๅจๆงๅถๅฐ็cookieไธๆฅๆพ_jdb_session็ๅผ๏ผๅณๅฏ่ทๅ
๐ Source Code: /javdb/actors.ts
| ๅ จ้จ | ๅฏๆญๆพ | ๅฎ้ซไฝๅ | ๅฏไธ่ผ | ๅซๅญๅน |
|---|---|---|---|---|
| p | s | d | c |
ๆๆๆผๅ็ผๅทๅ่ง ๆผๅกๅบซ
ๅฏ็จ addon_tags ๅๆฐๆทปๅ ้ขๅค็่ฟๆปค tag๏ผๅฏไป็ฝ้กต url ไธญ่ทๅ๏ผไพๅฆ /javdb/actors/R2Vg?addon_tags=212,18 ๅฏ็ญ้ VR ๅ ไธญๅบใ
ๆ่กๆฆ
โ
๐ฅ 2426๐จ Strict Anti-crawlingโ๏ธ Config Required๐ Support Radar
๐ก Example: https://rsshub.app/javdb/rankings
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /javdb/rankings/:category?/:time?
๐ Parameters:
category- Optional
- Description: ๅ็ฑป๏ผ่งไธ่กจ๏ผ้ป่ฎคไธบ
ๆ็ขผ
time- Optional
- Description: ๆถ้ด๏ผ่งไธ่กจ๏ผ้ป่ฎคไธบ
ๆฅๆฆ
โ๏ธ Deployment Configs:
JAVDB_SESSION, optional - JavDB็ป้ๅ็sessionๅผ๏ผๅฏๅจๆงๅถๅฐ็cookieไธๆฅๆพ_jdb_session็ๅผ๏ผๅณๅฏ่ทๅ
๐ Source Code: /javdb/rankings.ts
ๅ็ฑป
| ๆ็ขผ | ็ก็ขผ | ๆญ็พ |
|---|---|---|
| censored | uncensored | western |
ๆถ้ด
| ๆฅๆฆ | ้ฑๆฆ | ๆๆฆ |
|---|---|---|
| daily | weekly | monthly |
็ชๅท
โ
๐ฅ 1623๐ข Passed Test๐จ Strict Anti-crawlingโ๏ธ Config Required๐ Support Radar
๐ก Example: https://rsshub.app/javdb/video_codes/SIVR
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /javdb/video_codes/:code/:filter?
๐ Parameters:
code- Required
- Description: N/A
filter- Optional
- Description: ่ฟๆปค๏ผ่งไธ่กจ๏ผ้ป่ฎคไธบ
ๅ จ้จ
โ๏ธ Deployment Configs:
JAVDB_SESSION, optional - JavDB็ป้ๅ็sessionๅผ๏ผๅฏๅจๆงๅถๅฐ็cookieไธๆฅๆพ_jdb_session็ๅผ๏ผๅณๅฏ่ทๅ
๐ Source Code: /javdb/videocodes.ts
| ๅ จ้จ | ๅฏๆญๆพ | ๅฎ้ซไฝๅ | ๅฏไธ่ผ | ๅญๅน | ้ ่ฆฝๅ |
|---|---|---|---|---|---|
| playable | single | download | cnsub | preview |
ไธป้กต
โ
๐ก Example: https://rsshub.app/javdb/home
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /javdb/home/:category?/:sort?/:filter?
๐ Parameters:
category- Optional
- Description: ๅ็ฑป๏ผ่งไธ่กจ๏ผ้ป่ฎคไธบ
ๆ็ขผ
sort- Optional
- Description: ๆๅบ๏ผ่งไธ่กจ๏ผ้ป่ฎคไธบ
็ฃ้ๆดๆฐๆๅบ
filter- Optional
- Description: ่ฟๆปค๏ผ่งไธ่กจ๏ผ้ป่ฎคไธบ
ๅฏไธ่ฝฝ
๐ Source Code: /javdb/index.ts
ๅ็ฑป
| ๆ็ขผ | ็ก็ขผ | ๆญ็พ |
|---|---|---|
| censored | uncensored | western |
ๆๅบ
| ๅๅธๆฅๆๆๅบ | ็ฃ้ๆดๆฐๆๅบ |
|---|---|
| 1 | 2 |
่ฟๆปค
| ๅ จ้จ | ๅฏไธ่ฝฝ | ๅซๅญๅน | ๅซ็ญ่ฉ |
|---|---|---|---|
| 0 | 1 | 2 | 3 |
TikTok
โ
User Profile - Picuki
โ
๐ฅ 10933๐จ Strict Anti-crawling๐ญ Rely on Puppeteer๐ Support Radar
๐ก Example: https://rsshub.app/picuki/profile/linustech
๐ฅ Top Feeds on Folo:
- @soyeemilk__ ่ฑไนณ view and download public TikTok videos and stories - Tikvib.com
- ็ฝ้ถ (@baiyinn811) public posts - Picuki
๐๏ธ Route: /picuki/profile/:id/:type?/:functionalFlag?
๐ Parameters:
id- Required
- Description: Tiktok user id (without @)
type- Optional
- Default: profile
- Options:
- Description: Type of profile page
functionalFlag- Optional
- Default: 1
- Options:
- Description: Functional flag for video embedding
๐ Source Code: /picuki/profile.ts
ๆ้
โ
็ญ้จ
โ
๐ก Example: https://rsshub.app/juejin/trending/ios/monthly
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /juejin/trending/:category/:type
๐ Parameters:
category- Required
- Default: all
- Options:
- Description: ๅ็ฑปๅ
type- Required
- Default: weekly
- Options:
- Description: ็ฑปๅ
๐ Source Code: /juejin/trending.ts
็จๆทๅจๆ
โ
๐ก Example: https://rsshub.app/juejin/dynamic/3051900006845944
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /juejin/dynamic/:id
๐ Parameters:
id- Required
- Description: ็จๆท id, ๅฏๅจ็จๆท้กต URL ไธญๆพๅฐ
๐ Source Code: /juejin/dynamic.ts
็จๆทๆ็ซ
โ
๐ก Example: https://rsshub.app/juejin/posts/3051900006845944
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /juejin/posts/:id
๐ Parameters:
id- Required
- Description: ็จๆท id, ๅฏๅจ็จๆท้กต URL ไธญๆพๅฐ
๐ Source Code: /juejin/posts.ts
่ๅๆฉๆฅ
โ
WARNING
็ฑไบ RSSHub#10309 ไธญ็้ฎ้ข๏ผไฝฟ็จ้ ่ฟ้ฆๆธฏ็ๆๅกๅจ้จ็ฝฒๅฐไป hk ็่ๅๆฉๆฅ็ฌๅๅ ๅฎน๏ผ้ ๆ่พๅบ็ๆฐ้ปๆฎต่ฝ้กบๅบ้ไนฑใๅฆๆ่ฎข้ ๆญคๆบ็้ๆฑ๏ผๅปบ่ฎฎๅฏปๆฑ้จ็ฝฒๅจ่ฟ็ฆป้ฆๆธฏ็ๆๅกๅจไธ็ RSSHub๏ผๆ่ ๅจ่ชๅปบๆถ้ๆฉ่ฟ็ฆป้ฆๆธฏ็ๆๅกๅจใ
ๅณๆถๆฐ้ป
โ
๐ฅ 6551๐ข Passed Test
๐ก Example: https://rsshub.app/zaobao/realtime/china
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /zaobao/realtime/:section?
๐ Parameters:
section- Optional
- Description: ๅ็ฑป๏ผ็ผบ็ไธบ china
๐ Source Code: /zaobao/realtime.ts
| ไธญๅฝ | ๆฐๅ ๅก | ๅฝ้ | ่ดข็ป |
|---|---|---|---|
| china | singapore | world | zfinance |
ๆฐ้ป
โ
๐ฅ 1897๐ข Passed Test
๐ก Example: https://rsshub.app/zaobao/znews/china
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /zaobao/znews/:section?
๐ Parameters:
section- Optional
- Description: ๅ็ฑป๏ผ็ผบ็ไธบ china
๐ Source Code: /zaobao/znews.ts
| ไธญๅฝ | ๆฐๅ ๅก | ไธๅไบ | ๅฝ้ | ไฝ่ฒ |
|---|---|---|---|---|
| china | singapore | sea | world | sports |
่ฑ็ฃ
โ
่ฑ็ฃๅฐ็ป
โ
๐ฅ 6367๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/douban/group/648102
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /douban/group/:groupid/:type?
๐ Parameters:
groupid- Required
- Description: ่ฑ็ฃๅฐ็ป็ id
type- Optional
- Default: latest
- Options:
- Description: ็ฑปๅ
๐ Source Code: /douban/other/group.ts
่ฑ็ฃๆฆๅไธ้ๅ
โ
๐ฅ 1669๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/douban/list/subject_real_time_hotest
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /douban/list/:type?/:routeParams?
๐ Parameters:
type- Optional
- Description: ๆฆๅ็ฑปๅ๏ผ่งไธ่กจใ้ป่ฎคไธบๅฎๆถ็ญ้จไนฆๅฝฑ้ณ
routeParams- Optional
- Description: ้ขๅคๅๆฐ๏ผ่ฏทๅ้ ไปฅไธ่ฏดๆๅ่กจๆ ผ
๐ Source Code: /douban/other/list.ts
| ๆฆๅ / ้ๅ | ่ทฏ็ฑ |
|---|---|
| ๅฎๆถ็ญ้จไนฆๅฝฑ้ณ | subject_real_time_hotest |
| ๅฝฑ้ข็ญๆ | movie_showing |
| ๅฎๆถ็ญ้จ็ตๅฝฑ | movie_real_time_hotest |
| ๅฎๆถ็ญ้จ็ต่ง | tv_real_time_hotest |
| ไธๅจๅฃ็ข็ตๅฝฑๆฆ | movie_weekly_best |
| ๅ่ฏญๅฃ็ขๅง้ๆฆ | tv_chinese_best_weekly |
| ๅ จ็ๅฃ็ขๅง้ๆฆ | tv_global_best_weekly |
| ๅฝๅ ๅฃ็ข็ปผ่บๆฆ | show_chinese_best_weekly |
| ๅฝๅคๅฃ็ข็ปผ่บๆฆ | show_global_best_weekly |
| ็ญๆญๆฐๅงๅฝไบงๅง | tv_domestic |
| ็ญๆญๆฐๅงๆฌง็พๅง | tv_american |
| ็ญๆญๆฐๅงๆฅๅง | tv_japanese |
| ็ญๆญๆฐๅง้ฉๅง | tv_korean |
| ็ญๆญๆฐๅงๅจ็ป | tv_animation |
| ่ๆ็ฑปๅฐ่ฏด็ญ้จๆฆ | book_fiction_hot_weekly |
| ้่ๆ็ฑปๅฐ่ฏด็ญ้จๆฆ | book_nonfiction_hot_weekly |
| ็ญ้จๅๆฒๆฆ | music_single |
| ๅ่ฏญๆฐ็ขๆฆ | music_chinese |
| ... | ... |
| ้ขๅคๅๆฐ | ๅซไน | ๆฅๅ็ๅผ | ้ป่ฎคๅผ |
|---|---|---|---|
| playable | ไป ็ๆๅฏๆญๆพ็ๆบ็ๅฝฑ็ | 0/1 | 0 |
| score | ็ญ้่ฏๅ | 0.0-10.0 | 0 |
็จไพ๏ผ/douban/list/tv_korean/playable=1&score=8
ไธ้ข็ๆฆๅ / ้ๅๅนถๆฒกๆๅไธพๅฎๆดใ
ๅฆไฝๆพๅฐๆฆๅๅฏนๅบ็่ทฏ็ฑๅๆฐ๏ผ ๅจ่ฑ็ฃๆๆบ APP ไธญ๏ผๅฏนๅบๅฐๆฆๅ้กต้ขๅณไธ่ง๏ผ็นๅปๅไบซ้พๆฅใ้พๆฅ่ทฏๅพ
subject_collectionๅ็่ทฏๅพๅฐฑๆฏ่ทฏ็ฑๅๆฐtypeใ ๅฆ๏ผๅฐ่ฏด็ญ้จๆฆ็ๅไบซ้พๆฅไธบ๏ผhttps://m.douban.com/subject_collection/ECDIHUN4A๏ผๅ ถๅฏนๅบๆฌ RSS ่ทฏ็ฑ็typeไธบECDIHUN4A๏ผๅฏนๅบ็่ฎข้ ้พๆฅ่ทฏ็ฑ๏ผ/douban/list/ECDIHUN4A
The New York Times
โ
News
โ
๐ก Example: https://rsshub.app/nytimes/dual
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /nytimes/:lang?
๐ Parameters:
lang- Optional
- Options:
- Description: language, default to Chinese
๐ Source Code: /nytimes/index.ts
By extracting the full text of articles, we provide a better reading experience (full text articles) over the official one.
500px ๆๅฝฑ็คพๅบ
โ
้จ่ฝๅฝฑ้
โ
๐ฅ 7279๐ข Passed Test
๐ก Example: https://rsshub.app/500px/tribe/set/f5de0b8aa6d54ec486f5e79616418001
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /500px/tribe/set/:id
๐ Parameters:
id- Required
- Description: ้จ่ฝ ID
๐ Source Code: /500px/tribe-set.ts
ๅธๆบ็คพ
โ
ๆ่กๆฆ
โ
๐ฅ 4976๐ก Missing Test๐จ Strict Anti-crawling๐ญ Rely on Puppeteerโ๏ธ Config Required
๐ก Example: https://rsshub.app/xsijishe/rank/weekly
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /xsijishe/rank/:type
๐ Parameters:
type- Required
- Options:
- Description: ๆ่กๆฆ็ฑปๅ
โ๏ธ Deployment Configs:
XSIJISHE_COOKIE, required -XSIJISHE_USER_AGENT, required -
๐ Source Code: /xsijishe/rank.ts
่ฎบๅ
โ
๐ฅ 2228๐ก Missing Testโ๏ธ Config Required
๐ก Example: https://rsshub.app/xsijishe/forum/51
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /xsijishe/forum/:fid
๐ Parameters:
fid- Required
- Description: ๅญ่ฎบๅ id
โ๏ธ Deployment Configs:
XSIJISHE_COOKIE, required -XSIJISHE_USER_AGENT, required -
๐ Source Code: /xsijishe/forum.ts
ๅ ณไบๅญ่ฎบๅ id ็่ทๅๆนๆณ
/xsijishe/forum/51 ๅฏนๅบไบ่ฎบๅ https://xsijishe.com/forum-51-1.html๏ผ่ฟไธช่ฎบๅ็ fid ไธบ 51๏ผไนๅฐฑๆฏ forum-{fid}-1 ไธญ็ fidใ
HelloGitHub
โ
ๅผๆบ้กน็ฎ
โ
๐ฅ 6934๐ข Passed Test
๐ก Example: https://rsshub.app/hellogithub/home
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /hellogithub/home/:sort?/:id?
๐ Parameters:
sort- Optional
- Description: ๆๅบๆนๅผ๏ผ่งไธ่กจ๏ผ้ป่ฎคไธบ
featured๏ผๅณ็ฒพ้
id- Optional
- Description: ๆ ็ญพ id๏ผๅฏๅจๅฏนๅบๆ ็ญพ้กต URL ไธญๆพๅฐ๏ผ้ป่ฎคไธบๅ จ้จๆ ็ญพ
๐ Source Code: /hellogithub/index.ts
| ็ฒพ้ | ๅ จ้จ |
|---|---|
| featured | all |
ๆ็น LatePost
โ
ๆฅ้
โ
๐ฅ 6803๐ข Passed Test
๐ก Example: https://rsshub.app/latepost
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /latepost/:proma?
๐ Parameters:
proma- Optional
- Description: ๆ ็ฎ id๏ผ่งไธ่กจ๏ผ้ป่ฎคไธบๆๆฐๆฅ้
๐ Source Code: /latepost/index.ts
| ๆๆฐๆฅ้ | ๆ็น็ฌๅฎถ | ไบบ็ฉ่ฎฟ่ฐ | ๆ็นๆฉ็ฅ้ | ้ฟๆฅ้ |
|---|---|---|---|---|
| 1 | 2 | 3 | 4 |
Hacker News
โ
User
โ
๐ก Example: https://rsshub.app/hackernews/threads/comments_list/dang
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /hackernews/:section?/:type?/:user?
๐ Parameters:
section- Optional
- Description: Content section, default to
index
type- Optional
- Description: Link type, default to
sources
user- Optional
- Description: Set user, only valid in
threadsandsubmittedsections
๐ Source Code: /hackernews/index.ts
Subscribe to the content of a specific user
NASA
โ
Astronomy Picture of the Day
โ
๐ฅ 6326๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/nasa/apod
๐ฅ Top Feeds on Folo:
๐ Source Code: /nasa/apod.ts
่ฒ่ฑๅ
โ
Forum
โ
๐ฅ 6172๐ก Missing Test
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /sehuatang/bt/:subforumid?,/picture/:subforumid,/:subforumid?/:type?,/:subforumid?,
๐ Parameters:
subforumid- Optional
- Description: N/A
๐ Source Code: /sehuatang/index.ts
ๅๅ BT ็ตๅฝฑ
| ๅฝไบงๅๅ | ไบๆดฒๆ ็ ๅๅ | ไบๆดฒๆ็ ๅๅ | ้ซๆธ ไธญๆๅญๅน | ไธ็บงๅ็ | VR ่ง้ข | ็ด ไบบๆ็ | ๆฌง็พๆ ็ | ้ฉๅฝไธปๆญ | ๅจๆผซๅๅ | ็ปผๅ่ฎจ่ฎบ |
|---|---|---|---|---|---|---|---|---|---|---|
| gcyc | yzwmyc | yzymyc | gqzwzm | sjxz | vr | srym | omwm | hgzb | dmyc | zhtl |
่ฒ่ฑๅพ็
| ๅๅ่ชๆ | ่ฝฌ่ดด่ชๆ | ๅไบบ่กๆ | ไบๆดฒๆง็ฑ | ๆฌง็พๆง็ฑ | ๅก้ๅจๆผซ | ๅฅๅพไธ่ฝฝ |
|---|---|---|---|---|---|---|
| yczp | ztzp | hrjp | yzxa | omxa | ktdm | ttxz |
ๆๅๆงๆ็พๅฅณ
โ
ๆฌๅจ็ญ้จ
โ
๐ก Example: https://rsshub.app/jpxgmn/weekly
๐ฅ Top Feeds on Folo:
๐ Source Code: /jpxgmn/weekly.ts
ๅ็ฑป
โ
๐ก Example: https://rsshub.app/jpxgmn/tab
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /jpxgmn/tab/:tab?
๐ Parameters:
tab- Optional
- Description: ๅ็ฑป๏ผ้ป่ฎคไธบ
top๏ผๅ ๆฌtopใnewใhot๏ผไปฅๅๆบ็ฝ็ซๆๅ ๅซ็ๅ ถไป็ธๅฏน่ทฏๅพ๏ผๆฏๅฆXiurenใXiaoYu็ญ
๐ Source Code: /jpxgmn/tab.ts
ไธๆน่ดขๅฏ
โ
็ ็ฉถๆฅๅ
โ
๐ฅ 6076๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/eastmoney/report/strategyreport
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /eastmoney/report/:category
๐ Parameters:
category- Required
- Options:
- Description: ็ ๆฅ็ฑปๅ
๐ Source Code: /eastmoney/report/index.ts
| ็ญ็ฅๆฅๅ | ๅฎ่ง็ ็ฉถ | ๅธๅๆจๆฅ | ่กไธ็ ็ฉถ | ไธช่ก็ ๆฅ |
|---|---|---|---|---|
| strategyreport | macresearch | brokerreport | industry | stock |
Epic Games Store
โ
Free games
โ
๐ฅ 5692๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/epicgames/freegames/en-US/US
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /epicgames/freegames/:locale?/:country?
๐ Parameters:
locale- Optional
- Default: en-US
- Description: Locale
country- Optional
- Default: US
- Description: Country
๐ Source Code: /epicgames/index.ts
ๅทๅ
โ
ๅพๅฆ
โ
๐ฅ 5580๐ข Passed Test
๐ก Example: https://rsshub.app/dapenti/tugua
๐ฅ Top Feeds on Folo:
๐ Source Code: /dapenti/tugua.ts
Reuters
โ
TIP
You can use sophi=true query parameter to invoke the experimental method, which can, if possible, fetch more articles(between 20 and 100) with limit given. But some articles from the old method might not be available.
Category/Topic/Author
โ
๐ฅ 5412๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/reuters/world/us
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /reuters/:category/:topic?
๐ Parameters:
category- Required
- Default: world
- Options:
- Description: find it in the URL, or tables below
topic- Optional
- Description: find it in the URL, or tables below, leave empty for
All
๐ Source Code: /reuters/common.ts
:category:World Business Legal Markets Breakingviews Technology Graphics world business legal markets breakingviews technology graphics world/:topic:All Africa Americas Asia Pacific China Europe India Middle East United Kingdom United States The Great Reboot Reuters Next africa americas asia-pacific china europe india middle-east uk us the-great-reboot reuters-next business/:topic:All Aerospace & Defense Autos & Transportation Energy Environment Finance Healthcare & Pharmaceuticals Media & Telecom Retail & Consumer Sustainable Business Charged Future of Health Future of Money Take Five Reuters Impact aerospace-defense autos-transportation energy environment finance healthcare-pharmaceuticals media-telecom retail-consumer sustainable-business charged future-of-health future-of-money take-five reuters-impact legal/:topic:All Government Legal Industry Litigation Transactional government legalindustry litigation transactional authors/:topic:Default Jonathan Landay any other authors reuters jonathan-landay their name in URL
More could be found in the URL of the category/topic page.
Follow
โ
User subscriptions
โ
๐ฅ 5405๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/follow/profile/41279032429549568
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /follow/profile/:uid
๐ Parameters:
uid- Required
- Description: User ID or user handle
๐ Source Code: /follow/profile.ts
ๅฎ็
โ
ๅฎ็็ๅๅฎข
Blog
โ
๐ก Example: https://rsshub.app/baoyu/blog
๐ฅ Top Feeds on Folo:
๐ Source Code: /baoyu/index.ts
ๅฎ็ - ๅๅฎขๆ็ซ
Bloomberg
โ
Bloomberg Site
โ
๐ฅ 4989๐จ Strict Anti-crawling
๐ก Example: https://rsshub.app/bloomberg/bbiz
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bloomberg/:site?
๐ Parameters:
site- Optional
- Options:
- Description: Site ID, can be found below
๐ Source Code: /bloomberg/index.ts
| Site ID | Title |
|---|---|
| / | News |
| bpol | Politics |
| bbiz | Business |
| markets | Markets |
| technology | Technology |
| green | Green |
| wealth | Wealth |
| pursuits | Pursuits |
| bview | Opinion |
| equality | Equality |
| businessweek | Businessweek |
| citylab | CityLab |
้ช็
โ
็จๆทๅจๆ
โ
๐ฅ 2507๐ญ Rely on Puppeteer๐ Support Radar
๐ก Example: https://rsshub.app/xueqiu/user/8152922548
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /xueqiu/user/:id/:type?
๐ Parameters:
id- Required
- Description: ็จๆท id, ๅฏๅจ็จๆทไธป้กต URL ไธญๆพๅฐ
type- Optional
- Description: ๅจๆ็็ฑปๅ, ไธๅกซๅ้ป่ฎคๅ จ้จ
๐ Source Code: /xueqiu/user.ts
| ๅๅๅธ | ้ฟๆ | ้ฎ็ญ | ็ญ้จ | ไบคๆ |
|---|---|---|---|---|
| 0 | 2 | 4 | 9 | 11 |
็ญๅธ
โ
๐ก Example: https://rsshub.app/xueqiu/hots
๐ฅ Top Feeds on Folo:
๐ Source Code: /xueqiu/hots.ts
ๅคฎ่งๆฐ้ป
โ
ๆฐ้ป่ๆญ
โ
๐ฅ 4368๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/cctv/tv/lm/xwlb
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /cctv/:site/:category/:name
๐ Parameters:
site- Required
- Description: ็ซ็น, ๅฏ้ๅผๅฆ'tv', ๆข'ๅคฎ่ง่็ฎ'
category- Required
- Description: ๅ็ฑปๅ, ๅฎ็ฝๅฏนๅบๅ็ฑป, ๅฝๅๅฏ้ๅผ'lm', ๆข'ๆ ็ฎๅคงๅ จ'
name- Required
- Options:
- Description: ๆ ็ฎๅ็งฐ, ๅฏๅจๅฏนๅบๆ ็ฎ้กต้ข URL ไธญๆพๅฐ, ๅฏ้ๅผๅฆ'xwlb',ๆข'ๆฐ้ป่ๆญ'
๐ Source Code: /cctv/xwlb.ts
ๆฐ้ป่ๆญๅ ๅฎนๆ่ฆใ
ๅไบฌๅคฉๆ้ฆ
โ
ๆฏๆฅไธๅพ
โ
็ซ้
ท
โ
็จๆทไฝๅ
โ
๐ก Example: https://rsshub.app/zcool/user/baiyong
๐ฅ Top Feeds on Folo:
- ๆ้ณ่ฎพ่ฎกไธญๅฟๅไฝ่ ไธป้กต_ๅไบฌ่ฎพ่ฎก็ฑๅฅฝ่ -็ซ้ ทZCOOL
- ่ พ่ฎฏISUXๅไฝ่ ไธป้กต_ๆทฑๅณ่ฎพ่ฎก็ฑๅฅฝ่ -็ซ้ ทZCOOL
๐๏ธ Route: /zcool/user/:uid
๐ Parameters:
uid- Required
- Description: ไธชๆงๅๅๅ็ผๆ่ ็จๆทID
๐ Source Code: /zcool/user.ts
ไพๅฆ:
็ซ้
ท็ไธชไบบไธป้กต `https://baiyong.zcool.com.cn` ๅฏนๅบ rss ่ทฏๅพ `/zcool/user/baiyong`
็ซ้
ท็ไธชไบบไธป้กต `https://www.zcool.com.cn/u/568339` ๅฏนๅบ rss ่ทฏๅพ `/zcool/user/568339`
ไฝๅๆปๆฆๅ
โ
๐ฅ 1893๐ข Passed Test
๐ก Example: https://rsshub.app/zcool/top/design
๐ฅ Top Feeds on Folo:
- ็ซ้ ทๆปๆฆ่ฎพ่ฎก_ๅๆไฝๅๆฆ_็ฌฌ448ๆ-็ซ้ ทZCOOL
- ็ซ้ ทๆปๆฆ่ฎพ่ฎก_ๅๆๆ็ซ ๆฆ_็ฌฌ448ๆ-็ซ้ ทZCOOL
๐๏ธ Route: /zcool/top/:type
๐ Parameters:
type- Required
- Options:
- Description: ๆจ่็ฑปๅ
๐ Source Code: /zcool/top.ts
Readhub
โ
ๆฏๆฅๆฉๆฅ
โ
๐ฅ 3709๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/readhub/daily
๐ฅ Top Feeds on Folo:
๐ Source Code: /readhub/daily.ts
Nature Journal
โ
TIP
You can get all short name of a journal from https://www.nature.com/siteindex or Journal List.
Latest Research
โ
๐ฅ 3674๐ข Passed Test๐งช Support Sci-Hub๐ Support Radar
๐ก Example: https://rsshub.app/nature/research/ng
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /nature/research/:journal?
๐ Parameters:
journal- Optional
- Description: short name for a journal,
natureby default
๐ Source Code: /nature/research.ts
:journal | Full Name of the Journal | Route |
|---|---|---|
| nature | Nature | /nature/research/nature |
| nbt | Nature Biotechnology | /nature/research/nbt |
| neuro | Nature Neuroscience | /nature/research/neuro |
| ng | Nature Genetics | /nature/research/ng |
| ni | Nature Immunology | /nature/research/ni |
| nmeth | Nature Method | /nature/research/nmeth |
| nchem | Nature Chemistry | /nature/research/nchem |
| nmat | Nature Materials | /nature/research/nmat |
| natmachintell | Nature Machine Intelligence | /nature/research/natmachintell |
- Using router (
/nature/research/+ "short name for a journal") to query latest research paper for a certain journal of Nature Publishing Group. If the:journalparameter is blank, then latest research of Nature will return. - The journals from NPG are run by different group of people, and the website of may not be consitent for all the journals
- Only abstract is rendered in some researches
ๆ็ทๆฐ่
โ
ๆฐ่
โ
๐ฅ 3581๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/i-cable/news
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /i-cable/news/:category?
๐ Parameters:
category- Optional
- Description: ๅ้ก๏ผ้ป่ช็บๆฐ่่ณ่จ
๐ Source Code: /i-cable/news.ts
TIP
ๅ้กๅชๅฏ็จๅ้กๅ็จฑ๏ผๅฆ๏ผๆฐ่่ณ่จ/ๆธฏ่
7mmtv
โ
Category
โ
๐ฅ 3355๐จ Strict Anti-crawling
๐ก Example: https://rsshub.app/7mmtv/zh/censored_list/all
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /7mmtv/:language?/:category?/:type?
๐ Parameters:
language- Optional
- Description: Language, see below,
enas English by default
category- Optional
- Description: Category, see below,
censored_listas Censored by default
type- Optional
- Description: Server, see below, all server by default
๐ Source Code: /7mmtv/index.ts
Language
| English | ๆฅๆฌ่ช | ํ๊ตญ์ | ไธญๆ |
|---|---|---|---|
| en | ja | ko | zh |
Category
| Chinese subtitles AV | Censored | Amateur | Uncensored | Asian self-timer | H comics |
|---|---|---|---|---|---|
| chinese_list | censored_list | amateurjav_list | uncensored_list | amateur_list | hcomic_list |
| Chinese subtitles AV random | Censored random | Amateur random | Uncensored random | Asian self-timer random | H comics random |
|---|---|---|---|---|---|
| chinese_random | censored_random | amateurjav_random | uncensored_random | amateur_random | hcomic_random |
Server
| All Server | fembed(Full DL) | streamsb(Full DL) | doodstream | streamtape(Full DL) | avgle | embedgram | videovard(Full DL) |
|---|---|---|---|---|---|---|---|
| all | 21 | 30 | 28 | 29 | 17 | 34 | 33 |
ๆพๆนๆฐ้ป
โ
ไปฅไธๆๆ่ทฏ็ฑๅฏไฝฟ็จๅๆฐoldไปฅ้ๅๆงๅ
จๆ่ทๅๆนๆณใ่ฏฅๆนๆณไผๅฆๅค่ทๅ็ฝ้กตไธญ็ๅพ็ไธ่ง้ข่ตๆบใๅจๅๅง url ่ฟฝๅ ?old=yesไปฅๅฏ็จ.
้ฆ้กตๅคดๆก
โ
๐ก Example: https://rsshub.app/thepaper/featured
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /thepaper/featured
๐ Source Code: /thepaper/featured.ts
Bluesky (bsky)
โ
Post
โ
๐ฅ 3196๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/bsky/profile/bsky.app
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bsky/profile/:handle/:routeParams?
๐ Parameters:
handle- Required
- Description: User handle, can be found in URL
routeParams- Optional
- Description: Filter parameter, Use filter to customize content types
๐ Source Code: /bsky/posts.ts
| Filter Value | Description |
|---|---|
| posts_with_replies | Includes Posts, Replies, and Reposts |
| posts_no_replies | Includes Posts and Reposts, without Replies |
| posts_with_media | Shows only Posts containing media |
| posts_and_author_threads | Shows Posts and Threads, without Replies and Reposts |
Default value for filter is posts_and_author_threads if not specified.
Example:
/bsky/profile/bsky.app/filter=posts_with_replies
NGA
โ
ๅๅบๅธๅญ
โ
๐ก Example: https://rsshub.app/nga/forum/489
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /nga/forum/:fid/:recommend?
๐ Parameters:
fid- Required
- Description: ๅๅบ id, ๅฏๅจๅๅบไธป้กต URL ๆพๅฐ, ๆฒกๆ fid ๆถ stid ๅๆ ท้็จ
recommend- Optional
- Description: ๆฏๅฆๅชๆพ็คบ็ฒพๅไธป้ข, ็็ฉบไธบๅฆ, ไปปๆๅผไธบๆฏ
๐ Source Code: /nga/forum.ts
่ดข่็คพ
โ
ๆทฑๅบฆ
โ
๐ก Example: https://rsshub.app/cls/depth/1000
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /cls/depth/:category?
๐ Parameters:
category- Optional
- Description: ๅ็ฑปไปฃ็ ๏ผๅฏๅจ้ฆ้กตๅฏผ่ชๆ ็็ฎๆ ็ฝๅ URL ไธญๆพๅฐ
๐ Source Code: /cls/depth.ts
| ๅคดๆก | ่กๅธ | ๆธฏ่ก | ็ฏ็ | ๅ ฌๅธ | ๅธๅ | ๅบ้ | ๅฐไบง | ้่ | ๆฑฝ่ฝฆ | ็งๅ | ๅไธ็ | ๅ่ง | ๆ่ดง | ๆๆ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1000 | 1003 | 1135 | 1007 | 1005 | 1118 | 1110 | 1006 | 1032 | 1119 | 1111 | 1127 | 1160 | 1124 | 1176 |
ๆ็ฅๆ่ก
โ
ๆ็ฅๆ็ซ
โ
๐ฅ 2969๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/youzhiyouxing/materials
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /youzhiyouxing/materials/:id?
๐ Parameters:
id- Optional
- Default: 0
- Options:
- Description: ๅ็ฑป
๐ Source Code: /youzhiyouxing/materials.ts
| ๅ จ้จ | ็ฅ่กๅฐ้ ้ฆ | ็ฅ่ก้ปๆฟๆฅ | ๆ ไบบ็ฅๆ | ๅญๅฒฉไธๆ | ็ฅ่ก่ฏปไนฆไผ | ไฝ ๅฅฝ๏ผๅ่ทฏไบบ |
|---|---|---|---|---|---|---|
| 0 | 4 | 2 | 10 | 1 | 3 | 11 |
ไนฆไผด
โ
ๅ็ฑป
โ
๐ก Example: https://rsshub.app/bookfere/skills
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bookfere/:category
๐ Parameters:
category- Required
- Options:
- Description: ๅ็ฑปๅ
๐ Source Code: /bookfere/category.ts
| ๆฏๅจไธไนฆ | ไฝฟ็จๆๅทง | ๅพไนฆๆจ่ | ๆฐ้ป้้ | ็ฒพ้็ญๆ |
|---|---|---|---|---|
| weekly | skills | books | news | essay |
ไบบไบบๅฝฑ่ง
โ
ๅฝฑ่ง่ต่ฎฏ
โ
๐ก Example: https://rsshub.app/yyets/article
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /yyets/article/:type?
๐ Parameters:
type- Optional
- Default: all
- Options:
- Description: ็ฑปๅ
๐ Source Code: /yyets/article.ts
| ๅ จ้จ | ๅฝฑ่ง่ต่ฎฏ | ๆถ่งๅฟซๆฅ | ไบบไบบๅฝฑ่ฏ | ไบบไบบๅง่ฏ | ๆฐๅง่ฏๆต | ็ๅๆจ่ |
|---|---|---|---|---|---|---|
| news | report | m_review | t_review | new_review | recom |
GoFans
โ
ๆๆฐ้ๅ
/ ไฟ้ๅบ็จ
โ
๐ฅ 2701๐ข Passed Test
๐ก Example: https://rsshub.app/gofans
๐ฅ Top Feeds on Folo:
๐ Parameters:
kind- Optional
- Description: Platform, either
macosorios, empty means both (default)
๐ Source Code: /gofans/index.ts
็งๅญฆ็ฝ
โ
็ฒพ้ๅๅฎข
โ
๐ฅ 2653๐ข Passed Test
๐ก Example: https://rsshub.app/sciencenet/blog
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /sciencenet/blog/:type?/:time?/:sort?
๐ Parameters:
type- Optional
- Description: ็ฑปๅ๏ผ่งไธ่กจ๏ผ้ป่ฎคไธบๆจ่
time- Optional
- Description: ๆถ้ด๏ผ่งไธ่กจ๏ผ้ป่ฎคไธบๆๆๆถ้ด
sort- Optional
- Description: ๆๅบ๏ผ่งไธ่กจ๏ผ้ป่ฎคไธบๆๅ่กจๆถ้ดๆๅบ
๐ Source Code: /sciencenet/blog.ts
็ฑปๅ
| ็ฒพ้ | ๆๆฐ | ็ญ้จ |
|---|---|---|
| recommend | new | hot |
ๆถ้ด
| 36 ๅฐๆถๅ ็ฒพ้ๅๆ | ไธๅจๅ ็ฒพ้ๅๆ | ไธๆๅ ็ฒพ้ๅๆ | ๅๅนดๅ ็ฒพ้ๅๆ | ๆๆๆถ้ด็ฒพ้ๅๆ |
|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 |
ๆๅบ
| ๆๅ่กจๆถ้ดๆๅบ | ๆ่ฏ่ฎบๆฐๆๅบ | ๆ็นๅปๆฐๆๅบ |
|---|---|---|
| 1 | 2 | 3 |
็ฌฌไธไผๆ
โ
TIP
็ฌฌไธไผๆๆๅคไธชๅค็จ็ฝๅ๏ผๆฌ่ทฏ็ฑ้ป่ฎคไฝฟ็จ`https://sis001.com`๏ผ่ฅ่ฏฅ็ฝๅๆ ๆณ่ฎฟ้ฎ๏ผๅฏไปฅๅจ้จ็ฝฒๅฎไพ็ๆถๅ้่ฟ`SIS001_BASE_URL`็ฏๅขๅ้้
็ฝฎ่ฆไฝฟ็จ็ๅฐๅ๏ผๅฆ`https://www.sis001.com`็ญ
ๅญ็ๅ
โ
๐ก Example: https://rsshub.app/sis001/forum/322
๐ฅ Top Feeds on Folo:
- Asia Uncensored Authorship Seed | ไบๆดฒๆ ็ ๅๅๅบ - SiS001! Board - [็ฌฌไธไผๆ ๅ ณ้ญๆณจๅ]
- SIS001 New Seed | ็ฌฌไธไผๆๆฐ็ไธๅบ - SiS001! Board - [็ฌฌไธไผๆ ๅ ณ้ญๆณจๅ]
๐๏ธ Route: /sis001/forum/:id?
๐ Parameters:
id- Optional
- Description:
ๅญ็ๅ ID๏ผๅฏๅจๅญ่ฎบๅ URL ๆพๅฐ๏ผ้ป่ฎคไธบ
Funny Jokes | ็ญ็ฏ็ฌ่ฏๅบ
๐ Source Code: /sis001/forum.ts
ๅๆนๅจๆซ
โ
้ข้
โ
๐ฅ 2625๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/infzm/1
๐ฅ Top Feeds on Folo:
๐ Parameters:
id- Required
- Description: ๅๆนๅจๆซ้ข้ id, ๅฏๅจ่ฏฅ้ข้็ URL ไธญๆพๅฐ๏ผๅณ https://www.infzm.com/contents?term_id=:id)
๐ Source Code: /infzm/index.ts
ไธ้ข็ปๅบ้จๅๅ่๏ผ
| ๆจ่ | ๆฐ้ป | ่ง็น | ๆๅ | ไบบ็ฉ | ๅฝฑๅ | ไธ้ข | ็ๆดป | ่ง้ข |
|---|---|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 7 | 8 | 6 | 5 | 131 |
Solidot
โ
ๆๆฐๆถๆฏ
โ
๐ฅ 2574๐ข Passed Test
๐ก Example: https://rsshub.app/solidot/linux
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /solidot/:type?
๐ Parameters:
type- Optional
- Default: www
- Options:
- Description: ๆถๆฏ็ฑปๅ๏ผๅจ็ฝ็ซไธๆน้ๆฉๅๅคๅถๅญๅๅๆๅ่ง https://www.solidot.org/index.rss ๅณๅฏ
๐ Source Code: /solidot/main.ts
็ฝๆๅ
ฌๅผ่ฏพ
โ
TIP
้จๅๆญๅๅๅฌๆญๆ่กไฟกๆฏไธบ็ป้ๅๅฏ่ง๏ผ่ชๅปบๆถๅฐ็ฏๅขๅ้NCM_COOKIES่ฎพไธบ็ป้ๅ็ Cookie ๅผ๏ผๅณๅฏๆญฃๅธธ่ทๅใ
็ตๅฐ่็ฎ
โ
๐ฅ 2558๐ข Passed Test๐๏ธ Support Podcast
๐ก Example: https://rsshub.app/163/music/djradio/347317067
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /163/music/djradio/:id/:info?
๐ Parameters:
id- Required
- Description: ่็ฎ id, ๅฏๅจ็ตๅฐ่็ฎ้กต URL ไธญๆพๅฐ
info- Optional
- Description: ้ป่ฎคๅจๆญฃๆๅฐพ้จๆพ็คบ่็ฎ็ธๅ ณไฟกๆฏ๏ผไปปๆๅผไธบไธๆพ็คบ
๐ Source Code: /163/music/djradio.ts
InfoQ ไธญๆ
โ
ๆจ่
โ
๐ฅ 2493๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/infoq/recommend
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /infoq/recommend
๐ Source Code: /infoq/recommend.ts
National Geographic
โ
Daily Photo
โ
๐ฅ 2407๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/natgeo/dailyphoto
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /natgeo/dailyphoto
๐ Source Code: /natgeo/dailyphoto.ts
Threads
โ
User timeline
โ
๐ฅ 2329๐ข Passed Test
๐ก Example: https://rsshub.app/threads/zuck
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /threads/:user/:routeParams?
๐ Parameters:
user- Required
- Description: Username
routeParams- Optional
- Description:
Extra parameters, see the table below Specify options (in the format of query string) in parameter
routeParamsto control some extra features for threadsKey Description Accepts Defaults to showAuthorInTitleShow author name in title 0/1/true/falsetrueshowAuthorInDescShow author name in description (RSS body) 0/1/true/falsetrueshowQuotedAuthorAvatarInDescShow avatar of quoted author in description (RSS body) (Not recommended if your RSS reader extracts images from description) 0/1/true/falsefalseshowAuthorAvatarInDescShow avatar of author in description (RSS body) (Not recommended if your RSS reader extracts images from description) 0/1/true/falsefalsePshowEmojiForQuotesAndReplyUse "๐" instead of "QT", "โฉ๏ธ" instead of "Re" 0/1/true/falsetrueshowQuotedInTitleShow quoted tweet in title 0/1/true/falsetruerepliesShow replies 0/1/true/falsetrue
๐ Source Code: /threads/index.ts
Magnum Photos
โ
Magazine
โ
๐ก Example: https://rsshub.app/magnumphotos/magazine
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /magnumphotos/magazine
๐ Source Code: /magnumphotos/magazine.ts
The Economist
โ
Espresso
โ
๐ก Example: https://rsshub.app/economist/espresso
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /economist/espresso
๐ Source Code: /economist/espresso.ts
้ๅๆฐๆฎ
โ
ๅธๅบๅฟซ่ฎฏ
โ
๐ฅ 2237๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/jin10
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /jin10/:important?
๐ Parameters:
important- Optional
- Description: ๅช็้่ฆ๏ผไปปๆๅผๅผๅฏ๏ผ็็ฉบๅ ณ้ญ
๐ Source Code: /jin10/index.ts
Spotify
โ
Show/Podcasts
โ
๐ฅ 2157๐ก Missing Testโ๏ธ Config Required๐ Support Radar
๐ก Example: https://rsshub.app/spotify/show/5CfCWKI5pZ28U0uOzXkDHe
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /spotify/show/:id
๐ Parameters:
id- Required
- Description: Show ID
โ๏ธ Deployment Configs:
SPOTIFY_CLIENT_ID, required -SPOTIFY_CLIENT_SECRET, required -
๐ Source Code: /spotify/show.ts
1x.com
โ
1x.com โข In Pursuit of the Sublime. Browse 200,000 curated photos from photographers all over the world.
Gallery
โ
๐ฅ 2024๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/1x/latest/awarded
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /1x/:category{.+}?
๐ Parameters:
category{.}- Optional
- Description: N/A
๐ Source Code: /1x/index.ts
TIP
Fill in the field in the path with the part of the corresponding page URL after https://1x.com/gallery/ or https://1x.com/photo/. Here are the examples:
If you subscribe to Abstract Awarded, you should fill in the path with the part abstract/awarded from the page URL https://1x.com/gallery/abstract/awarded. In this case, the route will be /1x/abstract/awarded.
If you subscribe to Wildlife Published, you should fill in the path with the part wildlife/published from the page URL https://1x.com/gallery/wildlife/published. In this case, the route will be /1x/wildlife/published.
PlayStation Store
โ
PlayStation Monthly Games
โ
๐ฅ 1993๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/ps/monthly-games
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /ps/monthly-games
๐ Source Code: /ps/monthly-games.ts
BBC
โ
News
โ
๐ก Example: https://rsshub.app/bbc/world-asia
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bbc/:site?/:channel?
๐ Parameters:
site- Optional
- Description: ่ฏญ่จ๏ผ็ฎไฝๆ็นไฝไธญๆ
channel- Optional
- Description: channel, default to
top stories
๐ Source Code: /bbc/index.ts
Provides a better reading experience (full text articles) over the official ones.
Support major channels, refer to [BBC RSS feeds](https://www.bbc.co.uk/news/10628494). Eg, `business` for `https://feeds.bbci.co.uk/news/business/rss.xml`.
- Channel contains sub-directories, such as `https://feeds.bbci.co.uk/news/world/asia/rss.xml`, replace `/` with `-`, `/bbc/world-asia`.
้บฆ่ฏ้ก
โ
ๆด่ง
โ
๐ก Example: https://rsshub.app/mckinsey/cn
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /mckinsey/cn/:category?
๐ Parameters:
category- Optional
- Default: ๆๆฐๆด่ง
- Options:
- Description: ๅ็ฑป๏ผ็็ฉบไธบ
ๆๆฐๆด่ง
๐ Source Code: /mckinsey/cn/index.ts
| ๅ็ฑป | ๅ็ฑปๅ |
|---|---|
| ๅ จ้จๆด่ง | |
| autos | ๆฑฝ่ฝฆ |
| banking-insurance | ้่ๆๅก |
| consumers | ๆถ่ดน่ |
| healthcare-pharmaceuticals | ๅป่ฏไธๅป็ |
| business-technology | ๆฐๅญๅ |
| manufacturing | ๅถ้ ไธ |
| technology-media-and-telecom | ๆๆฏ๏ผๅชไฝไธ้ไฟก |
| urbanization-sustainability | ๅๅธๅไธๅฏๆ็ปญๅๅฑ |
| innovation | ๅๆฐ |
| talent-leadership | ไบบๆไธ้ขๅฏผๅ |
| macroeconomy | ๅฎ่ง็ปๆต |
| mckinsey-global-institute | ้บฆ่ฏ้กๅ จ็็ ็ฉถ้ข |
| capital-projects-infrastructure | ่ตๆฌ้กน็ฎๅๅบ็ก่ฎพๆฝ |
| ไบค้่ฟ่พไธ็ฉๆต | ๆ ๆธธใ่ฟ่พๅ็ฉๆต |
| ๅบๆตทไธๅฝ้ ๅใ่ฝฌๅ | ๅบๆตทไธๅฝ้ ๅใ่ฝฌๅ |
| ๅ จ็ๅบ็กๆๆ | ๅ จ็ๅบ็กๆๆ |
Huggingface
โ
ไธญๆๅๅฎข
โ
๐ก Example: https://rsshub.app/huggingface/blog-zh
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /huggingface/blog-zh
๐ Source Code: /huggingface/blog-zh.ts
ไธญๆๆไบบๆๅญธ็ถฒ
โ
็ญ็ฏ
โ
๐ฅ 1839๐ข Passed Test
๐ก Example: https://rsshub.app/xbookcn/็ฒพ้ไฝๅ
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /xbookcn/:label?
๐ Parameters:
label- Optional
- Description: ๆๅ็งฐๅ็ฑป๏ผ่ฏฆ่งhttps://blog.xbookcn.net/p/all.html
๐ Source Code: /xbookcn/blog.ts
ๆๅฎขๅ
ฌๅญ
โ
ๆ ็ฎ
โ
๐ฅ 1837๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/geekpark
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /geekpark/:column?
๐ Parameters:
column- Optional
- Description: ๆ ็ฎ id๏ผ้ป่ฎคไธบ็ฉบ๏ผๅณ้ฆ้กต่ต่ฎฏ๏ผๅฏๅจๅฏนๅบๆ ็ฎ้กต URL ไธญๆพๅฐ
๐ Source Code: /geekpark/index.ts
TIP
่ฅ่ฎข้
็ปผๅๆฅ้๏ผ็ฝๅไธบ https://www.geekpark.net/column/179ใๆชๅ https://www.geekpark.net/column/ ๅฐๆซๅฐพ็้จๅ 179 ไฝไธบๅๆฐๅกซๅ
ฅ๏ผๆญคๆถ่ทฏ็ฑไธบ /geekpark/179ใ
| ๆ ็ฎ | ID |
|---|---|
| ็ปผๅๆฅ้ | 179 |
| AIๆฐๆตชๆฝฎ่งๅฏ | 304 |
| ๆฐ้ ่ฝฆ่งๅฏ | 305 |
| ่ดขๆฅ่งฃ่ฏป | 271 |
| ๅบ็จฟๅฏน่ฏCEO็ณปๅ | 308 |
| Geek Insight ็น็จฟ็ณปๅ | 306 |
| ๅฟ็งๆ | 307 |
| ่กไธ่ต่ฎฏ | 2 |
ๆ ผ้ๆฑ
โ
ๆ็ญๆ็ซ
โ
๐ฅ 1833๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/gelonghui/hot-article
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /gelonghui/hot-article/:type?
๐ Parameters:
type- Optional
- Options:
- Description:
dayไธบๆฅๆ่ก๏ผweekไธบๅจๆ่ก๏ผ้ป่ฎคไธบday
๐ Source Code: /gelonghui/hot-article.ts
Behance
โ
User Works
โ
๐ฅ 1827๐ข Passed Test
๐ก Example: https://rsshub.app/behance/mishapetrick
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /behance/:user/:type?
๐ Parameters:
user- Required
- Description: username
type- Optional
- Default: projects
- Options:
- Description: type
๐ Source Code: /behance/user.ts
Behance user's profile URL, like https://www.behance.net/mishapetrick the username will be mishapetrickใ
AIbase
โ
่ต่ฎฏ
โ
๐ฅ 1750๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/aibase/news
๐ฅ Top Feeds on Folo:
๐ Source Code: /aibase/news.ts
่ทๅ AI ่ต่ฎฏๅ่กจ
Binance
โ
Announcement
โ
๐ก Example: https://rsshub.app/binance/announcement/new-cryptocurrency-listing
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /binance/announcement/:type
๐ Parameters:
type- Required
- Default: new-cryptocurrency-listing
- Options:
- Description: Binance Announcement type
๐ Source Code: /binance/announcement.ts
Type category
- new-cryptocurrency-listing => New Cryptocurrency Listing
- latest-binance-news => Latest Binance News
- latest-activities => Latest Activities
- new-fiat-listings => New Fiat Listings
- api-updates => API Updates
- crypto-airdrop => Crypto Airdrop
- wallet-maintenance-updates => Wallet Maintenance Updates
- delisting => Delisting
็ฑๆๆณ
โ
ๆ ็ฎ
โ
๐ก Example: https://rsshub.app/aisixiang/column/722
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /aisixiang/column/:id
๐ Parameters:
id- Required
- Description: ๆ ็ฎ ID, ๅฏๅจๅฏนๅบๆ ็ฎ URL ไธญๆพๅฐ
๐ Source Code: /aisixiang/column.ts
็ซฏไผ ๅช
โ
้่ฟๆๅๆ็ซ ๅ จๆ๏ผไปฅๆไพๆฏๅฎๆนๆบๆดไฝณ็้ ่ฏปไฝ้ชใ
WARNING
ไป่ดนๅ ๅฎนๅ จๆๅฏ่ฝ้่ฆ็ป้่ทๅ๏ผ่ฏฆๆ ่ง้จ็ฝฒ้กต้ข็้ ็ฝฎๆจกๅใ
App
โ
๐ฅ 1660๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/theinitium/app
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /theinitium/app/:category?
๐ Parameters:
category- Optional
- Description: Category, see below, latest_sc by default
๐ Source Code: /theinitium/app.ts
ๆๅThe Initium App็ๆ็ซ ๅ่กจ
WARNING
ๆญค่ทฏ็ฑๆไธๆฏๆ็ป้่ฎค่ฏ
Category ๆ ็ฎ๏ผ
| ----- | ็ฎไฝไธญๆ | ็น้ซไธญๆ |
|---|---|---|
| ๆๆฐ | latest_sc | latest_tc |
| ๆฅๆฅ | daily_brief_sc | daily_brief_tc |
| ้้ | whats_new_sc | whats_new_tc |
| ไธ้ข | report_sc | report_tc |
| ่ฏ่ฎบ | opinion_sc | opinion_tc |
| ๅฝ้ | international_sc | international_tc |
| ๅคง้ | mainland_sc | mainland_tc |
| ้ฆๆธฏ | hongkong_sc | hongkong_tc |
| ๅฐๆนพ | taiwan_sc | taiwan_tc |
| ๆญๅฎข | article_audio_sc | article_audio_tc |
้บป็็ๅทฅ็งๆ่ฏ่ฎบ
โ
้ฆ้กต
โ
๐ก Example: https://rsshub.app/mittrchina/index
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /mittrchina/:type?
๐ Parameters:
type- Optional
- Description: ็ฑปๅ๏ผ่งไธ่กจ๏ผ้ป่ฎคไธบ้ฆ้กต่ต่ฎฏ
๐ Source Code: /mittrchina/index.ts
| ๅฟซ่ฎฏ | ๆฌๅจ็ญๆ | ้ฆ้กต่ต่ฎฏ | ่ง้ข |
|---|---|---|---|
| breaking | hot | index | video |
Apple
โ
App Update
โ
๐ฅ 1632๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/apple/apps/update/us/id408709785
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /apple/apps/update/:country/:id/:platform?
๐ Parameters:
country- Required
- Description: App Store Country, obtain from the app URL, see below
id- Required
- Description: App id, obtain from the app URL
platform- Optional
- Options:
- Description: App Platform, see below, all by default
๐ Source Code: /apple/apps.ts
TIP
For example, the URL of GarageBand in the App Store is https://apps.apple.com/us/app/garageband/id408709785. In this case, the App Store Country parameter for the route is us, and the App id parameter is id408709785. So the route should be /apple/apps/update/us/id408709785.
Obsidian
โ
Obsidian Plugins
โ
๐ฅ 1622๐ข Passed Test
๐ก Example: https://rsshub.app/obsidian/plugins
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /obsidian/plugins
๐ Source Code: /obsidian/plugins.ts
New Yorker
โ
Articles
โ
๐ฅ 1595๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/newyorker/latest
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /newyorker/:category
๐ Parameters:
category- Required
- Description: tab name. can be found at url
๐ Source Code: /newyorker/news.ts
AInvest
โ
Latest News
โ
๐ก Example: https://rsshub.app/ainvest/news
๐ฅ Top Feeds on Folo:
๐ Source Code: /ainvest/news.ts
PLAYNO.1 ็ฉๆจ้ไบบ
โ
AV
โ
๐ฅ 1571๐ข Passed Test
๐ก Example: https://rsshub.app/playno1/av
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /playno1/av/:catid?
๐ Parameters:
catid- Optional
- Description: ๅ็ฑป๏ผ่งไธ่กจ๏ผ้ป่ฎคไธบๅ จ้จๆ็ซ
๐ Source Code: /playno1/av.ts
WARNING
็ฎๅ่งๆตๅฐ่ฏฅๅๅฎขๅฏ่ฝ็ฆๆญขๆฅๆฌ IP ่ฎฟ้ฎใๅปบ่ฎฎ้จ็ฝฒๅจๆฅๆฌๅบไปฅๅค็ๆๅกๅจไธใ
| ๅ จ้จๆ็ซ | AV ๆฐ่ | AV ๅฐ่ฆฝ |
|---|---|---|
| 78 | 3 | 5 |
ๅ่ฑ้กบ่ดข็ป
โ
7ร24ๅฐๆถ่ฆ้ป็ดๆญ
โ
๐ฅ 1530๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/10jqka/realtimenews
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /10jqka/realtimenews/:tag?
๐ Parameters:
tag- Optional
- Description: ๆ ็ญพ๏ผ้ป่ฎคไธบๅ จ้จ
๐ Source Code: /10jqka/realtimenews.ts
TIP
่ฅ่ฎข้
7ร24ๅฐๆถ่ฆ้ป็ดๆญ ็ ๅ
ฌๅ ๆ ็ญพใๅฐ ๅ
ฌๅ ไฝไธบๆ ็ญพๅๆฐๅกซๅ
ฅ๏ผๆญคๆถ่ทฏ็ฑไธบ /10jqka/realtimenews/ๅ
ฌๅใ
่ฅ่ฎข้
7ร24ๅฐๆถ่ฆ้ป็ดๆญ ็ ๅ
ฌๅ ๅ A่ก ๆ ็ญพใๅฐ ๅ
ฌๅ,A่ก ไฝไธบๆ ็ญพๅๆฐๅกซๅ
ฅ๏ผๆญคๆถ่ทฏ็ฑไธบ /10jqka/realtimenews/ๅ
ฌๅ,A่กใ
| ๅ จ้จ | ้่ฆ | A่ก | ๆธฏ่ก | ็พ่ก | ๆบไผ | ๅผๅจ | ๅ ฌๅ |
|---|
IMDb
โ
Charts
โ
๐ฅ 1443๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/imdb/chart
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /imdb/chart/:chart?
๐ Parameters:
chart- Optional
- Default: top
- Options:
- Description: The chart to display,
topby default
๐ Source Code: /imdb/chart.ts
| Top 250 Movies | Most Popular Movies | Top 250 TV Shows | Most Popular TV Shows |
|---|---|---|---|
| top | moviemeter | toptv | tvmeter |
Kemono
โ
Posts
โ
๐ฅ 1389๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/kemono
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /kemono/:source?/:id?/:type?
๐ Parameters:
source- Optional
- Description: Source, see below, Posts by default
id- Optional
- Description: User id, can be found in URL
type- Optional
- Description: Content type: announcements or fancards
๐ Source Code: /kemono/index.ts
Sources
| Posts | Patreon | Pixiv Fanbox | Gumroad | SubscribeStar | DLsite | Discord | Fantia |
|---|---|---|---|---|---|---|---|
| posts | patreon | fanbox | gumroad | subscribestar | dlsite | discord | fantia |
TIP
When posts is selected as the value of the parameter source, the parameter id does not take effect. There is an optinal parameter limit which controls the number of posts to fetch, default value is 25.
Support for announcements and fancards:
- Use
/:source/:id/announcementsto get announcements - Use
/:source/:id/fancardsto get fancards
The Atlantic
โ
News
โ
๐ฅ 1378๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/theatlantic/latest
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /theatlantic/:category
๐ Parameters:
category- Required
- Description: category, see below
๐ Source Code: /theatlantic/news.ts
| Popular | Latest | Politics | Technology | Business |
|---|---|---|---|---|
| most-popular | latest | politics | technology | business |
More categories (except photo) can be found within the navigation bar at https://www.theatlantic.com
CnGal
โ
ๆฏๅจ้ๆฅ
โ
๐ฅ 1343๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/cngal/weekly
๐ฅ Top Feeds on Folo:
๐ Source Code: /cngal/weekly.ts
CSDN
โ
User Feed
โ
๐ฅ 1316๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/csdn/blog/csdngeeknews
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /csdn/blog/:user
๐ Parameters:
user- Required
- Description:
useris the username of a CSDN blog which can be found in the url of the home page
๐ Source Code: /csdn/blog.ts
DeepMind
โ
Blog
โ
๐ก Example: https://rsshub.app/deepmind/blog
๐ฅ Top Feeds on Folo:
๐ Source Code: /deepmind/blog.ts
ๅทดๅๅง็น้ป็ฉ่ณ่จ็ซ
โ
GNN ๆฐ่
โ
๐ฅ 1290๐ข Passed Test๐จ Strict Anti-crawling
๐ก Example: https://rsshub.app/gamer/gnn/1
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /gamer/gnn/:category?
๐ Parameters:
category- Optional
- Options:
- Description: ็ๅก
๐ Source Code: /gamer/gnn-index.ts
็ผบ็็บ้ฆ้
่ๅ
โ
24 ๅฐๆถ
โ
๐ฅ 1280๐ Support BT๐๏ธ Support Podcast๐ Support Radar
๐ก Example: https://rsshub.app/huxiu/moment
๐ฅ Top Feeds on Folo:
๐ Source Code: /huxiu/moment.ts
