VideoHelp Forum
+ Reply to Thread
Results 1 to 15 of 15
Thread
  1. Hi, i´m trying to get the key with http://getwvkeys.cc/ but tell me problem with headers.

    Pssh

    Code:
    AAAAOnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABoIARIQvEV9E+g1Tjuj/kZ9/lMV7SIENTA5Mw==
    Last edited by crisvale; 24th May 2022 at 16:07. Reason: problem solved
    Quote Quote  
  2. your key

    Code:
    bc457d13e8354e3ba3fe467dfe5315ed:3abb7fb8106da89825dab57fd1c2e24e
    Quote Quote  
  3. Originally Posted by cedric8528 View Post
    your key

    Code:
    bc457d13e8354e3ba3fe467dfe5315ed:3abb7fb8106da89825dab57fd1c2e24e
    thanks!!!
    Quote Quote  
  4. Member
    Join Date
    Mar 2015
    Location
    Tijuana
    Search Comp PM
    Hello! Please help, I also have a problem getting the key.
    MPD:
    Code:
    https://nl-ams-p15-am5.cdn.streamgate.nl/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2NTA2NTA1MjEsInVyaSI6Ilwvdm9kXC9ucG9cL3VzcFwvVEVTVFwvbnBvXC9kYXNoX2NlbmNcL1dPX0FUXzEzODI2OTE3XC9XT19BVF8xMzgyNjkxN192MTU0MTU5Mzk1OC5pc20iLCJjbGllbnRfaXAiOiI3OS4xMTUuMjQ5LjkyIiwidmlld2VyIjoiY2EwZDU2NzFhNzRmZjAzMDU4NDE1MmJkYzVmZGE4ZWJlZDM5MjFmNiIsInJpZCI6IjU5MDQ5ZGQifQ.YO6yqpeHWmSb0NVVK6WEUqJ6v3SgdK_Sjl25T-VBtxk/vod/npo/usp/TEST/npo/dash_cenc/WO_AT_13826917/WO_AT_13826917_v1541593958.ism/stream.mpd
    PSSH :
    Code:
    AAACqnBzc2gAAAAAmgTweZhAQoarkuZb4IhflQAAAoqKAgAAAQABAIACPABXAFIATQBIAEUAQQBEAEUAUgAgAHgAbQBsAG4AcwA9ACIAaAB0AHQAcAA6AC8ALwBzAGMAaABlAG0AYQBzAC4AbQBpAGMAcgBvAHMAbwBmAHQALgBjAG8AbQAvAEQAUgBNAC8AMgAwADAANwAvADAAMwAvAFAAbABhAHkAUgBlAGEAZAB5AEgAZQBhAGQAZQByACIAIAB2AGUAcgBzAGkAbwBuAD0AIgA0AC4AMAAuADAALgAwACIAPgA8AEQAQQBUAEEAPgA8AFAAUgBPAFQARQBDAFQASQBOAEYATwA+ADwASwBFAFkATABFAE4APgAxADYAPAAvAEsARQBZAEwARQBOAD4APABBAEwARwBJAEQAPgBBAEUAUwBDAFQAUgA8AC8AQQBMAEcASQBEAD4APAAvAFAAUgBPAFQARQBDAFQASQBOAEYATwA+ADwASwBJAEQAPgB2AE4AawBqAHUAWAB4ADYAbgB5AHoAZQA4ADEAMQAwADcAagB5AGwASwBnAD0APQA8AC8ASwBJAEQAPgA8AEMASABFAEMASwBTAFUATQA+ADYATwBYAFkALwBVAEMANwA5AHcAQQA9ADwALwBDAEgARQBDAEsAUwBVAE0APgA8AEwAQQBfAFUAUgBMAD4AaAB0AHQAcAA6AC8ALwBwAGwAYQB5AHIAZQBhAGQAeQAuAHMAdAByAGUAYQBtAGcAYQB0AGUALgBuAGwALwByAGkAZwBoAHQAcwBtAGEAbgBhAGcAZQByAC4AYQBzAG0AeAA8AC8ATABBAF8AVQBSAEwAPgA8AC8ARABBAFQAQQA+ADwALwBXAFIATQBIAEUAQQBEAEUAUgA+AA==
    Licence

    Code:
    https://npo-drm-gateway.samgcloud.nepworldwide.nl/authentication
    KID
    Code:
    B923D9BC-7A7C-2C9F-DEF3-5D74EE3CA52A
    Headers
    Code:
    import requests
    
    headers = {
        'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96.0',
        'Accept': '*/*',
        'Accept-Language': 'en-US,en;q=0.5',
        # 'Accept-Encoding': 'gzip, deflate, br',
        'x-custom-data': 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJucG8iLCJpYXQiOjE2NTA2NTM1NDQsImRybV90eXBlIjoid2lkZXZpbmUiLCJsaWNlbnNlX3Byb2ZpbGUiOiJ3ZWIiLCJjbGllbnRfaXAiOiI3OS4xMTUuMjQ5LjkyIn0.jjqOviR57zWEAnVu9q_-MCYpltRWrtGANcn84Pu5aac',
        'Origin': 'https://start-player.npo.nl',
        'Connection': 'keep-alive',
        'Referer': 'https://start-player.npo.nl/',
        'Sec-Fetch-Dest': 'empty',
        'Sec-Fetch-Mode': 'cors',
        'Sec-Fetch-Site': 'cross-site',
        # Requests doesn't support trailers
        # 'TE': 'trailers',
        'Content-Type': 'application/x-www-form-urlencoded',
    }
    
    data = '\bø+T^'
    
    response = requests.post('https://npo-drm-gateway.samgcloud.nepworldwide.nl/authentication', headers=headers, data=data)
    From http://getwvkeys.cc/ I get an error

    Code:
    ERROR
    
    Wrong headers: unacceptable character #x0001: special characters are not allowed in "<unicode string>", position 837
    Unfortunately https://curlconverter.com/ output exactly the headers above. I may have mistaken the licence url, as I have a few more candidates, but with each one I get the same error about the headers.
    Candidates:
    Please teach me how to get working headers and the key. Thank you in advance.

    PS.I tried several different approaches, all based on "license_proxy.exe", but that program always gave me the errors about missing dlls (ucrtbase.dll and vcruntime140d.dll) though the files were present in System32 folder (Win 10 x64).
    Last edited by edytibi; 22nd Apr 2022 at 14:34. Reason: Screwed the tags.
    Quote Quote  
  5. video link
    Code:
    https://www.npostart.nl/naakt-naar-het-museum/07-11-2018/WO_AT_13826917
    Code:
    b923d9bc7a7c2c9fdef35d74ee3ca52a:b54294679904945be4674c541638ffcc
    Quote Quote  
  6. Member
    Join Date
    Mar 2015
    Location
    Tijuana
    Search Comp PM
    Thank you very much!
    Quote Quote  
  7. Banned
    Join Date
    May 2022
    Search PM
    Originally Posted by cedric8528 View Post
    your key

    Code:
    bc457d13e8354e3ba3fe467dfe5315ed:3abb7fb8106da89825dab57fd1c2e24e
    Can you get me the key to this pssh?

    Code:
    AAAAPHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABwIARIQnSf2lFaTTu6PLV5pPphsjSIGNzg0MjU4
    Quote Quote  
  8. Need link of your video...
    Quote Quote  
  9. Banned
    Join Date
    May 2022
    Search PM
    It is a Movistar+ content, how do you get the key of a Movistar+ content?
    Quote Quote  
  10. Banned
    Join Date
    May 2022
    Search PM
    You gave crisvale the key to a Movistar+ content and I would like to know how he got it.
    Quote Quote  
  11. I don't remenber and Crisvale has deleted the link...
    Quote Quote  
  12. Banned
    Join Date
    May 2022
    Search PM
    Do you get them with a CDM L3 or CDM L1 the Movistar+ keys ? with file WKS-KEYS or widevine-keys from medvm ? I'm going to weigh a token for you privately.
    Quote Quote  
  13. Banned
    Join Date
    May 2022
    Search PM
    I would like to get keys to Movistar+ content without having to provide a video link, without having to bother anyone and without having to use the website h**ps://getwvkeys.cc
    Last edited by Hapy; 16th Jun 2022 at 14:03.
    Quote Quote  
  14. Originally Posted by cedric8528 View Post
    I don't remenber and Crisvale has deleted the link...
    nice try, the key is in the leaked getwvkeys database.

    Mon Apr 18 18:10:59 2022
    [{"key": "bc457d13e8354e3ba3fe467dfe5315ed:3abb7fb8106da898 25dab57fd1c2e24e"}]
    Quote Quote  
  15. Banned
    Join Date
    May 2022
    Search PM
    Please provide an example of the header.
    Quote Quote  



Similar Threads

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