diff --git a/helpers/Parsers/Netflix/get_keys.py b/helpers/Parsers/Netflix/get_keys.py index a61206e..67e1100 100644 --- a/helpers/Parsers/Netflix/get_keys.py +++ b/helpers/Parsers/Netflix/get_keys.py @@ -91,7 +91,7 @@ def __profiles(profile, addHEVCDO=False): ] else: profiles += [ - "playready-h264mpl30-dash", + "playready-h264bpl30-dash", ] return profiles @@ -156,4 +156,4 @@ def GettingKEYS_Netflixv2(nfID, profile): # Correct, keyswvdecrypt = wvdecrypt.start_process() KEYS = keyswvdecrypt - return KEYS \ No newline at end of file + return KEYS