mirror of
https://git.gay/ready-dl/pyplayready.git
synced 2025-07-21 07:06:45 +00:00
RemoteCDM Improvements
This commit is contained in:
parent
761e879ba7
commit
1e01ca9e8d
5 changed files with 24 additions and 24 deletions
|
@ -66,6 +66,8 @@ cdm.parse_license(session_id, response.text)
|
|||
|
||||
for key in cdm.get_keys(session_id):
|
||||
print(f"{key.key_id.hex}:{key.key.hex()}")
|
||||
|
||||
cdm.close(session_id)
|
||||
```
|
||||
|
||||
## Disclaimer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue