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 841 to 870 of 1969
-
Thanks ... I flash to Android 7.0 and finally working i got the private key & blob so do i need to rename the file ?
[Attachment 62473 - Click to enlarge]
-
jangofettbrGuest
I got the dumped files from Samsung Galaxy S6 Edge, running the netflix app.
-
I make some modified to l3.py in WKS-Keys to make easier for you all. Make sure you already backup l3.py
1. make output file (txt file) so the result will not gone. This output file in the same folder with l3.py
Just copy and paste to the most bottom in l3.py (starting line 31 from original l3.py using Notepad++)
Code:f=open("output.txt","a+") f.write('PSSH = ' + pssh + "\n") f.write('License URL = '+ lic_url + "\n") f.write('--KID:KEY '+ key + "\n\n")
Just copy and paste in l3.py starting line 7 to 9, line 10 enter (blank), so import base64 etc start from line 11 (the line number base from original l3.py)
Code:#Infinite loop abc=0 while abc <= 10:
3. If you have work long time for 1 website, maybe you notice that have a static PSSH or a static license url. So in order not always input them, we can make some modified =
in line 14 (the line number base from original l3.py):
Code:pssh = input('\nPSSH: ') change to be pssh = 'ABCDEF'
The same rule work for License URL, in the line 15 (the line number base from original l3.py):
Code:lic_url = input('License URL: ') change to be lic_url = 'GHIJKL'
What if part License URL is static and other part is variable (always change)??
Example = http://abc.com/123456
where 'http://abc.com/' is always static (same) and 123456 always changed (variable)
Code:lic_url = input('License URL: ') change to be lic_url = 'https://abc.com/'+input('Content ID: ')
This is a combination =
Example = http://abc.com/123456/defgh789
where 'http://abc.com/' & '/defgh789 is always static (same) and 123456 always changed
Code:lic_url = input('License URL: ') change to be lic_url = 'https://abc.com/'+input('Content ID: ')+'/defgh789'
OK, gut luck to tryLast edited by liongtwap; 21st Dec 2021 at 09:05.
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