This script is a tool designed to obtain Widevine keys from Media Presentation Description (MPD) URLs. It leverages the Widevine DRM (Digital Rights Management) system to retrieve the necessary keys for protected content playback.
> requests 2.32.3 pip version 24.2 windows 10 Python 3.12.2
I tried downgrade requests 2.24.0 but it's still not worked. Then I set the range for requests lib <2.31.0,>=2.24.0 but there is some libraries not suitable as you can see.
try use with venv python -m venv venv, if got some same issue, try downgrade by into 3.9.12 by using pyenv-venv
I tried to run with virtual environment as you suggest, but I got the same issue.
what's the idea to downgrade python version ?
Maybe you need to fix the dependencies ? I think more people will stuck like me.
please help me.
try use with venv
python -m venv venv
, if got some same issue, try downgrade by into 3.9.12 by using pyenv-venvOriginally posted by @ThatNotEasy in https://github.com/ThatNotEasy/Widevine-KSKEY/issues/18#issuecomment-2407899945
I tried to run with virtual environment as you suggest, but I got the same issue. what's the idea to downgrade python version ? Maybe you need to fix the dependencies ? I think more people will stuck like me. please help me.