mirror of
https://github.com/zhaarey/apple-music-downloader.git
synced 2025-10-23 15:11:05 +00:00
dev: MV dl (need mp4decrypt)
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user