๐ Popular โ
ๅฐ็บขไนฆ
โ
็จๆท็ฌ่ฎฐ/ๆถ่
โ
๐ฅ 1494048๐จ 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=150
generates

Currently supports two authentication methods:
Using
TWITTER_AUTH_TOKEN
(recommended): Configure a comma-separated list ofauth_token
cookies of logged-in Twitter Web. RSSHub will use this information to directly access Twitter's web API to obtain data.Using
TWITTER_USERNAME
TWITTER_PASSWORD
andTWITTER_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
โ
๐ฅ 548609๐ก 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
โ
๐ฅ 504275๐ก 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
โ
๐ฅ 4799๐ก 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
โ
๐ฅ 3940๐ก 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 - Picnob
โ
๐ฅ 438531๐ข Passed Test๐จ 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
โ
๐ฅ 258585โ๏ธ 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 #hashtag
with%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=0
generates 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
routeParams
will 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 ไธปๅจๆ
โ
๐ฅ 21592โ๏ธ 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/0
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/ranking/:rid_index?/:embed?/:redirect1?/:redirect2?
๐ Parameters:
rid_index
- Optional
- Default: 0
- Options:
- Description: ๆ่กๆฆๅๅบ id ๅบๅท
embed
- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข, ไปปๆๅผไธบๅ ณ้ญ
redirect1
- Optional
- Description: ็็ฉบ๏ผ็จไบๅ ผๅฎนไนๅ็่ทฏ็ฑ
redirect2
- Optional
- Description: ็็ฉบ๏ผ็จไบๅ ผๅฎนไนๅ็่ทฏ็ฑ
๐ Source Code: /bilibili/ranking.ts
B ็ซๆฏๅจๅฟ
็
โ
๐ก Example: https://rsshub.app/bilibili/weekly
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /bilibili/weekly/:embed?
๐ Parameters:
embed
- Optional
- Description: ้ป่ฎคไธบๅผๅฏๅ ๅต่ง้ข, ไปปๆๅผไธบๅ ณ้ญ
๐ Source Code: /bilibili/weekly-recommend.ts
YouTube
โ
Channel with user handle
โ
๐ฅ 125734๐ข 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
โ
๐ฅ 2920๐ข 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
โ
๐ฅ 1505๐ข 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
ๅฐๅฎๅฎ
โ
ๆญๅฎข
โ
๐ฅ 57713๐ข 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
ๅพฎๅ
โ
WARNING
ๅพฎๅไผ้ๅฏน่ฏทๆฑ็ๆฅๆบๅฐๅบ่ฟๅไธๅ็็ปๆใไธไธชๅทฒ็ฅ็ไพๅญไธบ๏ผ้จๅ่ง้ขๅ ๆช็ฅๅๅ ไป
้ไธญๅฝๅคง้ๅขๅ
่ฎฟ้ฎ (CDN ๅๅไธบ locallimit.us.sinaimg.cn
่้ f.video.weibocdn.com
)ใ่ฅไธๆกๅพฎๅๅซๆ่ฟ็ง่ง้ขไธ RSSHub ๅฎไพ้จ็ฝฒๅจๅขๅค๏ผๆๅๅฐ็ๅพฎๅๅฏ่ฝไธๅซ่ง้ขใๅฐ RSSHub ้จ็ฝฒๅจๅขๅ
ๆๅฉไบๆๅ่ฟ็ง่ง้ข๏ผไฝ้
่ฏปๅจไนๅฟ
้กปๅคไบๅขๅ
็ฝ็ป็ฏๅขไปฅๅ ่ฝฝ่ง้ขใ
ๅฏนไบๅพฎๅๅ
ๅฎน๏ผๅจ 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 ็ๅฏ่ฏปๆง๏ผๅฆ
็ๆๆไธบ

ๅไธป
โ
๐ฅ 49814๐ข Passed Test๐จ Strict Anti-crawlingโ๏ธ 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
้ช่ฏ
็ญๆๆฆ
โ
๐ฅ 6149๐ข Passed Test๐ 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
๏ผไปฅ่ง้ฟๅพฎๅ็ๅค้พ้ๅถ๏ผๅฆๅๅพ็ๆ ๆณๆพ็คบใ๏ผ
๐ Source Code: /weibo/search/hot.ts
ๅ
ณ้ฎ่ฏ
โ
๐ฅ 1271๐ข Passed Test
๐ก Example: https://rsshub.app/weibo/keyword/RSSHub
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /weibo/keyword/:keyword/:routeParams?
๐ Parameters:
keyword
- Required
- Description: ไฝ ๆณ่ฎข้ ็ๅพฎๅๅ ณ้ฎ่ฏ
routeParams
- Optional
- Description: ้ขๅคๅๆฐ๏ผ่ฏทๅ้ ไธ้ข็่ฏดๆๅ่กจๆ ผ
๐ Source Code: /weibo/keyword.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
โ
๐ฅ 29490๐ข 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
โ
๐ฅ 5525๐ข 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
โ
๐ฅ 3905๐ข 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
ๅณๅป
โ
ๅๅญ
โ
๐ฅ 22750๐ข 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
็จๆทๅจๆ
โ
๐ฅ 9243๐ข 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
ๅฐๆฐๆดพ sspai
โ
้ฆ้กต
โ
๐ฅ 27554๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/sspai/index
๐ฅ Top Feeds on Folo:
๐ Source Code: /sspai/index.ts
Matrix
โ
๐ฅ 1241๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/sspai/matrix
๐ฅ Top Feeds on Folo:
๐ Source Code: /sspai/matrix.ts
่ๆฆด็คพๅบ
โ
ๅๅบๅธๅญ
โ
๐ฅ 22898๐ข 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
โ
ๆ็ญ / ๆๆฐไธป้ข
โ
๐ฅ 21082๐ข 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
ๆ ็ญพ
โ
๐ฅ 1403๐ข 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
็ฅไน
โ
TIP
่ช2024ๅนด7ๆ๏ผๆช็ปๅฝ็ถๆไธๅคง้จๅ่ทฏ็ฑๆ ๆณ่ทๅๅ
จๆใ่ฅๆ้่ฆ่ฏทๅจ็ป้็ฅไนๅๅฏปๆพๅนถๆทปๅ ๅ
ๅซz_c0
็Cookies่ณ็ฏๅขๅ้ZHIHU_COOKIES
ใ
็ฅไน็ญๆฆ
โ
๐ฅ 12953๐จ 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
็จๆทๅจๆ
โ
๐ฅ 5958๐จ Strict Anti-crawling๐ 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 ไธญๆพๅฐ
๐ Source Code: /zhihu/activities.ts
ไธๆ
โ
๐ฅ 1865๐ก 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
็จๆทๆ็ซ
โ
๐ฅ 1501๐จ Strict Anti-crawling๐ 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ใ็ฎๅๆไธค็ง๏ผ่งไธ่กจ
๐ Source Code: /zhihu/posts.ts
ๆฎ้็จๆท | ๆบๆ็จๆท |
---|---|
people | org |
ๆทฑๅณๅธ็ฝๆนๅบไบบๆฐๆฟๅบ
โ
ๆๆฐๆฟ็ญ
โ
๐ฅ 2253๐ข 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
ๅฝๅก้ขๆฟ็ญๆไปถๅบ
โ
๐ฅ 1857๐ข 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
ๆฟ็ญ่งฃ่ฏป
โ
๐ฅ 1661๐ข Passed Test
๐ก Example: https://rsshub.app/gov/miit/zcjd
๐ฅ Top Feeds on Folo:
- ๆฟ็ญ่งฃ่ฏป - ไธญๅไบบๆฐๅ ฑๅๅฝๅทฅไธๅไฟกๆฏๅ้จ
- ๆฟ็ญ่งฃ่ฏป - ไธญๅไบบๆฐๅ ฑๅๅฝๅทฅไธๅไฟกๆฏๅ้จ
๐ Source Code: /gov/miit/zcjd.ts
ไธญๅไบบๆฐๅ
ฑๅๅฝๅฝๅฎถๅๅฑๅๆน้ฉๅงๅไผๆฟๅบไฟกๆฏๅ
ฌๅผ
โ
๐ฅ 1606๐ข 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
ๅๅฑ่งๅๅธ
โ
๐ฅ 1486๐ข 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
ๅฝๅฎถ็ป่ฎกๅฑ ้็จ
โ
๐ฅ 1349๐ข 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
ๆฐ้ปๅจๆ
โ
๐ฅ 1280๐ข 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 |
ๆไปถๅ
ฌ็คบ
โ
๐ฅ 1262๐ข Passed Test
๐ก Example: https://rsshub.app/gov/miit/wjgs
๐ฅ Top Feeds on Folo:
๐ Source Code: /gov/miit/wjgs.ts
Unknown
โ
๐ฅ 1220๐ก 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 |
ๆๆฐๆไปถ
โ
๐ฅ 1201๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/gov/chinatax/latest
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /gov/chinatax/latest
๐ Source Code: /gov/chinatax/latest.ts
ๆฟๅบไฟกๆฏๅ
ฌๅผ
โ
๐ฅ 1197๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/gov/csrc/zfxxgk_zdgk/c101971
๐ฅ Top Feeds on Folo:
- ไธญๅฝ่ฏๅธ็็ฃ็ฎก็ๅงๅไผ - ็ปผๅๆฟๅก
- ไธญๅฝ่ฏๅธ็็ฃ็ฎก็ๅงๅไผ - ่กๆฟๅค็ฝๅณๅฎ
๐๏ธ Route: /gov/csrc/zfxxgk_zdgk/:id?
๐ Parameters:
id
- Optional
- Description: ้ข้ id๏ผ้ป่ฎคไธบ
c101971
๏ผๅณ่กๆฟๅค็ฝๅณๅฎ๏ผๅฏๅจๅฏนๅบ้ข้้กต URL ไธญๆพๅฐ
๐ Source Code: /gov/csrc/csrc.ts
TIP
่ฅ่ฎข้
่กๆฟๅค็ฝๅณๅฎ๏ผ็ฝๅไธบ http://www.csrc.gov.cn/csrc/c101971/zfxxgk_zdgk.shtml
ใๆชๅ http://www.csrc.gov.cn/csrc/
ๅฐๆซๅฐพ /zfxxgk_zdgk.shtml
็้จๅ c101971
ไฝไธบๅๆฐๅกซๅ
ฅ๏ผๆญคๆถ่ทฏ็ฑไธบ /gov/csrc/zfxxgk_zdgk/c101971
ใ
ไธปๅจๅ ฌๅผ็ฎๅฝ โ
้ข้ | ID |
---|---|
ๆไธป้ขๆฅ็ | c101793 |
ๆไฝ่ฃๆ็งๆฅ็ | c101951 |
ๆๆดพๅบๆบๆๆฅ็ | c101985 |
ๆดๅค้ข้
ๆไธป้ขๆฅ็ โ
ๆไฝ่ฃๆ็งๆฅ็ โ
ๆๆดพๅบๆบๆๆฅ็ โ
็ปผๅๆฟๅก โ
้ข้ | ID |
---|---|
็ป็ปๆบๆ | c101795 |
ๅพๆฑๆ่ง | c101796 |
ๅบๆญข่ง็ซ | c101797 |
่ดขๅก้ข็ฎ็ฎก็ | c105887 |
ๅ ถไป | c101799 |
ๅ จๅฝไบบๅคงๅปบ่ฎฎๅๆฟๅๆๆกๅคๆๅ ฌๅผ | c101800 |
้็จ
โ
๐ฅ 1128๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/gov/npc/c183
๐ฅ Top Feeds on Folo:
๐ Parameters:
caty
- Required
- Description: ๅ็ฑปๅ๏ผๆฏๆๅฝขๅฆ
http://www.npc.gov.cn/npc/c2/*/
็็ฝ็ซ๏ผไผ ๅ ฅ npc ไนๅ็ๅๆฐ
๐ Source Code: /gov/npc/index.ts
็ซๆณ | ็็ฃ | ไปฃ่กจ | ็่ฎบ | ๆๅจๅๅธ | ๆปๅจๆฐ้ป |
---|---|---|---|---|---|
c183 | c184 | c185 | c189 | c12435 | c10134 |
Unknown
โ
๐ฅ 22๐ก Missing Test
๐ฅ Top Feeds on Folo:
- ๅฝๅฎถ่ช็ถ็งๅญฆๅบ้ๅงๅไผ - ๅบ้่ฆ้ป - ็งๆฎๅฟซ่ฎฏ
- ๅฝๅฎถ่ช็ถ็งๅญฆๅบ้ๅงๅไผ - ๅบ้่ฆ้ป - ๆๅ้ๅ
๐๏ธ Route: /gov/nsfc/*
๐ Source Code: /gov/nsfc/index.ts
Unknown
โ
๐ฅ 4๐ก Missing Test
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /gov/suzhou/fg/:category{.+}?
๐ Parameters:
category{.}
- Optional
- Description: N/A
๐ Source Code: /gov/suzhou/fg.ts
Unknown
โ
๐ฅ 3๐ก Missing Test
๐ฅ Top Feeds on Folo:
- ้ชๆๅฎณๆคคๅญๆดฐ- ้ใฅๆต้ๆ๎็ปๅฅ็ดฐ็ปๆ๎ๅฎธใค็ถ้็ฒๅ็น๏ฟฝ
- ้ๅบขๆนก็งๅซๅงชๆคคๅญๆดฐ- ้ใฅๆต้ๆ๎็ปๅฅ็ดฐ็ปๆ๎ๅฎธใค็ถ้็ฒๅ็น๏ฟฝ
๐๏ธ Route: /gov/nopss/*
๐ Source Code: /gov/nopss/index.ts
Unknown
โ
Unknown
โ
Unknown
โ
๐ก Missing Test
๐๏ธ Route: /gov/mofcom/article/:suffix{.+}
๐ Parameters:
suffix{.}
- Required
- Description: N/A
๐ Source Code: /gov/mofcom/article.ts
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
โ
2048 ๆ ธๅบๅฐ
โ
่ฎบๅ
โ
๐ฅ 16820๐ข Passed Test๐ 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 |
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
โ
๐ฅ 11923๐ก 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
โ
๐ฅ 4389๐ข 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 |
่ต่ฎฏ, ๅฟซ่ฎฏ, ็จๆทๆ็ซ , ไธป้ขๆ็ซ , ไธ้ขๆ็ซ , ๆ็ดขๆ็ซ , ๆ็ดขๅฟซ่ฎฏ
โ
๐ฅ 1736๐ข 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/ๅ ณ้ฎ่ฏ |
ๆ้
โ
็ญ้จ
โ
๐ก 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
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
โ
๐ก 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
ๆๆฐๆ็ซ
โ
๐ฅ 12361๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/caixin/latest
๐ฅ Top Feeds on Folo:
๐ Source Code: /caixin/latest.ts
่ฏดๆ๏ผๆญค RSS feed ไผ่ชๅจๆๅ่ดขๆฐ็ฝ็ๆๆฐๆ็ซ ๏ผไฝไธๅ
ๅซ FM ๅ่ง้ขๅ
ๅฎนใ่ฎข้
็จๆทๅฏๆ นๆฎๆๆกฃ่ฎพ็ฝฎ็ฏๅขๅ้ๅ๏ผๅจurlไผ ๅ
ฅfulltext=
ไปฅ่งฃ้ๅ
จๆใ
Javtiful
โ
Actress
โ
๐ฅ 11810๐ข 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
RSSHub
โ
Transformation - HTML
โ
๐ฅ 7046โ๏ธ Config Required
๐ฅ Top Feeds on Folo:
- ๆไธๆฏ็ฟ็ฅ - ็พคๆ,ๅจ่้,้ๅจ้ฉฌ,็ปฟ่UGOS,ไธ็ฑUNAS,้ฃ็fnOS,UNRAID,ESXI,PVE,OPENWRT
- javDBๆ ็
๐๏ธ Route: /rsshub/transform/html/:url/:routeParams
๐ Parameters:
url
- Required
- Description:
encodeURIComponent
ed 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
TikTok
โ
User Profile - Picuki
โ
๐ฅ 11151๐ข Passed Test๐จ Strict Anti-crawling๐ญ Rely on Puppeteer๐ Support Radar
๐ก Example: https://rsshub.app/picuki/profile/linustech
๐ฅ Top Feeds on Folo:
๐๏ธ 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
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
ๅ ไธบ่ฏฅ็ซๆๅ็ฌๆฃๆต๏ผๆไปฅไธๅบๅฐๆญคๅผ่ฐๆด่ฟ้ซ
ๆผๅก
โ
๐ฅ 5463๐จ 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
ๅ ไธญๅบ
ใ
ๆ่กๆฆ
โ
๐ฅ 2064๐จ 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 |
็ชๅท
โ
๐ฅ 1439๐จ 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 |
ไปไนๅผๅพไนฐ
โ
TIP
็ฝ็ซไนๆไพไบ้จๅ RSS: https://www.smzdm.com/dingyue
ๆ่กๆฆ
โ
๐ฅ 4854๐ก 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
ๅ
ณ้ฎ่ฏ
โ
๐ฅ 2792๐ก 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
ๅฅฝๆ
โ
๐ฅ 2110๐ก 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
่ฑ็ฃ
โ
่ฑ็ฃๅฐ็ป
โ
๐ฅ 6347๐ข 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
่ฑ็ฃๆฆๅไธ้ๅ
โ
๐ฅ 1506๐ข 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
่ๅๆฉๆฅ
โ
WARNING
็ฑไบ RSSHub#10309 ไธญ็้ฎ้ข๏ผไฝฟ็จ้ ่ฟ้ฆๆธฏ็ๆๅกๅจ้จ็ฝฒๅฐไป hk ็่ๅๆฉๆฅ็ฌๅๅ ๅฎน๏ผ้ ๆ่พๅบ็ๆฐ้ปๆฎต่ฝ้กบๅบ้ไนฑใๅฆๆ่ฎข้ ๆญคๆบ็้ๆฑ๏ผๅปบ่ฎฎๅฏปๆฑ้จ็ฝฒๅจ่ฟ็ฆป้ฆๆธฏ็ๆๅกๅจไธ็ RSSHub๏ผๆ่ ๅจ่ชๅปบๆถ้ๆฉ่ฟ็ฆป้ฆๆธฏ็ๆๅกๅจใ
ๅณๆถๆฐ้ป
โ
๐ฅ 5808๐ข 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 |
ๆฐ้ป
โ
๐ฅ 1599๐ข 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 |
ๅธๆบ็คพ
โ
ๆ่กๆฆ
โ
๐ฅ 4867๐ก 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
่ฎบๅ
โ
๐ฅ 2140๐ก 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ใ
500px ๆๅฝฑ็คพๅบ
โ
้จ่ฝๅฝฑ้
โ
๐ฅ 6548๐ข 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
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.
ๆๅๆงๆ็พๅฅณ
โ
ๆฌๅจ็ญ้จ
โ
๐ก 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
ๆ็น LatePost
โ
ๆฅ้
โ
๐ฅ 6097๐ข 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 |
่ฒ่ฑๅ
โ
Forum
โ
๐ฅ 5772๐ก 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 |
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
threads
andsubmitted
sections
๐ Source Code: /hackernews/index.ts
Subscribe to the content of a specific user
ๅทๅ
โ
ๅพๅฆ
โ
๐ฅ 5422๐ข Passed Test
๐ก Example: https://rsshub.app/dapenti/tugua
๐ฅ Top Feeds on Folo:
๐ Source Code: /dapenti/tugua.ts
Follow
โ
User subscriptions
โ
๐ฅ 5325๐ข 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
ไธๆน่ดขๅฏ
โ
็ ็ฉถๆฅๅ
โ
๐ฅ 4941๐ข 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 |
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
โ
๐ฅ 4935๐ข 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.
BBC
โ
News
โ
๐ฅ 4632๐ข Passed Test
๐ก 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`.
ๅฎ็
โ
ๅฎ็็ๅๅฎข
Blog
โ
๐ก Example: https://rsshub.app/baoyu/blog
๐ฅ Top Feeds on Folo:
๐ Source Code: /baoyu/index.ts
ๅฎ็ - ๅๅฎขๆ็ซ
NASA
โ
Astronomy Picture of the Day
โ
๐ฅ 4454๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/nasa/apod
๐ฅ Top Feeds on Folo:
๐ Source Code: /nasa/apod.ts
Bloomberg
โ
Bloomberg Site
โ
๐ฅ 4289๐จ 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 |
ๅคฎ่งๆฐ้ป
โ
ๆฐ้ป่ๆญ
โ
๐ฅ 4167๐ข 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
ๆฐ้ป่ๆญๅ ๅฎนๆ่ฆใ
Epic Games Store
โ
Free games
โ
๐ฅ 4113๐ข 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
ๅไบฌๅคฉๆ้ฆ
โ
ๆฏๆฅไธๅพ
โ
๐ฅ 4081๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/bjp/apod
๐ฅ Top Feeds on Folo:
๐ Source Code: /bjp/apod.ts
้ช็
โ
็จๆทๅจๆ
โ
๐ฅ 2310๐ญ 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
็ซ้
ท
โ
็จๆทไฝๅ
โ
๐ก Example: https://rsshub.app/zcool/user/baiyong
๐ฅ Top Feeds on Folo:
- ่ พ่ฎฏISUXๅไฝ่ ไธป้กต_ๆทฑๅณ่ฎพ่ฎก็ฑๅฅฝ่ -็ซ้ ทZCOOL
- ๆ้ณ่ฎพ่ฎกไธญๅฟๅไฝ่ ไธป้กต_ๅไบฌ่ฎพ่ฎก็ฑๅฅฝ่ -็ซ้ ท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`
ไฝๅๆปๆฆๅ
โ
๐ฅ 1772๐ข Passed Test
๐ก Example: https://rsshub.app/zcool/top/design
๐ฅ Top Feeds on Folo:
- ็ซ้ ทๆปๆฆ่ฎพ่ฎก_ๅๆไฝๅๆฆ_็ฌฌ437ๆ-็ซ้ ทZCOOL
- ็ซ้ ทๆปๆฆ่ฎพ่ฎก_ๅๆๆ็ซ ๆฆ_็ฌฌ437ๆ-็ซ้ ทZCOOL
๐๏ธ Route: /zcool/top/:type
๐ Parameters:
type
- Required
- Options:
- Description: ๆจ่็ฑปๅ
๐ Source Code: /zcool/top.ts
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
Readhub
โ
ๆฏๆฅๆฉๆฅ
โ
๐ฅ 3184๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/readhub/daily
๐ฅ Top Feeds on Folo:
๐ Source Code: /readhub/daily.ts
7mmtv
โ
Category
โ
๐ฅ 3062๐จ 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,
en
as English by default
category
- Optional
- Description: Category, see below,
censored_list
as 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 |
ๆ็ฅๆ่ก
โ
ๆ็ฅๆ็ซ
โ
๐ก 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 |
ๆพๆนๆฐ้ป
โ
ไปฅไธๆๆ่ทฏ็ฑๅฏไฝฟ็จๅๆฐold
ไปฅ้ๅๆงๅ
จๆ่ทๅๆนๆณใ่ฏฅๆนๆณไผๅฆๅค่ทๅ็ฝ้กตไธญ็ๅพ็ไธ่ง้ข่ตๆบใๅจๅๅง url ่ฟฝๅ ?old=yes
ไปฅๅฏ็จ.
้ฆ้กตๅคดๆก
โ
๐ก Example: https://rsshub.app/thepaper/featured
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /thepaper/featured
๐ Source Code: /thepaper/featured.ts
็ฝๆๅ
ฌๅผ่ฏพ
โ
TIP
้จๅๆญๅๅๅฌๆญๆ่กไฟกๆฏไธบ็ป้ๅๅฏ่ง๏ผ่ชๅปบๆถๅฐ็ฏๅขๅ้NCM_COOKIES
่ฎพไธบ็ป้ๅ็ Cookie ๅผ๏ผๅณๅฏๆญฃๅธธ่ทๅใ
็ตๅฐ่็ฎ
โ
๐ฅ 2613๐ข 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
ไนฆไผด
โ
ๅ็ฑป
โ
๐ฅ 2547๐ข Passed Test
๐ก 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 |
็งๅญฆ็ฝ
โ
็ฒพ้ๅๅฎข
โ
๐ฅ 2545๐ข 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
Solidot
โ
ๆๆฐๆถๆฏ
โ
๐ก 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
GoFans
โ
ๆๆฐ้ๅ
/ ไฟ้ๅบ็จ
โ
๐ฅ 2448๐ข Passed Test
๐ก Example: https://rsshub.app/gofans
๐ฅ Top Feeds on Folo:
๐ Parameters:
kind
- Optional
- Description: Platform, either
macos
orios
, empty means both (default)
๐ Source Code: /gofans/index.ts
HelloGitHub
โ
ๅผๆบ้กน็ฎ
โ
๐ฅ 2392๐ข 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 |
็ซน็ฝ
โ
ๆ็ซ
โ
๐ก Example: https://rsshub.app/zhubai/posts/via
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /zhubai/posts/:id
๐ Parameters:
id
- Required
- Description:
id
ไธบ็ซน็ฝไธป้กต url ไธญ็ไธ็บงๅๅ๏ผๅฆ via.zhubai.love ็id
ไธบvia
๐ Source Code: /zhubai/index.ts
TIP
ๅจ่ทฏ็ฑๆซๅฐพๅคๅ ไธ ?limit=้ๅถ่ทๅๆฐ็ฎ
ๆฅ้ๅถ่ทๅๆก็ฎๆฐ้๏ผ้ป่ฎคๅผไธบ20
ไบบไบบๅฝฑ่ง
โ
ๅฝฑ่ง่ต่ฎฏ
โ
๐ก 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 |
InfoQ ไธญๆ
โ
ๆจ่
โ
๐ฅ 2298๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/infoq/recommend
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /infoq/recommend
๐ Source Code: /infoq/recommend.ts
ๅๆนๅจๆซ
โ
้ข้
โ
๐ฅ 2267๐ข 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 |
National Geographic
โ
Daily Photo
โ
๐ฅ 2261๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/natgeo/dailyphoto
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /natgeo/dailyphoto
๐ Source Code: /natgeo/dailyphoto.ts
The Economist
โ
Espresso
โ
๐ก Example: https://rsshub.app/economist/espresso
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /economist/espresso
๐ Source Code: /economist/espresso.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 |
Spotify
โ
Show/Podcasts
โ
๐ฅ 2145๐ก 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
Behance
โ
User Works
โ
๐ก 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
ใ
้ๅๆฐๆฎ
โ
ๅธๅบๅฟซ่ฎฏ
โ
๐ฅ 1889๐ข 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
้บฆ่ฏ้ก
โ
ๆด่ง
โ
๐ฅ 1702๐ข Passed Test
๐ก 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 | ่ตๆฌ้กน็ฎๅๅบ็ก่ฎพๆฝ |
ไบค้่ฟ่พไธ็ฉๆต | ๆ ๆธธใ่ฟ่พๅ็ฉๆต |
ๅบๆตทไธๅฝ้ ๅใ่ฝฌๅ | ๅบๆตทไธๅฝ้ ๅใ่ฝฌๅ |
ๅ จ็ๅบ็กๆๆ | ๅ จ็ๅบ็กๆๆ |
Bluesky (bsky)
โ
Post
โ
๐ฅ 1701๐ข 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
Huggingface
โ
ไธญๆๅๅฎข
โ
๐ฅ 1701๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/huggingface/blog-zh
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /huggingface/blog-zh
๐ Source Code: /huggingface/blog-zh.ts
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
Anthropic
โ
News
โ
๐ฅ 1655๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/anthropic/news
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /anthropic/news
๐ Source Code: /anthropic/news.ts
ไธญๆๆไบบๆๅญธ็ถฒ
โ
็ญ็ฏ
โ
๐ฅ 1654๐ข 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
Apple
โ
App Update
โ
๐ก 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/messages/id408709785
. In this case, the App Store Country
parameter for the route is us
, and the App id
parameter is id1146560473
. So the route should be /apple/apps/update/us/id408709785
.
ๆๅฎขๅ
ฌๅญ
โ
ๆ ็ฎ
โ
๐ฅ 1600๐ข 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 |
Nature Journal
โ
TIP
You can get all short name of a journal from https://www.nature.com/siteindex or Journal List.
Latest Research
โ
๐ฅ 1591๐ข 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,
nature
by 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:journal
parameter 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
AInvest
โ
Latest News
โ
๐ฅ 1547๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/ainvest/news
๐ฅ Top Feeds on Folo:
๐ Source Code: /ainvest/news.ts
ๆ ผ้ๆฑ
โ
ๆ็ญๆ็ซ
โ
๐ฅ 1532๐ข 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
็ซฏไผ ๅช
โ
้่ฟๆๅๆ็ซ ๅ จๆ๏ผไปฅๆไพๆฏๅฎๆนๆบๆดไฝณ็้ ่ฏปไฝ้ชใ
WARNING
ไป่ดนๅ ๅฎนๅ จๆๅฏ่ฝ้่ฆ็ป้่ทๅ๏ผ่ฏฆๆ ่ง้จ็ฝฒ้กต้ข็้ ็ฝฎๆจกๅใ
App
โ
๐ฅ 1528๐ข 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 |
New Yorker
โ
Articles
โ
๐ฅ 1515๐ข 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
AIbase
โ
่ต่ฎฏ
โ
๐ฅ 1497๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/aibase/news
๐ฅ Top Feeds on Folo:
๐ Source Code: /aibase/news.ts
่ทๅ AI ่ต่ฎฏๅ่กจ
Obsidian
โ
Obsidian Plugins
โ
๐ก Example: https://rsshub.app/obsidian/plugins
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /obsidian/plugins
๐ Source Code: /obsidian/plugins.ts
็ฑๆๆณ
โ
ๆ ็ฎ
โ
๐ฅ 1439๐ข Passed Test
๐ก 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
้บป็็ๅทฅ็งๆ่ฏ่ฎบ
โ
้ฆ้กต
โ
๐ฅ 1365๐ข Passed Test
๐ก 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 |
PLAYNO.1 ็ฉๆจ้ไบบ
โ
AV
โ
๐ฅ 1356๐ข 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 |
ๅพฎไฟกๅฐ็จๅบ
โ
TIP
ๅ ฌไผๅท็ดๆฅๆๅๅฐ้พ๏ผๆ ็ฎๅๆไพๅ ็ง้ดๆฅๆๅๆนๆก๏ผ่ฏท่ช่ก้ๆฉ
ๅ
ฌไผๅทๆ็ซ ่ฏ้ข Tag
โ
๐ฅ 1356๐จ Strict Anti-crawling
๐ก Example: https://rsshub.app/wechat/mp/msgalbum/MzA3MDM3NjE5NQ==/1375870284640911361
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /wechat/mp/msgalbum/:biz/:aid
๐ Parameters:
biz
- Required
- Description: ๅ ฌไผๅทid
aid
- Required
- Description: Tag id
๐ Source Code: /wechat/msgalbum.ts
ไธไบๅ
ฌไผๅท๏ผๅฆ็็ๆณ๏ผไผๅจๅพฎไฟกๆ็ซ ้ๆทปๅ Tag ๏ผ็นๅ
ฅ Tag ็้พๆฅๅฆ https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzA3MDM3NjE5NQ==&action=getalbum&album_id=1375870284640911361
๏ผๅ
ถไธญbiz
ไธบ MzA3MDM3NjE5NQ==
๏ผaid
ไธบ 1375870284640911361
ใ
IMDb
โ
Charts
โ
๐ฅ 1349๐ข 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,
top
by default
๐ Source Code: /imdb/chart.ts
Top 250 Movies | Most Popular Movies | Top 250 TV Shows | Most Popular TV Shows |
---|---|---|---|
top | moviemeter | toptv | tvmeter |
ๅ่ฑ้กบ่ดข็ป
โ
7ร24ๅฐๆถ่ฆ้ป็ดๆญ
โ
๐ฅ 1317๐ข 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่ก | ๆธฏ่ก | ็พ่ก | ๆบไผ | ๅผๅจ | ๅ ฌๅ |
---|
้
ทๅฎ
โ
TIP
ๅณๆฅ่ตท๏ผๅคๆฐ่ทฏ็ฑๅพ็้ฒ็้พใ ้่ฆๅฐ ALLOW_USER_HOTLINK_TEMPLATE
็ฏๅขๅ้่ฎพ็ฝฎไธบ true
๏ผ็ถๅ้
็ฝฎimage_hotlink_template
ใ ่ฏฆ่ง #16715
่ฏ้ข
โ
๐ฅ 1299๐ข Passed Testโ๏ธ Config Required
๐ก Example: https://rsshub.app/coolapk/huati/iPhone
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /coolapk/huati/:tag
๐ Parameters:
tag
- Required
- Description: ่ฏ้ขๅ็งฐ
โ๏ธ Deployment Configs:
ALLOW_USER_HOTLINK_TEMPLATE
, optional - ่ฎพ็ฝฎไธบtrue
ๅนถๆทปๅimage_hotlink_template
ๅๆฐๆฅไปฃ็ๅพ็
๐ Source Code: /coolapk/huati.ts
Kemono
โ
Posts
โ
๐ก 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/announcements
to get announcements - Use
/:source/:id/fancards
to get fancards
CnGal
โ
ๆฏๅจ้ๆฅ
โ
๐ฅ 1281๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/cngal/weekly
๐ฅ Top Feeds on Folo:
๐ Source Code: /cngal/weekly.ts
Konachan.com Anime Wallpapers
โ
konachan post
Popular Recent Posts
โ
๐ฅ 1207๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/konachan/post/popular_recent/1d
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /konachan/post/popular_recent/:period?,/sfw/post/popular_recent/:period?
๐ Parameters:
period
- Optional
- Default: 1d
- Options:
- Description: ๅฑ็คบๆถ้ด
๐ Source Code: /konachan/post.ts
ๆ่ฟ 24 ๅฐๆถ | ๆ่ฟไธๅจ | ๆ่ฟไธๆ | ๆ่ฟไธๅนด |
---|---|---|---|
1d | 1w | 1m | 1y |
DeepMind
โ
Blog
โ
๐ฅ 1192๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/deepmind/blog
๐ฅ Top Feeds on Folo:
๐ Source Code: /deepmind/blog.ts
ๅทดๅๅง็น้ป็ฉ่ณ่จ็ซ
โ
GNN ๆฐ่
โ
๐ฅ 1176๐ข 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
็ผบ็็บ้ฆ้
CSDN
โ
User Feed
โ
๐ฅ 1171๐ข Passed Test๐ Support Radar
๐ก Example: https://rsshub.app/csdn/blog/csdngeeknews
๐ฅ Top Feeds on Folo:
๐๏ธ Route: /csdn/blog/:user
๐ Parameters:
user
- Required
- Description:
user
is the username of a CSDN blog which can be found in the url of the home page
๐ Source Code: /csdn/blog.ts
่ๅ
โ
24 ๅฐๆถ
โ
๐ฅ 1154๐ข Passed Test๐ Support BT๐๏ธ Support Podcast๐ Support Radar
๐ก Example: https://rsshub.app/huxiu/moment
๐ฅ Top Feeds on Folo:
๐ Source Code: /huxiu/moment.ts