VideoHelp Forum



Support our site by donate $5 directly to us Thanks!!!

Try StreamFab Downloader and download streaming video from Netflix, Amazon!



+ Reply to Thread
Results 1 to 7 of 7
  1. 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):

    HTML Code:
    https://www.clarovideo.com/mexico/watch/1147425
    License url

    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
    Quote Quote  
  2. can't enter the site Access Denied checked all countries NordVPN
    Quote Quote  
  3. 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.
    Quote Quote  
  4. 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.
    Quote Quote  
  5. 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?
    Quote Quote  
  6. Originally Posted by Lucahalliwell View Post
    Can I be able to discover the real license url by adding that data to the url?
    You already mentioned license URL in your first message. An HTTP request consists of a method (POST in this case), the URL itself, headers, and payload.
    Quote Quote  
  7. 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"
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!