🎥 Live
LiSA
Latest Discography
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/lxixsxa/disco
🛎️ Route: /lxixsxa/disco
🐙 Source Code: /lxixsxa/discography.ts
News
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/lxixsxa/info
🛎️ Route: /lxixsxa/info
🐙 Source Code: /lxixsxa/information.ts
Twitch
Channel Video
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/twitch/video/riotgames/highlights
🛎️ Route: /twitch/video/:login/:filter?
🔗 Parameters:
login
- Required
- Description: Twitch username
filter
- Optional
- Default: all
- Options:
- Description: Video type, Default to all
🐙 Source Code: /twitch/video.ts
Live
🟢 Passed Test
💡 Example: https://rsshub.app/twitch/live/riotgames
🔗 Parameters:
login
- Required
- Description: Twitch username
🐙 Source Code: /twitch/live.ts
Stream Schedule
🔴 Failed Test🔍 Support Radar
💡 Example: https://rsshub.app/twitch/schedule/riotgames
🛎️ Route: /twitch/schedule/:login
🔗 Parameters:
login
- Required
- Description: Twitch username
🐙 Source Code: /twitch/schedule.ts
Yoasobi Official
Live
🟡 Missing Test🔍 Support Radar
💡 Example: https://rsshub.app/yoasobi-music/live
🛎️ Route: /yoasobi-music/live
🐙 Source Code: /yoasobi-music/live.ts
Media
🟡 Missing Test🔍 Support Radar
💡 Example: https://rsshub.app/yoasobi-music/media
🛎️ Route: /yoasobi-music/media
🐙 Source Code: /yoasobi-music/media.ts
News & Biography
🟡 Missing Test🔍 Support Radar
💡 Example: https://rsshub.app/yoasobi-music/info/news
🛎️ Route: /yoasobi-music/info/:category?
🔗 Parameters:
category
- Optional
- Description:
news
,biography
🐙 Source Code: /yoasobi-music/info.ts
YouTube
Live
🟡 Missing Test⚙️ Config Required
💡 Example: https://rsshub.app/youtube/live/@GawrGura
🛎️ Route: /youtube/live/:username/:embed?
🔗 Parameters:
username
- Required
- Description: YouTuber id
embed
- Optional
- Description: Default to embed the video, set to any value to disable embedding
⚙️ Deployment Configs:
YOUTUBE_KEY
, required - YouTube API Key, support multiple keys, split them with,
, API Key application
🐙 Source Code: /youtube/live.ts
哔哩哔哩 bilibili
直播分区
🟢 Passed Test
💡 Example: https://rsshub.app/bilibili/live/area/207/online
🛎️ Route: /bilibili/live/area/:areaID/:order
🔗 Parameters:
areaID
- Required
- Description: 分区 ID 分区增删较多, 可通过 分区列表 查询
order
- Required
- Description: 排序方式, live_time 开播时间, online 人气
🐙 Source Code: /bilibili/live-area.ts
WARNING
由于接口未提供开播时间,如果直播间未更换标题与分区,将视为一次。如果直播间更换分区与标题,将视为另一项
直播开播
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/bilibili/live/room/3
🛎️ Route: /bilibili/live/room/:roomID
🔗 Parameters:
roomID
- Required
- Description: 房间号, 可在直播间 URL 中找到, 长短号均可
🐙 Source Code: /bilibili/live-room.ts
直播搜索
🔴 Failed Test
💡 Example: https://rsshub.app/bilibili/live/search/dota/online
🛎️ Route: /bilibili/live/search/:key/:order
🔗 Parameters:
key
- Required
- Description: 搜索关键字
order
- Required
- Description: 排序方式, live_time 开播时间, online 人气
🐙 Source Code: /bilibili/live-search.ts
抖音直播
WARNING
反爬严格,需要启用 puppeteer。抖音的视频 CDN 会验证 Referer,意味着许多阅读器都无法直接播放内嵌视频,以下是一些变通解决方案:
- 启用内嵌视频 (
embed=1
), 参考 通用参数 -> 多媒体处理 配置multimedia_hotlink_template
或wrap_multimedia_in_iframe
。 - 关闭内嵌视频 (
embed=0
),手动点击视频直链
超链接,一般情况下均可成功播放视频。若仍然出现 HTTP 403,请复制 URL 以后到浏览器打开。 - 点击原文链接打开抖音网页版的视频详情页播放视频。
额外参数
键 | 含义 | 值 | 默认值 |
---|---|---|---|
embed | 是否启用内嵌视频 | 0 /1 /true /false | false |
直播间开播
🔴 Failed Test🚨 Strict Anti-crawling🎭 Rely on Puppeteer🔍 Support Radar
💡 Example: https://rsshub.app/douyin/live/685317364746
🛎️ Route: /douyin/live/:rid
🔗 Parameters:
rid
- Required
- Description: 直播间 id, 可在主播直播间页 URL 中找到
🐙 Source Code: /douyin/live.ts
斗鱼直播
直播间开播
🟢 Passed Test🔍 Support Radar
💡 Example: https://rsshub.app/douyu/room/24422
🛎️ Route: /douyu/room/:id
🔗 Parameters:
id
- Required
- Description: 直播间 id, 可在主播直播间页 URL 中找到
🐙 Source Code: /douyu/room.ts
浪 Play 直播
直播间开播
🟢 Passed Test🚨 Strict Anti-crawling🔍 Support Radar
💡 Example: https://rsshub.app/lang/live/room/1352360
🛎️ Route: /lang/live/room/:id
🔗 Parameters:
id
- Required
- Description: 直播间 id, 可在主播直播间页 URL 中找到
🐙 Source Code: /lang/room.ts