Hello you all, thank you for reading!
Is there a way to know how to make a functional license url? I've been trying to get this ott free channel... However, I can't make it work with the license url. I guess I need more than just the normal license link, but I'm not sure how to edit it.
Url site (no registration or payment needed):
License urlHTML Code:https://www.clarovideo.com/mexico/watch/1147425
PHP Code:
https://widevine-claromex-vod.clarovideo.net/v2/licenser/getlicense
Can someone please tell me where I can get that info? Thanks in advance![]()
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!
+ Reply to Thread
Results 1 to 7 of 7
-
-
Just use some program like Vineless/OpenWV/WidevineProxy2 that will send the request for you and display the keys in most cases. As Silv3r said, there are difficulties connecting there (I was able to use Mexico open proxies, but they are so bad that the website doesn't fully load and goes timeout).
As for the license requests, open web browser DevTools, click on the license request, and see "Request"/"Payload" part. It might contain the request itself (non-Latin gibberish), or it might be wrapped in some way, like Base64 inside JSON with additional data. If request contains some non-default headers, they might be needed too. -
try some south america ips
you need base64 encode the challenge first. and drm token, see the license link's payload, you will find it there.
Code:dict_data = {'token':drm_token,'device_id':'693xxxxxxxxxxxxxxxxxxxxxxxx','widevineBody':challenge_b64} json_data = json.dumps(dict_data) licence = requests.post(lic_url, data=json_data)
but suggest widevine proxy2 for you. -
Hello! Thank you all for your time answering my request.
About the token, device ID and widevine body, I can access those through dev tools in response to the license url, so i can grab them.
Can I be able to discover the real license url by adding that data to the url? -
-
Hi, sorry. It's been my mistake, maybe I don't ask my question right.
I would like to know how to get a functional license url for a structure like this:
#KODIPROP: inputstream.adaptive.manifest_type=mpd
#KODIPROP: inputstream.adaptive.license_type=com.widevine.alp ha
#KODIPROP: inputstream.adaptive.license_key="license url"
Similar Threads
-
Can't get license URL
By VanZan in forum Video Streaming DownloadingReplies: 5Last Post: 5th Sep 2024, 14:03 -
License URL
By InfinitiX2 in forum Video Streaming DownloadingReplies: 3Last Post: 27th Jul 2024, 17:27 -
Help getting the license URL
By tjvatikaki in forum Newbie / General discussionsReplies: 1Last Post: 2nd Dec 2023, 17:04 -
License Url dmax.de
By DLH007 in forum Video Streaming DownloadingReplies: 17Last Post: 9th Jun 2023, 16:27 -
How to obtain mpd url and license url
By pepperx in forum Newbie / General discussionsReplies: 0Last Post: 1st Oct 2021, 16:05