not work
i have this
https://github.com/medvm/widevine_keys/issues/36
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 811 to 840 of 1969
-
It's what I've been using and it works very well with a few streaming sites. It's just a modification of WKS-KEYS anyway (but better). You do of course need to replace the blob and private_key with newly generated working ones obtained using Android devices as per lots of above posts.
-
Hi... if I have a fixed (not change) PSSH, in WKS-KEYS\pywidevine\L3\getPSSH.py can we copy and paste my fixed PSSH in that file, so I don't need to input PSSH every time I search key?
Can onyone here edit the file (getPSSH.py), like headers.py (fixed header) that don't need to input everytime when searching keys ??
So... the looks in cmd will be this example (bypassing input PSSH anymore, like the headers.py and only input license URL) =
Code:License URL: https://xxxxxxxxxxx/widevine/cenc/getlicense?specConform=true --key 230imkropkmcf32ivmr:3024vm32i40234i20m4
-
Hello to you,
I know in advance that this request is not in the right place but I posted it in the correct category but it was ignored ^^
I reiterate the request please :
I try download subtitle from site RTSUn
Note: A Swiss VPN is necessary (I can provide a log if necessary)
I tried the following way (which works most of the time)
yt-dlp --write-subs --skip-download "https://rts-vod-amd.akamaized.net/ch/hls/12708469/62db96d7-1e31-3c58-9f77-b55b4d597b67/master.m3u8"
Thanks for your help
-
I am sorry, I already know the answer, I edit this l3.py myself, and it work, so I don't waste my time for copy and paste so many things...
I edit pssh so it will be fixed PSSH (don't need input anymore and maybe only work in 1website streaming), and edit license url so will be short version url license like just input only the variable number, dont need from http://xxxx... anymore
example (this is only example, not the real one) =
Real license url = https://abc.widevine.com/1234567890
where 123457890 always change but https://abc.widevine.com/ is fixed, so we just enter the number (variable)...
If you work only for 1 site for long time, you need modified l3.py (you must have backup original l3.py).
Different site will have different license url, but if the license url is fixed (not variable), we can edit l3.py so we don't need input anymore, it can make short time to get the keysLast edited by liongtwap; 20th Dec 2021 at 08:59.
-
I have installed everything necessary to run the script in visual code studio
but when running the script with dotnet run command, I get error
could you help me just a little bit?
Code:Windows PowerShell Copyright (C) 2014 Microsoft Corporation. Todos los derechos reservados. PS C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main> dotnet run [2021-12-20 10:08:22.820] - get cert... [2021-12-20 10:08:23.769] - get challenge... Unhandled exception. System.TypeInitializationException: The type initializer for 'WidevineClient.Widevine.CDM' threw an exception. ---> System.Exception: No client id blob found at WidevineClient.Widevine.CDMDevice..ctor(String deviceName, Byte[] clientIdBlobBytes, Byte[] privateKeyBytes, Byte[] vmpBytes) in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\Widevine\CDMDevice.cs:line 38 at WidevineClient.Widevine.CDM..cctor() in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\Widevine\CDM.cs:line 15 --- End of inner exception stack trace --- at WidevineClient.Widevine.CDM.get_Devices() in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\Widevine\CDM.cs:line 15 at WidevineClient.Widevine.CDM.OpenSession(String initDataB64, String deviceName, Boolean offline, Boolean raw) in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\Widevine\CDM.cs:line 58 at WidevineClient.Widevine.CDMApi.GetChallenge(String initDataB64, String certDataB64, Boolean offline, Boolean raw) in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\CDMApi.cs:line 12 at WidevineClient.Tests.Test() in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\Tests.cs:line 25 at WidevineClient.Program.Main(String[] args) in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\Program.cs:line 13 PS C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main>
-
-
Hi, I'm new in this topic, I want download some udemy courses, so I have found this project here https://github.com/Puyodead1/udemy-downloader
In the istructions is written that it's necessary aquire the key and key ID and in the image above it's written widevine decryptor. Now, how can I do to find these keys?
In this topic it's also talked about mpd and PSSH, what are ?
Hope that somebody help me
-
Code:
Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. PS C:\work\WidevineClient-main> dotnet run [2021-12-20 19:24:02.683] - get cert... [2021-12-20 19:24:03.113] - get challenge... Unhandled exception. System.FormatException: Input string was not in a correct format. at System.Number.ThrowOverflowOrFormatException(ParsingStatus status, TypeCode type) at System.Number.ParseUInt32(ReadOnlySpan`1 value, NumberStyles styles, NumberFormatInfo info) at System.UInt32.Parse(String s) at WidevineClient.Widevine.CDM.GetLicenseRequest(String sessionId) in C:\work\WidevineClient-main\Widevine\CDM.cs:line 214 at WidevineClient.Widevine.CDMApi.GetChallenge(String initDataB64, String certDataB64, Boolean offline, Boolean raw) in C:\work\WidevineClient-main\CDMApi.cs:line 14 at WidevineClient.Tests.Test() in C:\work\WidevineClient-main\Tests.cs:line 25 at WidevineClient.Program.Main(String[] args) in C:\work\WidevineClient-main\Program.cs:line 13
1) I used the lenovo x705f CDM posted earlier, there are only two files contained but the third file device_vmp_blob is missing. How can I get this file?
2) Beside the missing file, is there any other reason for the error message above? Or is the CDM just dead?
Thanks in advance!
-
Did you compile the program or simply repeat the command you saw listed above? Run it through visual studio or similar and debug it, there are a number of errors being thrown up (.....cs:line....)
And, before you ask, no I couldn't tell you what they mean I'm no c# programmer
you'll need to see what's missing. possibly nuget scripts
-
There must be a bug in my Windows. Another user kindly shared his binary with me and even this program gave out the same type of errors. Well, I'll play further with this script. And yes, I've compiled my own version in visual studio. But I shall commit it's the first day I use this software
-
no im saying the method you mentioned is dead.
info for current methods are posted here but over many posts.
also since what you are asking is very specific if there is anything different it could take a long time to figure it out.
i spent 3hr today making All4 work and that is after I have spent probably 30hr on understanding things in the first place.
(and have small bit of experience in updating and tweaking scripts previously)
edit: lol i got key with pssh but now dont have mpd xdLast edited by kenyard; 20th Dec 2021 at 16:42.
-
magisk, you're gonna need the frida module for magisk. I'm guessing you want to obtain your keys from your device. THen, magisk, I didn't think chainfire's Supersu was even maintained anymore after he got a job at google.
Also, you're gonna need to install frida server on a pc. Don't ask me, I don't use windows.
-
If you already compiled, you should have the executable "WidevineClient.exe" in this location: C:\Users\your user name\Downloads\WidevineClient-main\bin\Debug\netcoreapp3.1
In that same location you have to have a "cdm" folder if you don't have it, create it, and within that folder you have to have the following folders \devices\chrome_1610
and in this last folder you have to have the files: config, device_client_id_blob, device_private_key, token
-
Can you help me out Regarding WVdumper i managed to got message "Hook complete" then i try to open DRM content [Disney+ Hotstar] but nothing happen after that .. How can i know if it dumped / complete ? where is the path of blob & private key after dumped
Device: Samsung Galaxy J7 - Android 6.0.1Last edited by youfon55; 21st Dec 2021 at 01:32.
-
As far as I know, you need 7-9 Android.
Also Samsung I think it's not possible, I could be wrong.
Anyway, you can know that something gets dumped if "weird" stuff starts happening after hooks completed.
A folder will show up where your dumper is. It might contain keyboxes, it might contain private key...
-
I had to do that even on a non Samsung phone.
If it's the edit with "gibberish" in the first line on the script, then I think that works only if you managed to at least get keyboxes. If you are stuck only on "hooks completed", and don't get any keyboxes, that edit I think doesn't work. Maybe there's another edit...
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