Removed PSSH Import

This commit is contained in:
Erevoc 2024-11-15 19:36:46 +02:00
parent 1e01ca9e8d
commit 888050ff98
1 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ from aiohttp import web
from pyplayready import __version__
from pyplayready.cdm import Cdm
from pyplayready.device import Device
from pyplayready.pssh import PSSH
from pyplayready.exceptions import (InvalidSession, TooManySessions)
@ -134,7 +133,6 @@ async def get_license_challenge(request: web.Request) -> web.Response:
}, status=400)
# get init data
# init_data = PSSH(body["init_data"]).get_wrm_headers(downgrade_to_v4=downgrade)
init_data = body["init_data"]
# get challenge