mirror of
https://github.com/hanxi/xiaomusic.git
synced 2026-04-04 11:45:14 +08:00
Auto-Generate docs 🤖
This commit is contained in:
@@ -406,15 +406,37 @@ https://github.com/airroy888/xiaomusic
|
||||
#786 现已经支持B站在线播放形式的歌单,无需下载,适合小机器部署:
|
||||
|
||||
```json
|
||||
{
|
||||
"name": "B站测试歌单",
|
||||
"songs": [
|
||||
[
|
||||
{
|
||||
"name": "晴天",
|
||||
"url": "https://www.bilibili.com/video/BV1U44y1G7a6"
|
||||
"name": "英文电台",
|
||||
"musics": [
|
||||
{
|
||||
"name": "BBC NEWS",
|
||||
"url": "https://stream.live.vc.bbcmedia.co.uk/bbc_world_service",
|
||||
"type": "radio"
|
||||
},
|
||||
{
|
||||
"name": "CGTN ENGLISH",
|
||||
"url": "https://english-livetx.cgtn.com/hls/yypdyyctzb_sd.m3u8",
|
||||
"type": "radio"
|
||||
},
|
||||
{
|
||||
"name": "CGTN BEIJING HOUR",
|
||||
"url": "https://sk.cri.cn/am846.m3u8",
|
||||
"type": "radio"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "B站测试歌单",
|
||||
"musics": [
|
||||
{
|
||||
"name": "晴天",
|
||||
"url": "https://www.bilibili.com/video/BV1U44y1G7a6"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
```
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user