mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-04-21 00:12:05 +00:00
fixed wrong pssh using on hidive playready decryption
This commit is contained in:
parent
ef06b5885f
commit
b293e2ab95
1 changed files with 1 additions and 1 deletions
|
|
@ -771,7 +771,7 @@ export default class Hidive implements ServiceClass {
|
|||
}
|
||||
|
||||
if (chosenAudios[0].pssh_prd && cdm === 'playready' || chosenVideoSegments.pssh_prd && cdm === 'playready') {
|
||||
encryptionKeys = await getKeysPRD(chosenVideoSegments.pssh_wvd, 'https://shield-drm.imggaming.com/api/v2/license', {
|
||||
encryptionKeys = await getKeysPRD(chosenVideoSegments.pssh_prd, 'https://shield-drm.imggaming.com/api/v2/license', {
|
||||
'Authorization': `Bearer ${selectedEpisode.jwtToken}`,
|
||||
'X-Drm-Info': 'eyJzeXN0ZW0iOiJjb20ubWljcm9zb2Z0LnBsYXlyZWFkeSJ9',
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue