From e7712a2c8992edbf5932be2c79c50b236b51b424 Mon Sep 17 00:00:00 2001 From: tainapedroso <35082333+tainapedroso@users.noreply.github.com> Date: Tue, 14 Sep 2021 23:48:48 -0300 Subject: [PATCH] Update get_keys.py --- helpers/Parsers/Netflix/get_keys.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/Parsers/Netflix/get_keys.py b/helpers/Parsers/Netflix/get_keys.py index a3e95b1..838854e 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-h264bpl30-dash", + "playready-h264mpl30-dash", ] return profiles