mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-16 11:42:22 +08:00
fix 画质问题
This commit is contained in:
parent
70f1f1a4a1
commit
509944214b
|
@ -40,7 +40,7 @@ namespace BililiveRecorder.Core
|
|||
/// <exception cref="Exception"/>
|
||||
public static string GetPlayUrl(int roomid)
|
||||
{
|
||||
string url = $@"https://api.live.bilibili.com/room/v1/Room/playUrl?cid={roomid}&quality=0&platform=web";
|
||||
string url = $@"https://api.live.bilibili.com/room/v1/Room/playUrl?cid={roomid}&quality=4&platform=web";
|
||||
if (HttpGetJson(url)?["data"]?["durl"] is JArray array)
|
||||
{
|
||||
List<string> urls = new List<string>();
|
||||
|
|
Loading…
Reference in New Issue
Block a user