VideoHelp Forum




+ Reply to Thread
Results 1 to 14 of 14
  1. Hello

    i wanna download video:


    i've used yt-dlp and widevinproxy (freeze the video i cant get links)
    Last edited by youyou; 5th Jul 2026 at 11:02.
    Quote Quote  
  2. thanks, how u did to download it ?
    Quote Quote  
  3. Originally Posted by youyou View Post
    thanks, how u did to download it ?
    Code:
    N_m3u8DL-RE "https://skyfire.vimeocdn.com/1782595046-0x30e7b61a4b452bee209d2b7f4059b3ef83f39c19/e59e9ab4-96f7-4233-8ce8-c5cfecb4ae3f/psid=394f69c4889248aa805f04d1e21a2f0bb6e9e9641782548102/v2/playlist/drm/cenc,derivedv2,e59e9ab4-96f7-4233-8ce8-c5cfecb4ae3f,032b1c46ea8f812a39889e3e3ba83387/av/primary/sub/285592568-en-x-autogen/prot/cXNyPTE/playlist.mpd?locale=en&omit=av1-hevc-opus&pathsig=8c953e4f~Ot23iNeZgCa2f2MlypHDoBD3P3orFqiJZHd-YqcU2cA&pssh=0&qsr=1&r=dXM%3D&rh=18f9Ry" -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:152.0) Gecko/20100101 Firefox/152.0" -H "Accept: */*" -H "Origin: https://player.vimeo.com" -H "Referer: https://player.vimeo.com/" --key 032b1c46ea8f812a39889e3e3ba83387:9797580c6d4a4b9eb40ea37adbe02afa --decryption-engine MP4DECRYPT -M format=mp4:muxer=ffmpeg -sv best -sa best --no-log --save-name "video"
    Image
    [Attachment 92832 - Click to enlarge]


    How I did it:

    F12 devTool => network => In the URL filter, add this: regexp:mpd|wv => It will display only the MPD license.
    It's available in French here:
    Image
    [Attachment 92833 - Click to enlarge]


    Use pywidevine to decrypt the video using the PSSH code from the MPD and the license to obtain the video key; then, you can download the video using m3u8dl-re.
    Quote Quote  
  4. Originally Posted by sesamap159 View Post
    Originally Posted by youyou View Post
    thanks, how u did to download it ?
    Code:
    N_m3u8DL-RE "https://skyfire.vimeocdn.com/1782595046-0x30e7b61a4b452bee209d2b7f4059b3ef83f39c19/e59e9ab4-96f7-4233-8ce8-c5cfecb4ae3f/psid=394f69c4889248aa805f04d1e21a2f0bb6e9e9641782548102/v2/playlist/drm/cenc,derivedv2,e59e9ab4-96f7-4233-8ce8-c5cfecb4ae3f,032b1c46ea8f812a39889e3e3ba83387/av/primary/sub/285592568-en-x-autogen/prot/cXNyPTE/playlist.mpd?locale=en&omit=av1-hevc-opus&pathsig=8c953e4f~Ot23iNeZgCa2f2MlypHDoBD3P3orFqiJZHd-YqcU2cA&pssh=0&qsr=1&r=dXM%3D&rh=18f9Ry" -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:152.0) Gecko/20100101 Firefox/152.0" -H "Accept: */*" -H "Origin: https://player.vimeo.com" -H "Referer: https://player.vimeo.com/" --key 032b1c46ea8f812a39889e3e3ba83387:9797580c6d4a4b9eb40ea37adbe02afa --decryption-engine MP4DECRYPT -M format=mp4:muxer=ffmpeg -sv best -sa best --no-log --save-name "video"
    Image
    [Attachment 92832 - Click to enlarge]


    How I did it:

    F12 devTool => network => In the URL filter, add this: regexp:mpd|wv => It will display only the MPD license.
    It's available in French here:
    Image
    [Attachment 92833 - Click to enlarge]


    Use pywidevine to decrypt the video using the PSSH code from the MPD and the license to obtain the video key; then, you can download the video using m3u8dl-re.
    try this in this site not work, could you teach me for that site
    Quote Quote  
  5. [QUOTE=xangetsue;2799457]
    Originally Posted by youyou View Post
    thanks, how u did to download it ?
    Last edited by youyou; 5th Jul 2026 at 11:02.
    Quote Quote  
  6. ++

    dosnt work i dont know why i add json remote
    Last edited by youyou; 5th Jul 2026 at 11:02.
    Quote Quote  
  7. I use Mozilla as my browser.
    Image
    [Attachment 92839 - Click to enlarge]


    Image
    [Attachment 92840 - Click to enlarge]


    Vineless correctly detects the MPD and the license, and it successfully retrieves the video key. Have you replaced the problematic WVD file?
    https://forum.videohelp.com/threads/417425-Real-Device-L3-Cdms/page2#post2790394
    Quote Quote  
  8. Originally Posted by youyou View Post
    Originally Posted by xangetsue View Post
    Originally Posted by youyou View Post
    thanks, how u did to download it ?
    use vineless
    https://forum.videohelp.com/threads/418600-%5BRelease%5D-Vineless-open-source-Widevine...r-all-browsers
    i got an error
    Image
    [Attachment 92837 - Click to enlarge]
    as sesamap159 said vineless does capture the key
    try changing to local cdm device
    good luck
    Quote Quote  
  9. Originally Posted by sesamap159 View Post
    I use Mozilla as my browser.
    Image
    [Attachment 92839 - Click to enlarge]


    Image
    [Attachment 92840 - Click to enlarge]


    Vineless correctly detects the MPD and the license, and it successfully retrieves the video key. Have you replaced the problematic WVD file?
    https://forum.videohelp.com/threads/417425-Real-Device-L3-Cdms/page2#post2790394

    i dont know how replace or get this problematic WVD file, i've installed mozilla right now to do same like you
    Quote Quote  
  10. ..........
    Last edited by youyou; 5th Jul 2026 at 11:00.
    Quote Quote  
  11. In `vineless`, replace `widevine remove` with `local`.

    Image
    [Attachment 92841 - Click to enlarge]


    Do you know how to install Vineless as an XPI or ZIP file in Mozilla?

    Here is my device.wvd: https://files.videohelp.com/u/309660/device.wvd
    Quote Quote  
  12. THANK YOU SO MUCH BRO UR WVD FILE WHAT I NEED, it works
    Last edited by youyou; 28th Jun 2026 at 07:19.
    Quote Quote  



Similar Threads

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