Hello there
I made a new account to ask for help from you people.
I have been looking for months.
Some members of this forum seem very professional and know what they're doing.
My question is:
Can you help me get the key for this program (https://www.channel4.com/programmes/the-simpsons/on-demand/38327-001), and teach me how to do it?
I already know about yt-dlp and mp4decrypt.
My real problem is the script.
Please
+ Reply to Thread
Results 1 to 8 of 8
-
-
-
-
the "Widevine RSA key pair" is actually a .wvd file created by pywidevine from your device_private_key and device_client_id_blob using the command from this thread's first post:
https://forum.videohelp.com/threads/407099-Vdocipher-decryption-key-retrieval
one additional tip - before running the command first create a folder and use the folder's name as the output path
so in a folder you have your key, your blob, and a new folder named output, the command will be:
Code:pywidevine create-device -k device_private_key -c device_client_id_blob -t "ANDROID" -l 3 -o output
Last edited by ampersand; 1st Oct 2022 at 17:14.
-
Last edited by codehound; 1st Oct 2022 at 18:03.
-
well, what I did was first install the requirements for the channel 4 downloader and then realized that the RSA key pair wasn't what I thought it was. after a bit of googling the instructions I figured out were to add the path to where pywidevine.exe was in (C:\Users\My_User\AppData\Roaming\Python\Python310 \Scripts) to my user's environment variables PATH so pywidevine could work in command prompt/powershell.
-
Yes, my point was that (by saying bitd) the pywv module wasnt available anywhere a few years ago - let alone a recent addition to be able to be added via pip for the unwashed masses !
Your advice is accurate though
Leak/share = revoke.comLast edited by codehound; 1st Oct 2022 at 19:34.
Similar Threads
-
I don't get key with wks-key.
By Brift_Bv in forum Video Streaming DownloadingReplies: 34Last Post: 18th Nov 2023, 03:35 -
Key for channel 4 programme
By Willow5 in forum Video Streaming DownloadingReplies: 35Last Post: 9th Nov 2022, 15:55 -
Please help download video m3u8 with EXT-X-KEY:METHOD=AES-128
By canete in forum Video Streaming DownloadingReplies: 6Last Post: 23rd Oct 2022, 07:15 -
download and get key from this multi channel iptv website
By filipino in forum Video Streaming DownloadingReplies: 7Last Post: 27th Sep 2022, 13:45 -
Please help download video m3u8 with EXT-X-KEY:METHOD=AES-128
By boysadvn in forum Video Streaming DownloadingReplies: 13Last Post: 26th Sep 2019, 14:13