VideoHelp Forum
+ Reply to Thread
Results 1 to 10 of 10
Thread
  1. Hello everyone

    I don't know what I did wrong so I can't get my key to decrypt please help me.

    I have posted how to login and all the things I have done.

    Thank you very much

    URL : https://movie.trueid.net/th-th/series/X436vlYQBK3J/R2bGGoPNvKG6/zNg8BVQ0ny8D/JVxjqvlAdppb

    i think This website requires a Thailand VPN and must login

    ***this is not pay site but require login to watch content ***

    EMAIL : noppadol.a44@gmail.com

    when you enter email to login (require email only), will sending otp to gmail

    Image
    [Attachment 69168 - Click to enlarge]


    login to gmail : noppadol.a44@gmail.com pass: xcvb3322

    and find an email from message@verify.trueid.net <message@msg-notify.trueid.net>
    Image
    [Attachment 69169 - Click to enlarge]



    and put otp to login this site

    problem about gmail login : please contact me discord Geto#1193 or my telegram https://t(dot)me/geetozhan to talk about the verification number you received when logging in gmail

    what i've done

    1.] i dump CDM from https://forum.videohelp.com/threads/408031-Dumping-Your-own-L3-CDM-with-Android-Studio

    MPD link from the stream detector extension:
    Code:
    https://cdn809.stm.trueid.net/svod/th_gn/wv/ASS202301006337/index.mpd?appid=trueid&type=svod&visitor=web&drm=wv3&uid=147140091&did=RXpNMzRvYmdhT0VpRm9OejRCeGI0NUhpMXZkYWVPdFE&sid=1c49683876&rt=1676056104&tk=7Rg1le23Se6wamjgS88d82E4gHB6JKn-vcimbXj916U
    2.] get PSSH from EME logger
    Image
    [Attachment 69170 - Click to enlarge]

    PSSH :
    Code:
    AAAAN3Bzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABciD0FTUzIwMjMwMTAwNjMzN0jj3JWbBg==
    3.] get lic URL from filter: Widevine copy to cURL (Windows) i'm using firefox (I think it's probably right license URL)
    Image
    [Attachment 69171 - Click to enlarge]


    4.] go to curlconverter
    Code:
    import requests
    
    headers = {
        'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0',
        'Accept': '*/*',
        'Accept-Language': 'en-US,en;q=0.5',
        # 'Accept-Encoding': 'gzip, deflate, br',
        'Origin': 'https://movie.trueid.net',
        'Connection': 'keep-alive',
        'Referer': 'https://movie.trueid.net/',
        'Sec-Fetch-Dest': 'empty',
        'Sec-Fetch-Mode': 'cors',
        'Sec-Fetch-Site': 'same-site',
        'Content-Type': 'application/x-www-form-urlencoded',
    }
    
    params = {
        'appid': 'trueid',
        'type': 'svod',
        'visitor': 'web',
        'drm': 'wv3',
        'uid': '147140091',
        'did': 'RXpNMzRvYmdhT0VpRm9OejRCeGI0NUhpMXZkYWVPdFE',
        'mpass': 'xqZ4a1BJfrOQsoVfupKSXiNFSjd9L_Jlg7iZOsCbuvNsARYB5xT5_FdeG8hb547JdNMrdAO9jvyeAZMfWt60Xq43aoqhd2UdF9_e798OViBxztucSGr8yGf1Mfn8tDV-Ojr7dqIyR8Dmkcx8Fu-IUWJo',
        'sid': '8b56bc9aa7',
        'rt': '1676054946',
        'tk': 'qbSxEMJqczzzHS6psJXy-fbEyLnjA7mkcec9Uu7pxPo',
    }
    
    data = '^\b^\x04'
    
    response = requests.post('https://kdcid.stm.trueid.net/vod/widevine', params=params, headers=headers, data=data)
    license url:
    Code:
    https://kdcid.stm.trueid.net/vod/widevine
    in headers.py i've try
    Code:
    headers = {}
    and
    Code:
    headers = {
        'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0',
        'Accept': '*/*',
        'Accept-Language': 'en-US,en;q=0.5',
        # 'Accept-Encoding': 'gzip, deflate, br',
        'Origin': 'https://movie.trueid.net',
        'Connection': 'keep-alive',
        'Referer': 'https://movie.trueid.net/',
        'Sec-Fetch-Dest': 'empty',
        'Sec-Fetch-Mode': 'cors',
        'Sec-Fetch-Site': 'same-site',
        'Content-Type': 'application/x-www-form-urlencoded',
    }
    but it give me error

    Image
    [Attachment 69172 - Click to enlarge]
    Last edited by Biggy4; 11th Feb 2023 at 05:15. Reason: otp problem
    Quote Quote  
  2. wrong license url. only pssh and license url . no need header
    Quote Quote  
  3. Base license url looks correct but you are missing all the query parameters. Right click the request and copy the full url.
    Quote Quote  
  4. Originally Posted by walpak View Post
    wrong license url. only pssh and license url . no need header
    thanks for hints!!!

    Originally Posted by ElCap View Post
    Base license url looks correct but you are missing all the query parameters. Right click the request and copy the full url.
    filter widevine and copy full url is that right? ElCap

    https://kdcid.stm.trueid.net/vod/widevine?appid=trueid&type=svod&visitor=web&drm=wv3&u...Cw_y8ewqqT2qjU
    Quote Quote  
  5. It's possible that my scripts are at fault here, but is that PSSH really correct?
    I could not see a KID in there. There was a content id: ASS202301006337, but no KID, is that normal these days?
    Quote Quote  
  6. justjob457
    Guest
    test
    Last edited by justjob457; 11th Feb 2023 at 04:42. Reason: wrong account
    Quote Quote  
  7. @ElCap i've try license URL :
    Code:
    https://kdcid.stm.trueid.net/vod/widevine?appid=trueid&type=svod&visitor=web&drm=wv3&uid=147140091&did=aTVGN3BTNWJZWFE4d1RmM0N5NkM2SloxYzk1OUVsV1Y&mpass=EEuwlvs3ohY1NSnLHxxfKAqovpIuZnD74iUttrRSLPlBzw0JJGO-bwt0TOV_QH7uzycZzX2zqYiXZnW1ZcD4BycCY9IgRMhZ2SnRiji5l6LKJ4C7JZoEWYyF35WQv-DUOjpxTWFUl-F_F64AEcoezTBa&sid=b19715fa32&rt=1676081773&tk=lkgLGqpn-jdeVwF3fcKB8VeugTAK1Cw_y8ewqqT2qjU
    but l3.py give me the same error

    @walpak can you show correct license url please, what it looks like?
    Quote Quote  
  8. Thanks a lot for @naim2007 suggestion, now i can get video and audio file.

    for license URL filter: widevine? copy URL and paste it on https://cdrm-project.com/ or wks-key project as fast as possible.
    Quote Quote  
  9. psaframe
    Join Date
    Mar 2021
    Location
    Algeria
    Search PM
    Originally Posted by Biggy4 View Post
    Thanks a lot for @naim2007 suggestion, now i can get video and audio file.

    for license URL filter: widevine? copy URL and paste it on https://cdrm-project.com/ or wks-key project as fast as possible.
    My pleasure bro. u are welcome
    Quote Quote  
  10. look like trueid just change key today
    Quote Quote  



Similar Threads

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