Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Closed Thread
Results 721 to 750 of 1969
-
And for those who have the right tools, a working L3 CDM, but can't get keys from ONE specific website : any help can be expected ?
Trying to get keys from canalplus website since December 1st, but still not figured it out. I'm able to get keys from other VOD services successfully (with WKS-KEYS and a working L3 cdm), but not from this one...
-
Hmm that's a sad news lol. Thanks for the explanation though.
The weird thing is that all previous tools (widevine decrypt and widevine guesser) were working fine with Canalplus. So i'm wondering if they actually did have a different/custom script that made extracting canalplus keys possible ?
-
If I did the same but got an error again ... (don't know python at all)
Again I have an error: ModuleNotFoundError: No module named 'google'
I also tried to install this module but nothing helps!
I changed the 2 files also for the CDM "device_client_id_blob" & "device_private_key"
-
Ok i managed to install all the modules it looks good.
However when I try I get this message : Unable to parse licence - check protobufs
it must surely come from the headers that I filled in different ways including this one
import requests
headers = {
'x-dt-auth-token': 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJvcHREYXRh Ijoie1widXNlcklkXCI6XCIzZTVkYzhmMjkwN2E0NGVlOGMyOT k5ZWJjN2FiNjRlYVwiLFwibWVyY2hhbnRcIjpcIm02X3NhbHRv XCIsXCJzZXNzaW9uSWRcIjpcInNhbHRvX202XCJ9IiwiY3J0Ij oiW3tcImFjY291bnRpbmdJZFwiOlwiXCIsXCJhc3NldElkXCI6 XCJjbGlwXzM5NDkyMVwiLFwicHJvZmlsZVwiOntcInB1cmNoYX NlXCI6e319LFwib3V0cHV0UHJvdGVjdGlvblwiOntcImRpZ2l0 YWxcIjpmYWxzZSxcImFuYWxvZ3VlXCI6ZmFsc2UsXCJlbmZvcm NlXCI6ZmFsc2V9LFwib3BcIjp7XCJjb25maWdcIjp7XCJIRFwi OntcIlBsYXlSZWFkeVwiOntcIm1pblNMXCI6MjAwMCxcImFuYW xvZ1ZpZGVvT1BMXCI6MjAwLFwiY29tcHJlc3NlZERpZ2l0YWxW aWRlb09QTFwiOjUwMCxcInVuY29tcHJlc3NlZERpZ2l0YWxWaW Rlb09QTFwiOjI1MH0sXCJXaWRldmluZU1cIjp7XCJtaW5TTFwi OjEsXCJyZXF1aXJlSERDUFwiOlwiSERDUF9OT05FXCJ9fSxcIl NEXCI6e1wiUGxheVJlYWR5XCI6e1wibWluU0xcIjoyMDAwLFwi YW5hbG9nVmlkZW9PUExcIjoyMDAsXCJjb21wcmVzc2VkRGlnaX RhbFZpZGVvT1BMXCI6NTAwLFwidW5jb21wcmVzc2VkRGlnaXRh bFZpZGVvT1BMXCI6MjUwfSxcIldpZGV2aW5lTVwiOntcIm1pbl NMXCI6MSxcInJlcXVpcmVIRENQXCI6XCJIRENQX05PTkVcIn19 LFwiVklERU9fQVVESU9cIjp7XCJQbGF5UmVhZHlcIjp7XCJtaW 5TTFwiOjIwMDAsXCJhbmFsb2dWaWRlb09QTFwiOjIwMCxcImNv bXByZXNzZWREaWdpdGFsVmlkZW9PUExcIjo1MDAsXCJ1bmNvbX ByZXNzZWREaWdpdGFsVmlkZW9PUExcIjoyNTB9LFwiV2lkZXZp bmVNXCI6e1wibWluU0xcIjoxLFwicmVxdWlyZUhEQ1BcIjpcIk hEQ1BfTk9ORVwifX19fX1dIiwiaWF0IjoxNjM5Njk5ODQzLCJq dGkiOiJXV1RUSDVwVFRhRHpSL2I4WmdWaE5nPT0ifQ.ImR3uNa FAvgZWeFMR0TBuJWaX3QSdvXPWzuHRRCMuCd40jvQIchE8kvsu YCe0rtqCct8xTWTjSct1jIqUy4zKA'
}
Some help pls
-
Are you referring to the original script? I tried in every way playing drm before, after, while dumping, but I get nothing after the "Hooks Completed" message! Maybe something wrong with the drm content that I am playing! Can you please say the steps in order along with the drm content you played?
-
-
Hi!
Code:E:\WKS-KEYS>py l3.py Traceback (most recent call last): File "E:\WKS-KEYS\l3.py", line 9, in <module> from pywidevine.L3.cdm import cdm, deviceconfig File "E:\WKS-KEYS\pywidevine\L3\cdm\cdm.py", line 15, in <module> from Cryptodome.Cipher import PKCS1_OAEP, AES File "C:\Users\PC\AppData\Local\Programs\Python\Python310\lib\site-packages\Cryptodome\Cipher\__init__.py", line 36, in <module> from Cryptodome.Cipher._mode_gcm import _create_gcm_cipher File "C:\Users\PC\AppData\Local\Programs\Python\Python310\lib\site-packages\Cryptodome\Cipher\_mode_gcm.py", line 51, in <module> from Cryptodome.Util import _cpu_features File "C:\Users\PC\AppData\Local\Programs\Python\Python310\lib\site-packages\Cryptodome\Util\_cpu_features.py", line 34, in <module> _raw_cpuid_lib = load_pycryptodome_raw_lib("Cryptodome.Util._cpuid_c", File "C:\Users\PC\AppData\Local\Programs\Python\Python310\lib\site-packages\Cryptodome\Util\_raw_api.py", line 309, in load_pycryptodome_raw_lib raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts))) OSError: Cannot load native module 'Cryptodome.Util._cpuid_c': Not found '_cpuid_c.cp310-win_amd64.pyd', Not found '_cpuid_c.pyd'
Thanks!
-
Code:
E:\WKS-KEYS>pip install pycryptodome Requirement already satisfied: pycryptodome in c:\users\pc\appdata\local\programs\python\python310\lib\site-packages (3.12.0) E:\WKS-KEYS>pip install pycryptodomex Requirement already satisfied: pycryptodomex in c:\users\pc\appdata\local\programs\python\python310\lib\site-packages (3.12.0) E:\WKS-KEYS>py l3.py Traceback (most recent call last): File "E:\WKS-KEYS\l3.py", line 2, in <module> from pywidevine.L3.cdm import cdm, deviceconfig File "E:\WKS-KEYS\pywidevine\L3\cdm\cdm.py", line 15, in <module> from Cryptodome.Cipher import PKCS1_OAEP, AES File "C:\Users\PC\AppData\Local\Programs\Python\Python310\lib\site-packages\Cryptodome\Cipher\__init__.py", line 36, in <module> from Cryptodome.Cipher._mode_gcm import _create_gcm_cipher File "C:\Users\PC\AppData\Local\Programs\Python\Python310\lib\site-packages\Cryptodome\Cipher\_mode_gcm.py", line 51, in <module> from Cryptodome.Util import _cpu_features File "C:\Users\PC\AppData\Local\Programs\Python\Python310\lib\site-packages\Cryptodome\Util\_cpu_features.py", line 34, in <module> _raw_cpuid_lib = load_pycryptodome_raw_lib("Cryptodome.Util._cpuid_c", File "C:\Users\PC\AppData\Local\Programs\Python\Python310\lib\site-packages\Cryptodome\Util\_raw_api.py", line 309, in load_pycryptodome_raw_lib raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts))) OSError: Cannot load native module 'Cryptodome.Util._cpuid_c': Not found '_cpuid_c.cp310-win_amd64.pyd', Not found '_cpuid_c.pyd'
Similar Threads
-
Strip Playready and Widevine DRM
By freaknik in forum Video Streaming DownloadingReplies: 5Last Post: 22nd Jun 2024, 15:20 -
Decoding manifest.mpd (Widevine)
By WaitForIt in forum Video Streaming DownloadingReplies: 6Last Post: 7th Jun 2021, 13:44 -
getting widevine CEK key
By netbreak in forum Video Streaming DownloadingReplies: 1Last Post: 19th Feb 2018, 12:03 -
Looking for anyone with Google Widevine knowledge.
By cookeri6 in forum Newbie / General discussionsReplies: 1Last Post: 15th May 2017, 13:33 -
Looking for anyone with Google Widevine knowledge.
By cookeri6 in forum Video Streaming DownloadingReplies: 0Last Post: 15th May 2017, 12:45