dev: MV dl (need mp4decrypt)

This commit is contained in:
itouakirai
2025-02-11 05:27:55 +08:00
parent 3726ac4c8a
commit 0f692422c0
3 changed files with 97 additions and 51 deletions

View File

@@ -64,8 +64,8 @@ func (w *Key) GetKey(ctx context.Context, licenseServerURL string, PSSH string,
for _, key := range keys {
if key.Type == wv.License_KeyContainer_CONTENT {
command += hex.EncodeToString(key.ID) + ":" + hex.EncodeToString(key.Value)
//command += hex.EncodeToString(key.Value)
//command += hex.EncodeToString(key.ID) + ":" + hex.EncodeToString(key.Value)
command += hex.EncodeToString(key.Value)
keybt = key.Value
}
}