delete
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 1 to 8 of 8
-
Please can anyone provide the method to get the key from this site ?
for the link above , the pssh:
Code:AAAAV3Bzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAADcIARIQvpoztgMLQGukt8Ip3QXSERoLYnV5ZHJta2V5b3MiEL6aM7YDC0BrpLfCKd0F0hEqAkhE
Code:https://spapi.zee5.com/singlePlayback/getDetails/secure?content_id=0-1-6z5229435&show_id=0-6-199&device_id=DN7VpF9nAiMybprjZt9e000000000000&platform_name=desktop_web&translation=en&user_language=ar,en,hi,ml,ta,te&country=LB&state=&app_version=2.54.3&user_type=guest&check_parental_control=false&ppid=DN7VpF9nAiMybprjZt9e000000000000&version=12&zgdpr=C0001,C0002,C0003,C0004,C0005&zcnstdt=&znpa=
Code:https://spapi.zee5.com/widevine/getLicense
https://forum.videohelp.com/threads/407477-help-in-getting-widevine-keys
but no l3 script modified version that works with this site could be found , only the raw code of [ss]vegeta:
Code:# -*- coding: utf-8 -*- # Module: KEYS-L3 # Created on: 11-10-2021 # Authors: -∞WKS∞- # Version: 1.1.0 import base64, requests, sys, xmltodict import headers_claro from pywidevine.L3.cdm import cdm, deviceconfig from base64 import b64encode from pywidevine.L3.decrypt.wvdecryptcustom import WvDecrypt pssh = input('\nPSSH: ') lic_url = input('License URL: ') token = input('Token: ') device_id = input('device_id: ') def WV_Function(pssh, lic_url, cert_b64=None): wvdecrypt = WvDecrypt(init_data_b64=pssh, cert_data_b64=cert_b64, device=deviceconfig.device_android_generic) challengeb64 = str(b64encode(wvdecrypt.get_challenge()),"utf-8") data = {"token":token,"device_id":device_id,"widevineBody":challengeb64} widevine_license = requests.post(url=lic_url, json=data, headers=headers_claro.headers) print(widevine_license.request.body) license_b64 = b64encode(widevine_license.content) wvdecrypt.update_license(license_b64) Correct, keyswvdecrypt = wvdecrypt.start_process() if Correct: return Correct, keyswvdecrypt correct, keys = WV_Function(pssh, lic_url) print() for key in keys: print('--key ' + key)
So please anyone can provide the correct method or a modified version of the l3 script to work with this site ?
Update: I found the way to get the keys.
RegardsLast edited by thej911; 3rd Mar 2023 at 17:45.
-
Last edited by venixop; 27th Feb 2023 at 00:08.
Similar Threads
-
Something changed with Zee5
By Baldrick in forum Video Streaming DownloadingReplies: 0Last Post: 8th Apr 2022, 01:26 -
need help to download from zee5
By Shingen36 in forum Video Streaming DownloadingReplies: 12Last Post: 1st Oct 2019, 10:09 -
How to download from Zee5 Website ?
By shraman in forum Video Streaming DownloadingReplies: 4Last Post: 17th Aug 2018, 03:04 -
Download zee5.com
By imsrk48 in forum Video ConversionReplies: 2Last Post: 27th Jul 2018, 17:30