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