VideoHelp Forum


Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays! or rip iTunes movies!


Try StreamFab Downloader and download streaming video from Youtube, Netflix, Amazon! Download free trial.


+ Reply to Thread
Page 1 of 2
1 2 LastLast
Results 1 to 30 of 53
Thread
  1. Hey Guys.

    How can I save the video from this link?
    Link:https://abema.tv/live-event/6a61fff0-5c3b-4309-8f6b-56650034b5b0

    It seems that you can download it by tweaking the Steamlink plug-in (abematv), but it doesn't work.
    There seems to be an error at the "@pluginmatcher" part, but I don't know how to fix it.

    Apparently I don't need a key, but can I download this video?


    thanks.
    Quote Quote  
  2. Download with yt-dlp

    your key

    Code:
    96dddc11fd1e4134945530b64121955d:ae5ac7c6592414dad4ccad4e5b6e2077
    Last edited by cedric8528; 28th Nov 2022 at 14:04.
    Quote Quote  
  3. >cedric8528

    Thank you!
    I needed a key.

    Can you tell me how you got this key?
    Quote Quote  
  4. sorry.
    I've tried to find out how to do it myself, but I'm getting an error.
    can someone give me some advice?


    [Required data]
    Link:https://abema.tv/live-event/6a61fff0-5c3b-4309-8f6b-56650034b5b0

    MPD:
    https://vod-playout-abematv.akamaized.net/tokyo/v4/vod/channel/01GG7149MVRMVB2M6Z4VZP7...4981/index.mpd
    PSSH:AAAANHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABQIA RIQlt3cEf0eQTSUVTC2QSGVXQ==

    or
    https://vod-playout-abematv.akamaized.net/tokyo/v4/vod/channel/01GG7149MVRMVB2M6Z4VZP7...t/manifest.mpd
    PSSH:AAAANHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABQIA RIQlt3cEf0eQTSUVTC2QSGVXQ==

    (Which mpd file do you use....?Is the PSSH value the same for different mpd files?)

    license:https://license.ha.abema.io/playout/widevine?t=2yANenkN19jVce5komuSZTKbdcHsxUT27ErrDae...KxZphyL9QXWhLY


    I used the developer tools to get the license URL "cURL(bash)".
    After that, I got the header from the site below.
    https://curlconverter.com/

    [Acquired data]
    Code:
    import requests
    
    headers = {
        'Accept': '*/*',
        'Accept-Language': 'ja,en-US;q=0.9,en;q=0.8',
        'Connection': 'keep-alive',
        'Origin': 'https://abema.tv',
        'Referer': 'https://abema.tv/',
        '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/107.0.0.0 Safari/537.36',
        'content-type': 'application/x-www-form-urlencoded',
        'sec-ch-ua': '"Google Chrome";v="107", "Chromium";v="107", "Not=A?Brand";v="24"',
        'sec-ch-ua-mobile': '?0',
        'sec-ch-ua-platform': '"Windows"',
    }
    
    data = 'DLBo3let0uaz3Sac0uhVfl5_3uC_0S0iFS0_TuR-3Q0k3Ok13l5_FS5c3u0_0DB_TuRi0OfVfg29Itc1IDXZS6xuFh_eWX-udggICSNL3Qg0IuNyTea-YLNuYh_9UwP1SBxWSK4u0ZfVflfpTSfp0OfVfl5_0Qh_0ufzFDfrTue-3QCc06z_3uhiFS5i0u5_0uA1Tu5zCZfVfG4pdorqUo_6FX-W0OicFuBo3let0uaz3Sac0uaVfK1zUwALT62qUKjeFYAVCYgqUYa-CDPgWDXzU6r1doX-CDg9IDapWK4zFt3gWt4VFtCzFtIqIOjldQXpWK4VFL5cxzbt0SarS4ImS4IO0ezoDlxDDg5t0zxOFeg44B4PaeitFt3zIOjlbZjzdDkgbo1NIGaqWDXpdDIgbtapWYAefgkUYa  '
    
    response = requests.post('https://license.theoplayer.com/', headers=headers, data=data)
    [headers.py]
    Code:
    headers = {
        'Accept': '*/*',
        'Accept-Language': 'ja,en-US;q=0.9,en;q=0.8',
        'Connection': 'keep-alive',
        'Origin': 'https://abema.tv',
        'Referer': 'https://abema.tv/',
        '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/107.0.0.0 Safari/537.36',
        'content-type': 'application/x-www-form-urlencoded',
        'sec-ch-ua': '"Google Chrome";v="107", "Chromium";v="107", "Not=A?Brand";v="24"',
        'sec-ch-ua-mobile': '?0',
        'sec-ch-ua-platform': '"Windows"',
    }

    When l3.py is executed in this state, the following error occurs.
    Code:
    unable to parse license - check protobufs

    I don't know what's wrong with the mpd file, license URL, and header.
    please lend me your wisdom.

    Thank you.
    Quote Quote  
  5. mpd is useless to get key
    and pssh is the same (as you see)
    the pssh is related to the video, not to mpd. the pssh is unique

    and you get unable to parse license because i think ur cdm is dead
    this site it simple to get and don't required headers

    Image
    [Attachment 67896 - Click to enlarge]
    Quote Quote  
  6. Originally Posted by lomero View Post
    mpd is useless to get key
    and pssh is the same (as you see)
    the pssh is related to the video, not to mpd. the pssh is unique

    and you get unable to parse license because i think ur cdm is dead
    this site it simple to get and don't required headers

    Image
    [Attachment 67896 - Click to enlarge]

    thank you.

    When you say cdm is dead, does that mean that "widevinecdm.dll" doesn't support WKS-KEY?
    Also, how should I prepare a cdm that supports it?
    Quote Quote  
  7. Member
    Join Date
    Dec 2020
    Location
    Croatia
    Search PM
    he's talking about device_client_id_blob and device_private_key, the files necessary to get the keys
    if you don't have them then that's the reason why wks doesn't work

    to dump keys read through this thread:
    https://forum.videohelp.com/threads/404994-Decryption-and-the-Temple-of-Doom
    Quote Quote  
  8. I think you don't have valid L3 cdm

    You have to dump your L3 CDM from a Generic Android and put the 2 files obtained in WKS-KEYS

    look at this tutorial from Angela

    https://forum.videohelp.com/threads/404994-Decryption-and-the-Temple-of-Doom

    (you can also try with an old android mobile or Tablet)

    As Lomero says, your site doesn't need Specific Headers in WKS-Keys

    Look at my Headers.py

    Image
    [Attachment 67898 - Click to enlarge]


    Your video decrypted is on my computer....If you need it, I can upload it.
    Quote Quote  
  9. Originally Posted by ampersand View Post
    he's talking about device_client_id_blob and device_private_key, the files necessary to get the keys
    if you don't have them then that's the reason why wks doesn't work

    to dump keys read through this thread:
    https://forum.videohelp.com/threads/404994-Decryption-and-the-Temple-of-Doom

    Thank you.

    Things about cdm seemed very difficult, so I wanted to avoid it if possible, but that doesn't seem to be the case.

    Thanks for the forum link!
    I'll try and find out a little more.
    Quote Quote  
  10. Originally Posted by cedric8528 View Post
    I think you don't have valid L3 cdm

    You have to dump your L3 CDM from a Generic Android and put the 2 files obtained in WKS-KEYS

    look at this tutorial from Angela

    https://forum.videohelp.com/threads/404994-Decryption-and-the-Temple-of-Doom

    (you can also try with an old android mobile or Tablet)

    As Lomero says, your site doesn't need Specific Headers in WKS-Keys

    Look at my Headers.py

    Image
    [Attachment 67898 - Click to enlarge]


    Your video decrypted is on my computer....If you need it, I can upload it.

    Thank you.

    It looks like I have to do something about cdm...
    Thanks for the forum link as well.
    It seems a little difficult for me to understand, so I would like to read it carefully.
    (Forget the header for now)

    The first video I asked was able to be saved safely thanks to you telling me the key.
    Thanks for your concern.
    (Now I'm struggling to save another video from the same site)
    Quote Quote  
  11. Give us the link...I will give you keys
    Quote Quote  
  12. Originally Posted by cedric8528 View Post
    Give us the link...I will give you keys

    oh Thanks cedric8528....
    May I have the key to this video, please?

    Link:https://abema.tv/live-event/650b34c2-2203-44cd-875c-94039e5a5e28
    Quote Quote  
  13. Code:
    277de3d218c74a50a180eed645ab6b64:1003297becd29d331216eddaf0d195a7
    Quote Quote  
  14. Originally Posted by [ss]vegeta View Post
    Code:
    277de3d218c74a50a180eed645ab6b64:1003297becd29d331216eddaf0d195a7

    Thank you vegeta!
    I will continue deciphering the forums.
    Quote Quote  
  15. Long time no see.

    Since then, I've been searching for a way to get the key myself, but I haven't been successful yet...
    (see thread below)
    https://forum.videohelp.com/threads/404994-Decryption-and-the-Temple-of-Doom

    Mayor It's going to take a while, but I have a video that's about to expire
    Link:https://abema.tv/live-event/304c4c58-7504-4eb9-a715-d0056eff1f3d

    Can someone please give me the key?
    Quote Quote  
  16. Originally Posted by Starxx View Post
    Long time no see.

    Since then, I've been searching for a way to get the key myself, but I haven't been successful yet...
    (see thread below)
    https://forum.videohelp.com/threads/404994-Decryption-and-the-Temple-of-Doom

    Mayor It's going to take a while, but I have a video that's about to expire
    Link:https://abema.tv/live-event/304c4c58-7504-4eb9-a715-d0056eff1f3d

    Can someone please give me the key?
    Code:
    34a21fb412254e368ae1a765f86fbcdf:396c0b0187fae6a1ae9c50cea1e4eba2
    if you're having issues with getting a cdm, you could try using https://cdrm-project.com/
    its a clone of getwvkeys (but older code).
    the only problem is that abema.tv seems to be georestricted so you cant use the main page, you would need to use a script like this
    BUT the script needs to be fixed up as it currently doesnt work.
    Last edited by ElCap; 14th Dec 2022 at 21:17.
    Quote Quote  
  17. the keys for the first two videos

    Code:
    5eb91db1f19b4a5b88e3510202d744f4:20c6df3150fc552f0348d7c3d9b95570
    Code:
    5d09882993084fcbb57520225c628306:a71148829a60ae5e8dd911ad13311f5b
    Problem to the third video
    Last edited by cedric8528; 28th Dec 2022 at 12:57.
    Quote Quote  
  18. Thank you very much cedric8528 .
    I really appreciate you as it is about to expire.

    These have videos of 5 different cameras in addition to the main camera, can you please tell me the KEY of these?
    Quote Quote  
  19. Originally Posted by Muji- View Post
    I tried the method described here but could not get the key.
    Can someone please tell me the key for this video?

    Link:https://abema.tv/live-event/9c8643c5-0550-4219-8de2-6576b077f8f5
    Link:https://abema.tv/live-event/8f7fe9e8-a6ef-4590-b8c2-a221f6fd1f0a
    Link:https://abema.tv/live-event/0d62c9f4-e09a-4f22-bc6c-8ff450280d99

    What's the error you get when trying to get the keys?
    Quote Quote  
  20. Code:
    https://abema.tv/live-event/9c8643c5-0550-4219-8de2-6576b077f8f5
    [INFO] - [KID:KEY] : 5eb91db1f19b4a5b88e3510202d744f4:20c6df3150fc552f0348d7c3d9b95570
    [INFO] - [KID] : 5eb91db1f19b4a5b88e3510202d744f4
    [INFO] - [KEY] : 20c6df3150fc552f0348d7c3d9b95570
    
    https://abema.tv/live-event/8f7fe9e8-a6ef-4590-b8c2-a221f6fd1f0a
    [INFO] - [KID:KEY] : 5d09882993084fcbb57520225c628306:a71148829a60ae5e8dd911ad13311f5b
    [INFO] - [KID] : 5d09882993084fcbb57520225c628306
    [INFO] - [KEY] : a71148829a60ae5e8dd911ad13311f5b
    
    https://abema.tv/live-event/0d62c9f4-e09a-4f22-bc6c-8ff450280d99
    [INFO] - [KID:KEY] : 46a8fd2060b54cf7bd0d8e1642be9a60:81891309eb1662a316bb297978ca7c05
    [INFO] - [KID] : 46a8fd2060b54cf7bd0d8e1642be9a60
    [INFO] - [KEY] : 81891309eb1662a316bb297978ca7c05
    Last edited by andrewzhong; 29th Dec 2022 at 02:43.
    Quote Quote  
  21. Thank you so much andrewzhong.
    I was able to get the videos using KEYs.

    When I tried it myself, I was able to get PSSH from mpd, but could not get the license URL to work.
    It seems that I probably need Android.

    I would like to be able to do it myself, but I only have a few more days left to watch these videos, so I really appreciate you for the KEYs.


    For these LINKs, we can choose 5 different camera angles apart from the main camera by clicking on the button in the upper right corner of the video.
    I was able to get the videos for the main camera, but I would like to have videos for the other camera angles.
    Could you please tell me the KEY for those?

    Link: https://abema.tv/live-event/9c8643c5-0550-4219-8de2-6576b077f8f5
    Link: https://abema.tv/live-event/8f7fe9e8-a6ef-4590-b8c2-a221f6fd1f0a
    Link: https://abema.tv/live-event/0d62c9f4-e09a-4f22-bc6c-8ff450280d99
    Quote Quote  
  22. Just use the web browser and everything you need is in there.

    [License URL] : https://license.ha.abema.io/playout/widevine?t=E2qEmVFpq1s3L86atxc2o9Q7bGx9P4z5aspWfEz...urb8CwCtd5rqGi

    Originally Posted by Muji- View Post
    Thank you so much andrewzhong.
    I was able to get the videos using KEYs.

    When I tried it myself, I was able to get PSSH from mpd, but could not get the license URL to work.
    It seems that I probably need Android.

    I would like to be able to do it myself, but I only have a few more days left to watch these videos, so I really appreciate you for the KEYs.


    For these LINKs, we can choose 5 different camera angles apart from the main camera by clicking on the button in the upper right corner of the video.
    I was able to get the videos for the main camera, but I would like to have videos for the other camera angles.
    Could you please tell me the KEY for those?

    Link: https://abema.tv/live-event/9c8643c5-0550-4219-8de2-6576b077f8f5
    Link: https://abema.tv/live-event/8f7fe9e8-a6ef-4590-b8c2-a221f6fd1f0a
    Link: https://abema.tv/live-event/0d62c9f4-e09a-4f22-bc6c-8ff450280d99
    Quote Quote  
  23. Thanks for the reply andrewzhong .

    I entered PSSH and the License URL you gave me into https://cdrm-project.com/ but could not get the KEY.
    Is there something else I need besides the PSSH and License URL?

    Also, can you tell me how to get the License URL?
    Quote Quote  
  24. press F12 and you will find everything you need.
    There's a very good thread by Angela that you can learn from.

    i never used cdrm before. I run from my own script and cdms.

    Originally Posted by Muji- View Post
    Thanks for the reply andrewzhong .

    I entered PSSH and the License URL you gave me into https://cdrm-project.com/ but could not get the KEY.
    Is there something else I need besides the PSSH and License URL?

    Also, can you tell me how to get the License URL?
    Quote Quote  
  25. I gave up because it seems I need a rooted android to get cdm.
    But I am glad that I was able to get 3 videos with the KEY you gave me.
    Thank you very much for your kindness.
    Quote Quote  
  26. Originally Posted by Muji- View Post
    I gave up because it seems I need a rooted android to get cdm.
    But I am glad that I was able to get 3 videos with the KEY you gave me.
    Thank you very much for your kindness.
    you could try android studio instead - https://forum.videohelp.com/threads/408031-Dumping-Your-own-L3-CDM-with-Android-Studio


    heres the other keys:

    Link: https://abema.tv/live-event/9c8643c5-0550-4219-8de2-6576b077f8f5
    Code:
    5eb91db1f19b4a5b88e3510202d744f4:20c6df3150fc552f0348d7c3d9b95570
    72fe81ad1dba456c919b73f05113226d:e2133134fa9f5d226b0a4cac608715e8
    126c5c5cb08a406b9e249d1a7a71a2fd:0378aac11d01ca464c9033d5a66d4b90
    8a26126fc5364160a7d8d262057fb5b7:cc45e6e2a840cb854857f9d3ef5069fb
    17eda2bfd46e40b6af14ce0c11dbb8c0:434fb86051cb32db0ea7f76af985cf7a
    c3b238487301457d8fa169f921f421ad:c5984cc05f394053256f883dc33760fb
    Link: https://abema.tv/live-event/8f7fe9e8-a6ef-4590-b8c2-a221f6fd1f0a
    Code:
    5d09882993084fcbb57520225c628306:a71148829a60ae5e8dd911ad13311f5b
    9f1188f5cb3b4472938a019a5eb50500:a3897ba1d7c17c90807eb2764c0caca2
    557f5b5fef654770a8d6cd29f06fc91b:b0da35d1a30168cd3636466496328ba0
    e73a36297b4b4d5480c1423a5ca24e9e:13755529eb8d7da033d41592a79ace1b
    b49c4c8c9d5947e88877241bc438ac1c:a13a548d9144880c2c6e51a4ee13296b
    2d7ec7323a204312a804df6b49dd9f02:de86d32c07e2ae0a3502d246e96f2d12
    Link: https://abema.tv/live-event/0d62c9f4-e09a-4f22-bc6c-8ff450280d99
    Code:
    46a8fd2060b54cf7bd0d8e1642be9a60:81891309eb1662a316bb297978ca7c05
    e030ea87a1304d1c8f686b69afeffc39:be43920bae4008f783b75af7c4a08e7f
    75dc7e48864d4b5cacfa442dc346c78f:c9018da91cccf91c94c312bfef51d58e
    23192ba66e24446f8753f442ab002200:0ad83aa77697984838f673c8da422785
    1a6c8e20d095478ba220db56654518ec:b799f422e35cfe8c20c5bc3b28a0f30c
    1257e1a1d56c4dc4a13b47c37ce4d492:eec57ababbcfc989023074b59f5ef50e
    Quote Quote  
  27. Thank you so much ElCap!
    I am so glad because I worked on it for hours and gave up.
    I appreciate you taking the time to do this for me and being so kind.
    Thanks also for the LINK on how to do android studio.
    I will try to learn to do it myself.

    Everyone here is really kind.
    Thank you again.
    Quote Quote  
  28. It's been a long time, everyone.
    Since starting a new thread will get in the way, let me ask here.
    I've saved videos from various sites and I need help again.


    [Required data]
    Link:https://tv.dmm.com/vod/playback/?season=5479nelkep00260&content=5479nelkep00260dt05

    MPD:
    https://str.dmm.com/launchpad/st3.0:rmkjnGIg-s8-tSdjYzjoMWtFTiftQgo9quyMHtHesKtf9APGKT...-/manifest.mpd
    PSSH:AAAA6XBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAMkSE Hz53WG54DhHpYyBi3wmNnkitAF7InYiOiIyIiwiZmlkIjoiNTQ 3OW5lbGtlcDAwMjYwZHQwNCIsInN2aWQiOiJsYXVuY2hwYWQiL CJwbCI6ImV5SmtaV3hwZG1WeWVWOTBlWEJsSWpveExDSnhkV0Z zYVhSNUlqb3lMQ0owWldVaU9tWmhiSE5sTENKcGMxOWhibVFpT 25SeWRXVjkiLCJjcyI6Ijc2Mzc3MmMwZGYzNTkyNGVmM2Q4Y2Y 1ZGQwOWIwNjQ5In0=
    (Was PSSH this long?)

    License:https://mlic.dmm.com/drm/widevine/license


    I used the developer tools to get the license URL "cURL(bash)".
    After that, I got the header from the site below.
    https://curlconverter.com/

    [Acquired data]
    Code:
    import requests
    
    cookies = {
        'i3_ab': '2c3d2d7b-9d01-4473-80bd-a681c3f69365',
        'rieSh3Ee_ga': 'GA1.1.1999284060.1674524103',
        '_gcl_au': '1.1.319995237.1674524103',
        '_ts_yjad': '1674524103351',
        'FPID': 'FPID2.2.ro95BbtmW9u74%2B0%2FEd2rI1RvoHcNMwwbId4DorMTo9Y%3D.1674524103',
        'FPAU': '1.2.1037432886.1674524105',
        '_fbp': 'fb.1.1674524104490.1156149889',
        '_tt_enable_cookie': '1',
        '_ttp': 'CpNU-uxImBXVV4OBXT4yI5-u104',
        '_a1_f': '9bb74858-fdd2-4ee1-befe-13b1e4ccc58d',
        'cklg': 'ja',
        'app_uid': 'Z/6RoGPPNc2RECqnqctrAg==',
        'adpf_uid': 'fzWqXPQSYxrKUoHc',
        'INT_SESID_SECURE': 'Ag4DXBkVDwReRjZ7IhoIFV9XVAMTUAJRDwAEB1AbAgdVVh1SVFNRGgVSBgNLWgcHAQJbX1RSVQZREA5AWQMNEDBgcTQ2RA5eXlVVBVINAVJUVVECQlkNXhV7e2c8ZXJhKnASXQNcAw0fF1kBXBpmLyFGWUoLUAJeFQcMV1cDAFRaGQMAA14YA1JVBR8HDVFVSFwGXARTUgZSBgFSWhQMQVkNCkQPA1hVARY8WwIaCBVfVVADEycFVAdGA1hVXFhCGxYLFVhTDxUABjxbAhoIFV9VWBsEQQ8XDQUPERZFUkA8XVREWRUPBlJeQQQqXUopLTwaAHBQdgVgSgIRWEUNC1kWURMWDmpDDQkGEF1RCVdTU1YMA1cFVQMJRglSBw0QB0FACgsFVEMNCw0QXUsJVl9GQAJMHg%3D%3D',
        'secid': '6e76af427b59abdcc16037b4468189da',
        'login_secure_id': '6e76af427b59abdcc16037b4468189da',
        'login_session_id': '59d457f9-3fa8-461f-a5b3-8de50fbe44a9',
        'i3_opnd': '6LeyOHXx9A3BaWx7',
        'check_done_login': 'true',
        'alcb': 'true',
        'INT_SESID': 'Ag4DXBkVDwReRjZ7IhoIFV9XVAMTUAJRDwAEB1AbAgdVVh1SVFNRGgVSBgNLWgcHAQJbX1RSVQZREA5AWQMNEDBgcTQ2RA5eXlVVBVINAVJUVVECQlkNXhV7e2c8ZXJhKnASXQNcAg0fF1kBXBpmLyFGWUoLUAJeFQcMV1cDAFRaGQMAA14YA1JVBR8HDVFVSFwGXARTUgZSBgFSWhQMQVkNCkQPA1hVARY8WwIaCBVfVVADEycFVAdGA1hVXFhCGxYLFVhTDxUABjxbAhoIFV9VWBsEQQ8XDQUPERZFUkA8XVREWRUPBlJeQQQqXUopLTwaAHBQdgVgSgIRWEUNC1kWURMWDmpDDQkGEF1RCVdTU1YMA1cFVQMJRglSBw0QB0FACgsFVEMNCw0QXUsJVl9GQAJCWQVcDRBcQDxXUVQKWFkHFgNqWBMKBkBEA1FcVV8fRA%3D%3D',
        'cdp_id': '6LeyOHXx9A3BaWx7',
        'ckcy': '1',
        'dtmu': 'YToyOntzOjI6Iml2IjtzOjg6IhT1Em7HpdQkIjtzOjU6InZhbHVlIjtzOjI0OiISSVwxDtQ2LdC88n4XeUBVRl3SL25qZ18iO30',
        'dtmh': '3.35b545d558bc11991243f77c8d2b0f69147797576f6d7daf54ad31dbcc05426e',
        'AuthCookie': '',
        'dtms': '10',
        'FPLC': 'WH5nJ6q5ByG1TJx4VFiWmK8UtsrqUH8UHatCmIne%2FsfLdAasXD0Haxj6AeVK3pKaNe%2FnDhhZjv4RaMNX25oIW%2FpP%2BTTA78umNG8S7P7GxchbedXTjeNjxXZ%2BzA4lsQ%3D%3D',
        'suid': 'CWSRjzbpWZAGxwTabFoQ',
        'ixd_lastclick': '6796,1674705916',
        'cto_bundle': 'JxNzsF92WHc4RzFnQ2JlWWpUU0FrJTJCJTJGb0ElMkY2akJkdkVwYVowc0hRZEJMc1M2akM0akcxdW84cmkwN1dJelBPb3A2bldLZVhmQTdiOUp4UWx0dU52emxCMDJHbiUyQnpnbFBQZG1FZnlJQ1cySGkxT3pZOUphTnVSYkRhciUyRlZ1d2JrZnpKSHBCcUtGN2RyUkNGciUyRnpFVWp6T2hpbFElM0QlM0Q',
        'rieSh3Ee_ga_KQYE0DE5JW': 'GS1.1.1674710227.7.1.1674711022.0.0.0',
        '__ast_prm': '__t_1674711023961_%7B%22uuid%22%3A%22462551cc-8a2f-4fa5-9a14-f30610cf22b6%22%2C%22yid%22%3A%226dc0b6a7f711241b%22%7D',
    }
    
    headers = {
        'authority': 'mlic.dmm.com',
        'accept': '*/*',
        'accept-language': 'ja,en-US;q=0.9,en;q=0.8',
        # 'cookie': 'i3_ab=2c3d2d7b-9d01-4473-80bd-a681c3f69365; rieSh3Ee_ga=GA1.1.1999284060.1674524103; _gcl_au=1.1.319995237.1674524103; _ts_yjad=1674524103351; FPID=FPID2.2.ro95BbtmW9u74%2B0%2FEd2rI1RvoHcNMwwbId4DorMTo9Y%3D.1674524103; FPAU=1.2.1037432886.1674524105; _fbp=fb.1.1674524104490.1156149889; _tt_enable_cookie=1; _ttp=CpNU-uxImBXVV4OBXT4yI5-u104; _a1_f=9bb74858-fdd2-4ee1-befe-13b1e4ccc58d; cklg=ja; app_uid=Z/6RoGPPNc2RECqnqctrAg==; adpf_uid=fzWqXPQSYxrKUoHc; INT_SESID_SECURE=Ag4DXBkVDwReRjZ7IhoIFV9XVAMTUAJRDwAEB1AbAgdVVh1SVFNRGgVSBgNLWgcHAQJbX1RSVQZREA5AWQMNEDBgcTQ2RA5eXlVVBVINAVJUVVECQlkNXhV7e2c8ZXJhKnASXQNcAw0fF1kBXBpmLyFGWUoLUAJeFQcMV1cDAFRaGQMAA14YA1JVBR8HDVFVSFwGXARTUgZSBgFSWhQMQVkNCkQPA1hVARY8WwIaCBVfVVADEycFVAdGA1hVXFhCGxYLFVhTDxUABjxbAhoIFV9VWBsEQQ8XDQUPERZFUkA8XVREWRUPBlJeQQQqXUopLTwaAHBQdgVgSgIRWEUNC1kWURMWDmpDDQkGEF1RCVdTU1YMA1cFVQMJRglSBw0QB0FACgsFVEMNCw0QXUsJVl9GQAJMHg%3D%3D; secid=6e76af427b59abdcc16037b4468189da; login_secure_id=6e76af427b59abdcc16037b4468189da; login_session_id=59d457f9-3fa8-461f-a5b3-8de50fbe44a9; i3_opnd=6LeyOHXx9A3BaWx7; check_done_login=true; alcb=true; INT_SESID=Ag4DXBkVDwReRjZ7IhoIFV9XVAMTUAJRDwAEB1AbAgdVVh1SVFNRGgVSBgNLWgcHAQJbX1RSVQZREA5AWQMNEDBgcTQ2RA5eXlVVBVINAVJUVVECQlkNXhV7e2c8ZXJhKnASXQNcAg0fF1kBXBpmLyFGWUoLUAJeFQcMV1cDAFRaGQMAA14YA1JVBR8HDVFVSFwGXARTUgZSBgFSWhQMQVkNCkQPA1hVARY8WwIaCBVfVVADEycFVAdGA1hVXFhCGxYLFVhTDxUABjxbAhoIFV9VWBsEQQ8XDQUPERZFUkA8XVREWRUPBlJeQQQqXUopLTwaAHBQdgVgSgIRWEUNC1kWURMWDmpDDQkGEF1RCVdTU1YMA1cFVQMJRglSBw0QB0FACgsFVEMNCw0QXUsJVl9GQAJCWQVcDRBcQDxXUVQKWFkHFgNqWBMKBkBEA1FcVV8fRA%3D%3D; cdp_id=6LeyOHXx9A3BaWx7; ckcy=1; dtmu=YToyOntzOjI6Iml2IjtzOjg6IhT1Em7HpdQkIjtzOjU6InZhbHVlIjtzOjI0OiISSVwxDtQ2LdC88n4XeUBVRl3SL25qZ18iO30; dtmh=3.35b545d558bc11991243f77c8d2b0f69147797576f6d7daf54ad31dbcc05426e; AuthCookie=; dtms=10; FPLC=WH5nJ6q5ByG1TJx4VFiWmK8UtsrqUH8UHatCmIne%2FsfLdAasXD0Haxj6AeVK3pKaNe%2FnDhhZjv4RaMNX25oIW%2FpP%2BTTA78umNG8S7P7GxchbedXTjeNjxXZ%2BzA4lsQ%3D%3D; suid=CWSRjzbpWZAGxwTabFoQ; ixd_lastclick=6796,1674705916; cto_bundle=JxNzsF92WHc4RzFnQ2JlWWpUU0FrJTJCJTJGb0ElMkY2akJkdkVwYVowc0hRZEJMc1M2akM0akcxdW84cmkwN1dJelBPb3A2bldLZVhmQTdiOUp4UWx0dU52emxCMDJHbiUyQnpnbFBQZG1FZnlJQ1cySGkxT3pZOUphTnVSYkRhciUyRlZ1d2JrZnpKSHBCcUtGN2RyUkNGciUyRnpFVWp6T2hpbFElM0QlM0Q; rieSh3Ee_ga_KQYE0DE5JW=GS1.1.1674710227.7.1.1674711022.0.0.0; __ast_prm=__t_1674711023961_%7B%22uuid%22%3A%22462551cc-8a2f-4fa5-9a14-f30610cf22b6%22%2C%22yid%22%3A%226dc0b6a7f711241b%22%7D',
        'origin': 'https://tv.dmm.com',
        'referer': 'https://tv.dmm.com/',
        'sec-ch-ua': '"Not?A_Brand";v="8", "Chromium";v="108", "Google Chrome";v="108"',
        'sec-ch-ua-mobile': '?1',
        'sec-ch-ua-platform': '"Android"',
        'sec-fetch-dest': 'empty',
        'sec-fetch-mode': 'cors',
        'sec-fetch-site': 'same-site',
        'user-agent': 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Mobile Safari/537.36',
        'content-type': 'application/x-www-form-urlencoded',
    }
    
    data = '\b\x04'
    
    response = requests.post('https://mlic.dmm.com/drm/widevine/license', cookies=cookies, headers=headers, data=data)
    [headers.py]
    Code:
    headers = {
        'authority': 'mlic.dmm.com',
        'accept': '*/*',
        'accept-language': 'ja,en-US;q=0.9,en;q=0.8',
        # 'cookie': 'i3_ab=2c3d2d7b-9d01-4473-80bd-a681c3f69365; rieSh3Ee_ga=GA1.1.1999284060.1674524103; _gcl_au=1.1.319995237.1674524103; _ts_yjad=1674524103351; FPID=FPID2.2.ro95BbtmW9u74%2B0%2FEd2rI1RvoHcNMwwbId4DorMTo9Y%3D.1674524103; FPAU=1.2.1037432886.1674524105; _fbp=fb.1.1674524104490.1156149889; _tt_enable_cookie=1; _ttp=CpNU-uxImBXVV4OBXT4yI5-u104; _a1_f=9bb74858-fdd2-4ee1-befe-13b1e4ccc58d; cklg=ja; app_uid=Z/6RoGPPNc2RECqnqctrAg==; adpf_uid=fzWqXPQSYxrKUoHc; INT_SESID_SECURE=Ag4DXBkVDwReRjZ7IhoIFV9XVAMTUAJRDwAEB1AbAgdVVh1SVFNRGgVSBgNLWgcHAQJbX1RSVQZREA5AWQMNEDBgcTQ2RA5eXlVVBVINAVJUVVECQlkNXhV7e2c8ZXJhKnASXQNcAw0fF1kBXBpmLyFGWUoLUAJeFQcMV1cDAFRaGQMAA14YA1JVBR8HDVFVSFwGXARTUgZSBgFSWhQMQVkNCkQPA1hVARY8WwIaCBVfVVADEycFVAdGA1hVXFhCGxYLFVhTDxUABjxbAhoIFV9VWBsEQQ8XDQUPERZFUkA8XVREWRUPBlJeQQQqXUopLTwaAHBQdgVgSgIRWEUNC1kWURMWDmpDDQkGEF1RCVdTU1YMA1cFVQMJRglSBw0QB0FACgsFVEMNCw0QXUsJVl9GQAJMHg%3D%3D; secid=6e76af427b59abdcc16037b4468189da; login_secure_id=6e76af427b59abdcc16037b4468189da; login_session_id=59d457f9-3fa8-461f-a5b3-8de50fbe44a9; i3_opnd=6LeyOHXx9A3BaWx7; check_done_login=true; alcb=true; INT_SESID=Ag4DXBkVDwReRjZ7IhoIFV9XVAMTUAJRDwAEB1AbAgdVVh1SVFNRGgVSBgNLWgcHAQJbX1RSVQZREA5AWQMNEDBgcTQ2RA5eXlVVBVINAVJUVVECQlkNXhV7e2c8ZXJhKnASXQNcAg0fF1kBXBpmLyFGWUoLUAJeFQcMV1cDAFRaGQMAA14YA1JVBR8HDVFVSFwGXARTUgZSBgFSWhQMQVkNCkQPA1hVARY8WwIaCBVfVVADEycFVAdGA1hVXFhCGxYLFVhTDxUABjxbAhoIFV9VWBsEQQ8XDQUPERZFUkA8XVREWRUPBlJeQQQqXUopLTwaAHBQdgVgSgIRWEUNC1kWURMWDmpDDQkGEF1RCVdTU1YMA1cFVQMJRglSBw0QB0FACgsFVEMNCw0QXUsJVl9GQAJCWQVcDRBcQDxXUVQKWFkHFgNqWBMKBkBEA1FcVV8fRA%3D%3D; cdp_id=6LeyOHXx9A3BaWx7; ckcy=1; dtmu=YToyOntzOjI6Iml2IjtzOjg6IhT1Em7HpdQkIjtzOjU6InZhbHVlIjtzOjI0OiISSVwxDtQ2LdC88n4XeUBVRl3SL25qZ18iO30; dtmh=3.35b545d558bc11991243f77c8d2b0f69147797576f6d7daf54ad31dbcc05426e; AuthCookie=; dtms=10; FPLC=WH5nJ6q5ByG1TJx4VFiWmK8UtsrqUH8UHatCmIne%2FsfLdAasXD0Haxj6AeVK3pKaNe%2FnDhhZjv4RaMNX25oIW%2FpP%2BTTA78umNG8S7P7GxchbedXTjeNjxXZ%2BzA4lsQ%3D%3D; suid=CWSRjzbpWZAGxwTabFoQ; ixd_lastclick=6796,1674705916; cto_bundle=JxNzsF92WHc4RzFnQ2JlWWpUU0FrJTJCJTJGb0ElMkY2akJkdkVwYVowc0hRZEJMc1M2akM0akcxdW84cmkwN1dJelBPb3A2bldLZVhmQTdiOUp4UWx0dU52emxCMDJHbiUyQnpnbFBQZG1FZnlJQ1cySGkxT3pZOUphTnVSYkRhciUyRlZ1d2JrZnpKSHBCcUtGN2RyUkNGciUyRnpFVWp6T2hpbFElM0QlM0Q; rieSh3Ee_ga_KQYE0DE5JW=GS1.1.1674710227.7.1.1674711022.0.0.0; __ast_prm=__t_1674711023961_%7B%22uuid%22%3A%22462551cc-8a2f-4fa5-9a14-f30610cf22b6%22%2C%22yid%22%3A%226dc0b6a7f711241b%22%7D',
        'origin': 'https://tv.dmm.com',
        'referer': 'https://tv.dmm.com/',
        'sec-ch-ua': '"Not?A_Brand";v="8", "Chromium";v="108", "Google Chrome";v="108"',
        'sec-ch-ua-mobile': '?1',
        'sec-ch-ua-platform': '"Android"',
        'sec-fetch-dest': 'empty',
        'sec-fetch-mode': 'cors',
        'sec-fetch-site': 'same-site',
        'user-agent': 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Mobile Safari/537.36',
        'content-type': 'application/x-www-form-urlencoded',
    }
    When l3.py is executed in this state, the following error occurs.(Same error as previous question!)
    Code:
    unable to parse license - check protobufs
    I also replaced "device_client_id_blob" and "device_private_key" as I told you last time in this forum, but what was wrong?
    https://forum.videohelp.com/threads/404994-Decryption-and-the-Temple-of-Doom

    I'll send you the credentials if needed, as the video may not be playable.
    Please lend me your wisdom.


    Thank you.
    Quote Quote  
  29. pm me the credentials. i get you the keys
    Quote Quote  



Similar Threads

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