VideoHelp Forum
+ Reply to Thread
Page 1 of 3
1 2 3 LastLast
Results 1 to 30 of 67
Thread
  1. Hello,

    I want tot download a video from free French site 6Play (you have to register though):
    https://www.6play.fr/un-diner-presque-parfait-p_820/j5-speciale-voyage-dans-le-temps-c_12905900

    I found two mpd links :

    https://lbcdn.6cloud.fr/resource/m6web/s/m6web/output/1/1/5/1150b9ec278dc0e5111d2a7c28...vq7DsPBkwoCyp0

    https://6play.vod.6cloud.fr/m6web/output/1/1/5/1150b9ec278dc0e5111d2a7c2893b7c8407b8c1...0p_dash_v1.mpd

    I can download video+audio with N_m3u8DL-CLI, the audio is not encrypted but the video is. I can't find any keys with Chrome/Wide guesser...

    Can someone help me please?
    Quote Quote  
  2. login: joconik997@jasmne.com
    passw: joconik997@jasmne.comM

    also yt-dlp work fine

    Code:
    yt-dlp --allow-u https://th2-edge-01.cdn.m6web.fr/m6web/output/1/1/5/1150b9ec278dc0e5111d2a7c2893b7c8407b8c1ece994e64721f317cf74e8967/static/c12905900_web_drm_720p_dash_v1.mpd?st=5stkKwV6sHohyOvVrrGSKQ&e=1637640815
    key
    Code:
    61c56be95b31712f7126fa7ddd61dad7:fca3cf058193fa09235443539aa62781
    Code:
    9ffc9dc02244383aad65e6a6683ae487:fda7c24a9064eca23ea62745840ad8ca
    Last edited by lomero; 22nd Nov 2021 at 14:09.
    Quote Quote  
  3. Thank you, but none of the key seems to work with the video.

    Code:
    mp4decrypt --key 1:61c56be95b31712f7126fa7ddd61dad7:fca3cf058193fa09235443539aa62781 --show-progress s1e1.mp4 s1e1a.mp4
    The video is playing but I have all these weird colors
    Image
    [Attachment 61962 - Click to enlarge]


    Edit : just to let you know I tried this with another video, so I don't know if it matters as I thought key is thee same for all videos
    Last edited by Hakunamatata67; 22nd Nov 2021 at 15:35.
    Quote Quote  
  4. Originally Posted by Hakunamatata67 View Post
    Thank you, but none of the key seems to work with the video.

    Code:
    mp4decrypt --key 1:61c56be95b31712f7126fa7ddd61dad7:fca3cf058193fa09235443539aa62781 --show-progress s1e1.mp4 s1e1a.mp4
    Edit : just to let you know I tried this with another video, so I don't know if it matters as I thought key is thee same for all videos
    Code:
    mp4decrypt --key 61c56be95b31712f7126fa7ddd61dad7:fca3cf058193fa09235443539aa62781 --show-progress s1e1.mp4 s1e1a.mp4
    Quote Quote  
  5. �� Does the key works for all videos with your account? All does it change with each video?
    Quote Quote  
  6. Originally Posted by Hakunamatata67 View Post
    �� Does the key works for all videos with your account? All does it change with each video?
    I haven't got an account, I was pointing out an error in the syntax. Highlighted in RED. I dont know if these are the correct keys or not.

    Edited:

    As Lomero says below - do not decrypt the merged mp4.

    Decrypt video
    Decrypt audio
    Merge decrypted video + decrypted audio with ffmpeg
    Last edited by codehound; 22nd Nov 2021 at 17:20.
    Quote Quote  
  7. first: your code are incorrect, as says codehound
    second: --show-progress not needed
    tirth: i have give you 2 key, then you need 2 key to decrypt, not only one

    you have video.mp4 AND audio.m4a right? then video:
    Code:
    mp4decrypt --key 61c56be95b31712f7126fa7ddd61dad7:fca3cf058193fa09235443539aa62781 --key 9ffc9dc02244383aad65e6a6683ae487:fda7c24a9064eca23ea62745840ad8ca s1e1.mp4 s1e1a.mp4
    and audio:
    Code:
    mp4decrypt --key 61c56be95b31712f7126fa7ddd61dad7:fca3cf058193fa09235443539aa62781 --key 9ffc9dc02244383aad65e6a6683ae487:fda7c24a9064eca23ea62745840ad8ca audio_s1e1.m4a audio_s1e1a.m4a
    then merge with ffmpeg:
    Code:
    ffmpeg -i s1e1a.mp4 -i audio_s1e1a.m4a -c:v copy -c:a aac final_video.mp4


    @ codehound & other user:
    if you want try i give you login data on post#2
    Quote Quote  
  8. Originally Posted by lomero View Post
    second: --show-progress not needed
    Not needed, but I am sure was fixed last year in a Pull request (?) in the original Bento4 unix decrypter on Github

    'Panda' modded Windows mp4decrypt.exe which is flavour of the month with a sexy progress bar; often mis-reports audio decryption as 96% when its 100% complete. So what else is buggy inside it ?

    Latest Bento4 Windows Binaries
    https://www.bok.net/Bento4/binaries/Bento4-SDK-1-6-0-639.x86_64-microsoft-win32.zip
    Last edited by codehound; 22nd Nov 2021 at 17:32.
    Quote Quote  
  9. Thank you lomero! It worked for this video, but I tried another one (https://www.6play.fr/un-diner-presque-parfait-p_820/emission-du-26-octobre-c_12775209), the keys don't seem to work with it.
    Can you explain me how to find the keys please? I tried Chrome/widewine guesser, it won't find anything.
    Quote Quote  
  10. your fuc*ing site have a lot of advertising before play right video ...

    anyway i have already says how to get key with new CDM ... read some old post on this forum and you find answers to your questions.

    to this latest video, keys are:

    Code:
    0c91afa7d9e7aeab325a44b684516303:18886c013780d428ddcf743605acce33
    Code:
    cca6a7bf2db6a3302f22a8b37f39ce50:ee0c106210955a7fcfb020c698756bee
    Quote Quote  
  11. Yes the ads are annoying as f**k

    I followed the instructions, replaced the CDM files with old ones. With Chrome I can see the keys on, for example, Vdocipher, but I can't see the keys on 6Play
    I saw you talked about Waterfox, but I couldn't find guesser for Firefox-based browsers.
    Quote Quote  
  12. try with excellent brave browser.
    guesser not work with major browser (chrome, FF), but work with other some browser (ever with old CDM). hard way lis finding the right browser.
    but with this post i have already told you here what you need.
    Quote Quote  
  13. Hello Hakunamatata,

    I used to download vidéos on 6play (with f***ing ads )

    I use Firefox browser with old cdm (since 1 week) and It works fine... I see the keys on the console.

    Cédric.
    Quote Quote  
  14. Originally Posted by lomero View Post
    try with excellent brave browser.
    guesser not work with major browser (chrome, FF), but work with other some browser (ever with old CDM). hard way lis finding the right browser.
    but with this post i have already told you here what you need.
    hello lomero, sorry i'm new here, i follow your instructions and i try to get the keys for this video but it doesnt work with brave and guesser extension. I might do it wrong, if you could explain to me. Thank you for all your work and tips on this forum!

    Code:
    https://www.6play.fr/66-minutes-p_825/grand-format-emission-du-05-janvier-c_12567589
    mpd:
    Code:
    yt-dlp --allow-u https://th2-edge-01.cdn.m6web.fr/m6/output/d/7/e/d7eb51b79ef7ad107dda9cc111762a9fa86d58d013c7df7768cf0f6e9d038fce/static/c12567589_web_drm_720p_dash_v1.mpd?st=MUunGm5v3u66JcE6SXGlnA&e=1641674986
    Quote Quote  
  15. @olmads

    hello lomero, sorry i'm new here, i follow your instructions and i try to get the keys for this video but it doesnt work with brave and guesser extension. I might do it wrong, if you could explain to me. Thank you for all your work and tips on this forum!
    This has stopped working for all browsers from brave to timid.

    With respect to guesser, you guessed it, it died.

    Glad that you followed Lomero's instructions because he also suggested to do some more reading.

    Hint: follow the thread with 40 odd and extremely odd pages.
    Quote Quote  
  16. Do not send me DM's
    Join Date
    Dec 2021
    Location
    Tórshavn
    Search Comp PM
    main url
    HTML Code:
    https://www.6play.fr/66-minutes-p_825/grand-format-emission-du-05-janvier-c_12567589
    mpd
    Code:
    https://6play.vod.6cloud.fr/m6/output/d/7/e/d7eb51b79ef7ad107dda9cc111762a9fa86d58d013c7df7768cf0f6e9d038fce/static/c12567589_web_drm_720p_dash_v1.mpd
    license
    Code:
    https://lic.drmtoday.com/license-proxy-widevine/cenc/
    pssh
    Code:
    AAAAbXBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAE0IARIQrPrUMRHBl05TnMocVhirDBoIY2FzdGxhYnMiJGV5SmhjM05sZEVsa0lqb2lZMnhwY0Y4eE1qVTJOelU0T1NKOTIHZGVmYXVsdA==
    good luck
    Quote Quote  
  17. Originally Posted by jack_666 View Post
    @olmads

    hello lomero, sorry i'm new here, i follow your instructions and i try to get the keys for this video but it doesnt work with brave and guesser extension. I might do it wrong, if you could explain to me. Thank you for all your work and tips on this forum!
    This has stopped working for all browsers from brave to timid.

    With respect to guesser, you guessed it, it died.

    Glad that you followed Lomero's instructions because he also suggested to do some more reading.

    Hint: follow the thread with 40 odd and extremely odd pages.
    thank you i will try to read and understand this topic.



    Originally Posted by Sorenb View Post
    main url
    HTML Code:
    https://www.6play.fr/66-minutes-p_825/grand-format-emission-du-05-janvier-c_12567589
    mpd
    Code:
    https://6play.vod.6cloud.fr/m6/output/d/7/e/d7eb51b79ef7ad107dda9cc111762a9fa86d58d013c7df7768cf0f6e9d038fce/static/c12567589_web_drm_720p_dash_v1.mpd
    license
    Code:
    https://lic.drmtoday.com/license-proxy-widevine/cenc/
    pssh
    Code:
    AAAAbXBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAE0IARIQrPrUMRHBl05TnMocVhirDBoIY2FzdGxhYnMiJGV5SmhjM05sZEVsa0lqb2lZMnhwY0Y4eE1qVTJOelU0T1NKOTIHZGVmYXVsdA==
    good luck
    thank you too; i will try understand what to do with it, sorry i'm new here and a total noob, i'm quite lost.
    Quote Quote  
  18. you need only key for this video or you want learn a method?
    if you need key only do first to ask directly that you do not read all the pages of that thread ...
    but if you want to understand the method, then good reading!
    Last edited by lomero; 9th Jan 2022 at 11:42.
    Quote Quote  
  19. Originally Posted by lomero View Post
    you need only key for this vodeo or you want learn a method?
    if you need key only do first to ask directly that you do not read all the pages of that thread ...
    but if you want to understand the method, then good reading!
    yes i need keys for this video mainly and yes i want to learn the method as well for me.

    Thank you
    Last edited by olmads; 8th Jan 2022 at 11:49.
    Quote Quote  
  20. got this error on http://getwvkeys.herokuapp.com/

    Originally Posted by Sorenb View Post
    main url
    HTML Code:
    https://www.6play.fr/66-minutes-p_825/grand-format-emission-du-05-janvier-c_12567589
    mpd
    Code:
    https://6play.vod.6cloud.fr/m6/output/d/7/e/d7eb51b79ef7ad107dda9cc111762a9fa86d58d013c7df7768cf0f6e9d038fce/static/c12567589_web_drm_720p_dash_v1.mpd
    license
    Code:
    https://lic.drmtoday.com/license-proxy-widevine/cenc/
    pssh
    Code:
    AAAAbXBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAE0IARIQrPrUMRHBl05TnMocVhirDBoIY2FzdGxhYnMiJGV5SmhjM05sZEVsa0lqb2lZMnhwY0Y4eE1qVTJOelU0T1NKOTIHZGVmYXVsdA==
    good luck
    Error 404:<br><!doctype html><html lang="fr"><head><title>État HTTP 412 – Erreur dans la pré-condition</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>État HTTP 412 – Erreur dans la pré-condition</h1></body></html>
    with header
    Accept-Encoding: gzip, deflate, br
    Accept-Language: fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7,ko;q=0.6,de;q=0.5
    Connection: keep-alive
    Content-Length: "4248"
    Origin: https://www.6play.fr
    Referer: https://www.6play.fr/
    User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36
    Quote Quote  
  21. Member
    Join Date
    Jan 2022
    Location
    France
    Search PM
    Hello

    I reply on this topic since it is the most recent concerning this channel on this forum.

    I tried since several days to catch a video, I started on a previous episode of this serie than the link below earlier this week, because the episodes are available only one week after their broadcasting; so now I try to download this one:

    (the country is France)

    link :

    Code:
    https://www.6play.fr/why-women-kill-p_16509/s2-e7-le-piege-se-referme-c_12913744
    license server url:

    Code:
    https://lic.drmtoday.com/license-proxy-widevine/cenc/
    mpd:

    Code:
    https://th2-edge-01.cdn.bedrock.tech/m6web/output/b/8/2/b82ca1952e0b67dc8ccda9536347de8c253d0f4be98f61fcffada86103139ddb/static/c12913744_web_drm_540p_dash_v1.mpd
    I found the following pssh on the mpd

    Code:
    AAAAbXBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAE0IARIQ6XflxvNJzmgn/+6ygYVwHxoIY2FzdGxhYnMiJGV5SmhjM05sZEVsa0lqb2lZMnhwY0Y4eE1qa3hNemMwTkNKOTIHZGVmYXVsdA==
    but I'm pretty shure this is not the correct one;

    I also used the following header:

    Code:
    Accept-Encoding: gzip, deflate, br
    Accept-Language: fr-FR,fr;q=0.9
    Connection: keep-alive
    Content-Length: 5416
    Host: lic.drmtoday.com
    Origin: https://www.6play.fr
    Referer: https://www.6play.fr/
    Sec-Fetch-Dest: empty
    Sec-Fetch-Mode: cors
    Sec-Fetch-Site: cross-site
    Sec-GPC: 1
    User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36
    I found only one KID on the mpd so normally I should only need one <id>:<key>, no? because only the video file is encrypted, when downloading the audio tracks, one can listen to it without decrypting it. But I was able to have 3 different keys and they don't work for decrypting the video file;

    another thing is that I find only one way to download the "crypted" video file, when using ffmpeg; I mean, when doing this, if I read the file with vlc, I can see blurry and green images like we can look on certain caps of this thread; when I used Yt-dlp or N_m3u8DL-CLI, I have a mp4 file of 700MB on my hard drive but when opening it with vlc, nothing appears on the screen, just the cursor running

    so my question is: can someone try to recover the key for this file and just say me which pssh use for that and the way to recover this pssh? I tried with the 2 different pssh on the mpd (one short and one long, but it seems that the long one is the same for all the videos available on this site), or even with converting it using the pytton script supplied in the big topic on this forum (calculated with the KID); but it still doesn't work. And also can you say me if the header that I mentionned is correct?

    thanks so much for any help
    Quote Quote  
  22. The short PSSH is the good one

    your key

    Code:
    e977e5c6f349ce6827ffeeb28185701f:5aa8dbbdaf85c648a700c6ae7ddea328
    Quote Quote  
  23. Member
    Join Date
    Jan 2022
    Location
    France
    Search PM
    it works!!! thank so much!!

    at least I'm sure that the pssh is the good one, thanks for that

    I think that the http://getwvkeys.cc/ site don't work at all for finding the key because I don't manage to do it, maybe you used the WKS-KEYS script? but that it's necessary to have the very difficult cdm for doing this?

    anyway, thank you once again for giving me the key, it was not possible to decrypt the ffmpeg-green screen crypted file, but it work on that downloaded with yt-dlp

    PS: considering your name, you should be french!
    Quote Quote  
  24. Since the last update of Notaghost's tool, I can't find 6play key anymore.
    I use python script and valid cdm.

    Bon dimanche
    Quote Quote  
  25. Member
    Join Date
    Jan 2022
    Location
    France
    Search PM
    thank you for answer!

    I see on the big thread how to do now with the script and how to have valid cdm's, I have all the informations after reading a lot of pages during the past 10 days! not easy to understand but with time it's possible!

    bon dimanche à toi aussi!
    Quote Quote  
  26. it works for 6play with the site http://getwvkeys.cc/ without problem but it is better to learn and use the WKS script with your own CDM. For license url use like this https://lic.drmtoday.com/license-proxy-widevine/cenc/?specConform=true

    Example of use in image
    https://i.ibb.co/3rTRTgN/a29f1de8063ebde72a9c1f3d924b289e.png

    1st key for SD version from 360p to 720p
    2nd key 1080p version

    Most of the time you will only have 1 key for the SD 540p version
    Last edited by STRiCK3R; 30th Jan 2022 at 13:15.
    Quote Quote  
  27. Member
    Join Date
    Jan 2022
    Location
    France
    Search PM
    1st, thanks for answering, I really appreciate your help

    after spending so much time (almost starting from 0...) understading how this whole stuff works, for sure I will continue now and try to grab my own CDMs, I will not give up so close to the end! not later than yesterday morning I still did not understand why some people in some posts were talking about their phone, maybe because I did not read all the necessary pages, but now I got it! I will try to use my old xiaomi for this.

    I tried with the same license url as you, but still did not work as you can see:

    https://i.goopics.net/jq2l5y.png

    I tried with different headers: with the full one rearranged as necessary with keeping only the following field: Accept-Encoding, Accept-Language, Content-Length (with the number under quotation marks), Origin, Referer and User-Agent; I also tried without, and only with (like it seems to be on your cap) the "x-dt-auth-token" field. And I noticed that some of those fields changed if I take these informations from Firefox or from Brave. But in any case I still have this "cached PSSH", the 3 lines of <KID>:<KEY> pairs with none having he right KID, and also something very weird, the "license" field under my "cached PSSH" is not this that I supplied in the upper license field, in your case both are the same; I tried with 4 different browsers, also tried to clean the cache, but nothing to do, I can't figure it out.
    Last edited by colebri; 30th Jan 2022 at 18:15.
    Quote Quote  
  28. untick the 'Cache:' box

    It seems like that cache setting is to check the sites database first for something that matches the pssh, regardless of the license url.
    The problem is that if you send any pssh to the default license url 'https://widevine-proxy.appspot.com/proxy' it will return those same 3 keys and the site will cache it in its database.
    (it seems to only keep the last record for any pssh/key that was retrieved successfully).
    The issue is that the default setting when you load the page is that its ticked, so as you found out if the pssh is cached incorrectly (with that default license url) you wont be able to get the proper key unless you untick it.

    As Strick3r mentioned, the only header you need for that license server with that site is a valid x-dt-auth-token (they expire after some time too).
    Quote Quote  
  29. Member
    Join Date
    Jan 2022
    Location
    France
    Search PM
    thank you so much for this very clear explanation, it works now!

    I should have think to untick this option since the "cached" should have given me a hint! I thought I tried to untick it during my different tests but obviously it was not the case!

    I would like to ask 2 more questions about this:

    1. how do you know what kind of header to use for each site? I mean, for 6play you only need the x-dt-auth-token, but for other one this one doen't matter, and you should use the Accept-Encoding, Accept-Language etc fields?

    2. I saved the previous episode of this serie on my HD (which is no longer available on the site) as well as the mpd; of course I'm not able to get the key for it since the site requires an "expirable" token as headers as you mentionned, which can only be provided for my knowledge by the dev mode of my browser during the running session. I think it would be the same when using WKS script with the preliminary step being to fill in the "headers.py" which also would require the formentionned token. Do you think it would be possible to recover the key by any way?

    Once again, I will thank you all to giving all of this help, you guys on this site are really doing a great job!
    Last edited by colebri; 31st Jan 2022 at 07:46.
    Quote Quote  



Similar Threads

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