mirror of
https://github.com/develop202/migu_video.git
synced 2025-12-19 00:04:59 +08:00
添加原画和4k
This commit is contained in:
@@ -66,7 +66,8 @@ async function getAndroidURL(userId, token, pid, rateType) {
|
||||
// 请求
|
||||
const baseURL = "https://play.miguvideo.com/playurl/v1/play/playurl"
|
||||
let params = "?sign=" + result.sign + "&rateType=" + rateType
|
||||
+ "&contId=" + pid + "×tamp=" + timestramp + "&salt=" + result.salt + "&flvEnable=true"
|
||||
+ "&contId=" + pid + "×tamp=" + timestramp + "&salt=" + result.salt
|
||||
+ "&flvEnable=true&super4k=true&trackSubtitle=true&h265N=true"
|
||||
let respData = await fetch(baseURL + params, {
|
||||
headers: headers
|
||||
}).then(r => r.json())
|
||||
|
||||
Reference in New Issue
Block a user