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 9 of 9
  1. I'm trying to download some DRM protected stream from that site. Have tried almost everything.

    This is the link https://www.kijk.nl/programmas/mr-frank-visser-doet-uitspraak/nZ2lEXTcvro

    I was able to retrieve this.

    PSSH
    Code:
    AAAATHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAACwiJGFmNTZiMjFkLTNlZTgtNDZkZC05NmRlLWRiNWE3ZGEwM2ExNkjj3JWbBg==
    License
    Code:
    https://widevine.entitlement.theplatform.eu/wv/web/ModularDrm?releasePid=r2qnqS6_YWX5&form=json&schema=1.0
    Headers (unsure if done right)
    Code:
    Accept: "*/*"
    Accept-Encoding: "gzip, deflate, br, zstd"
    Accept-Language: "nl-NL,nl;q=0.9,en-US;q=0.8,en;q=0.7"
    Connection: "keep-alive"
    Content-Length: "82"
    Host: "widevine.entitlement.theplatform.eu"
    Origin: "https://www.kijk.nl"
    Referer: "https://www.kijk.nl/"
    Sec-Fetch-Dest: "empty"
    Sec-Fetch-Mode: "cors"
    Sec-Fetch-Site: "cross-site"
    User-Agent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36"
    But when I fill these in at Get Widevine Keys I'm getting an error. See picture.
    Anyone know a solution?
    Image
    [Attachment 79267 - Click to enlarge]
    Quote Quote  
  2. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Try
    Code:
    e9abe44e72cb51b493124a64fe1e05c9:b803f6c0a928decfa9bed80475fae32d
    9a18300db6a95c8786efe9bba7096673:85bbe19eed3350990001312c2c91b500
    9f281f48a5e1521ab852013c412aa286:fa8a1b12f7b57d98fe7c9eee3974a8e1
    f86bee85f7e65eceb27e727529ec6b32:25e3f291da60a1b0469347abcd8bbffc
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  3. Thanks, got it to work. Weird thing, the mpd link changed since yesterday. Didn't work first time.
    What are exactly the correct values you need to fill in the form?
    Quote Quote  
  4. Member aqzs's Avatar
    Join Date
    Mar 2024
    Location
    Paris
    Search Comp PM
    Originally Posted by Redfield View Post
    Thanks, got it to work. Weird thing, the mpd link changed since yesterday. Didn't work first time.
    What are exactly the correct values you need to fill in the form?
    pssh :
    Code:
    AAAATHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAACwiJGFmNTZiMjFkLTNlZTgtNDZkZC05NmRlLWRiNWE3ZGEwM2ExNkjj3JWbBg==
    Code:
    --key e9abe44e72cb51b493124a64fe1e05c9:b803f6c0a928decfa9bed80475fae32d
    
    --key 9a18300db6a95c8786efe9bba7096673:85bbe19eed3350990001312c2c91b500
    
    --key 9f281f48a5e1521ab852013c412aa286:fa8a1b12f7b57d98fe7c9eee3974a8e1
    
    --key f86bee85f7e65eceb27e727529ec6b32:25e3f291da60a1b0469347abcd8bbffc
    You can't use an online tool for that website, you need a custom python script
    Last edited by aqzs; 20th May 2024 at 09:23.
    Quote Quote  
  5. Originally Posted by aqzs View Post
    Originally Posted by Redfield View Post
    Thanks, got it to work. Weird thing, the mpd link changed since yesterday. Didn't work first time.
    What are exactly the correct values you need to fill in the form?
    pssh :
    Code:
    AAAATHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAACwiJGFmNTZiMjFkLTNlZTgtNDZkZC05NmRlLWRiNWE3ZGEwM2ExNkjj3JWbBg==
    Code:
    --key e9abe44e72cb51b493124a64fe1e05c9:b803f6c0a928decfa9bed80475fae32d
    
    --key 9a18300db6a95c8786efe9bba7096673:85bbe19eed3350990001312c2c91b500
    
    --key 9f281f48a5e1521ab852013c412aa286:fa8a1b12f7b57d98fe7c9eee3974a8e1
    
    --key f86bee85f7e65eceb27e727529ec6b32:25e3f291da60a1b0469347abcd8bbffc
    I mean here to get the keys.
    Quote Quote  
  6. Member aqzs's Avatar
    Join Date
    Mar 2024
    Location
    Paris
    Search Comp PM
    Originally Posted by Redfield View Post
    I mean here to get the keys.
    This website use the challenge as the payload of the request made to the license server. As you can see in the request your device make, the payload is :
    Code:
    {"getRawWidevineLicense":{"releasePid":"r2qnqS6_YWX5","widevineChallenge":challenge}}
    You can't use this website to get keys sadly

    Edit : here is your vid : https://buzzheavier.com/f/GOB2ZW10YAA=
    Last edited by aqzs; 20th May 2024 at 09:33.
    Quote Quote  
  7. Apparently you can use EME logger in chrome to get KID and keys, but no luck so far.
    What method did you use to get the keys?
    Quote Quote  
  8. need local python script and local CDM, i think pepe maybe glad to add this site to his all-in-one tool.
    Quote Quote  
  9. Member aqzs's Avatar
    Join Date
    Mar 2024
    Location
    Paris
    Search Comp PM
    Originally Posted by Redfield View Post
    Apparently you can use EME logger in chrome to get KID and keys, but no luck so far.
    What method did you use to get the keys?
    I used a custom python script
    Quote Quote  



Similar Threads

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