pull/15/head
肥羊 3 years ago committed by GitHub
parent ebc7e0733f
commit 2c9816f533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Golang/liveurls/BiliBili.go

@ -65,5 +65,5 @@ func (b *BiliBili) GetPlayUrl() any {
}
roomId := json.Get([]byte(resp.Text()), "data", "room_id").ToString()
return u(roomId, "h5", coo)
return u(roomId, "web", coo)
}

Loading…
Cancel
Save