VideoHelp Forum




+ Reply to Thread
Results 1 to 7 of 7
  1. Hi,

    I am trying to download a file with the webp codec and decrypt it from the cda.pl website.

    Code:
    https://www.cda.pl/video/266165429/vfilm
    MPD : https://vcze802.cda.pl/2661654vp9/2661654.mpd
    KEY : 38373565313261633761303536636635:32343930636136636 664343264643935




    Unfortunately, attempts to download and decrypt it via, among others, N_m3u8DL-RE, end in failure.

    Does anyone of you have an idea how to download webp, connect audio + video webp - with what tools?
    Last edited by Kadio; 30th May 2024 at 07:04.
    Quote Quote  
  2. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    This isn't meant to be a solution, only a temporary alternative if you're just interested in getting that video. I'm curious as well about webp
    Code:
    N_m3u8DL-RE.exe "https://vcze134.cda.pl/2661654/2661654.mpd" --key 38373565313261633761303536636635:32343930636136636664343264643935 -M format=mkv
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  3. Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    This isn't meant to be a solution, only a temporary alternative if you're just interested in getting that video. I'm curious as well about webp
    Code:
    N_m3u8DL-RE.exe "https://vcze134.cda.pl/2661654/2661654.mpd" --key 38373565313261633761303536636635:32343930636136636664343264643935 -M format=mkv
    Thanks,

    Cda.pl is quite an interesting website when it comes to downloading content from it. There is mpd h264 which you mentioned above, but there is also vp9 (webp) (vp9 often offers higher quality, including 4k - where h264 does not have that resolution). That's why I'm looking for a solution to download ".web" materials from cda.pl
    Quote Quote  
  4. Member aqzs's Avatar
    Join Date
    Mar 2024
    Location
    Paris
    Search Comp PM
    Originally Posted by Kadio View Post
    Thanks,

    Cda.pl is quite an interesting website when it comes to downloading content from it. There is mpd h264 which you mentioned above, but there is also vp9 (webp) (vp9 often offers higher quality, including 4k - where h264 does not have that resolution). That's why I'm looking for a solution to download ".web" materials from cda.pl
    Just to be sure, this content is available only through subscription isn't ?
    Quote Quote  
  5. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Originally Posted by Kadio View Post
    That's why I'm looking for a solution to download ".web" materials from cda.pl
    Read this:
    https://forum.videohelp.com/threads/408556-How-to-decrypt-YouTube-Movies-TV-files#post2680773

    Your commands:
    Code:
    N_m3u8DL-RE.exe "https://vcze802.cda.pl/2661654vp9/2661654.mpd" 
    shaka-packager.exe in=video_encrypted.webm,stream=video,output=video_decrypted.webm --enable_raw_key_decryption --keys key_id=38373565313261633761303536636635:key=32343930636136636664343264643935
    shaka-packager.exe in=audio_encrypted.webm,stream=audio,output=audio_decrypted.webm --enable_raw_key_decryption --keys key_id=38373565313261633761303536636635:key=32343930636136636664343264643935
    Weird that putting --use-shaka-packager in your N_m3u8 command is useless so you have to do it manually.
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  6. Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    Originally Posted by Kadio View Post
    That's why I'm looking for a solution to download ".web" materials from cda.pl
    Read this:
    https://forum.videohelp.com/threads/408556-How-to-decrypt-YouTube-Movies-TV-files#post2680773

    Your commands:
    Code:
    N_m3u8DL-RE.exe "https://vcze802.cda.pl/2661654vp9/2661654.mpd" 
    shaka-packager.exe in=video_encrypted.webm,stream=video,output=video_decrypted.webm --enable_raw_key_decryption --keys key_id=38373565313261633761303536636635:key=32343930636136636664343264643935
    shaka-packager.exe in=audio_encrypted.webm,stream=audio,output=audio_decrypted.webm --enable_raw_key_decryption --keys key_id=38373565313261633761303536636635:key=32343930636136636664343264643935
    Weird that putting --use-shaka-packager in your N_m3u8 command is useless so you have to do it manually.
    It works, thank you very much
    Quote Quote  
  7. Originally Posted by Kadio View Post
    Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    Originally Posted by Kadio View Post
    That's why I'm looking for a solution to download ".web" materials from cda.pl
    Read this:
    https://forum.videohelp.com/threads/408556-How-to-decrypt-YouTube-Movies-TV-files#post2680773

    Your commands:
    Code:
    N_m3u8DL-RE.exe "https://vcze802.cda.pl/2661654vp9/2661654.mpd" 
    shaka-packager.exe in=video_encrypted.webm,stream=video,output=video_decrypted.webm --enable_raw_key_decryption --keys key_id=38373565313261633761303536636635:key=32343930636136636664343264643935
    shaka-packager.exe in=audio_encrypted.webm,stream=audio,output=audio_decrypted.webm --enable_raw_key_decryption --keys key_id=38373565313261633761303536636635:key=32343930636136636664343264643935
    Weird that putting --use-shaka-packager in your N_m3u8 command is useless so you have to do it manually.
    It works, thank you very much


    And how to write it in cmd:

    N_m3u8DL-RE.exe "https://vcze802.cda.pl/2661654vp9/2661654.mpd" shaka-packager.exe in=video_encrypted.webm,stream=video,output=video_ decrypted.webm --enable_raw_key_decryption --keys key_id=38373565313261633761303536636635:key=323439 30636136636664343264643935 shaka-packager.exe in=audio_encrypted.webm,stream=audio,output=audio_ decrypted.webm --enable_raw_key_decryption --keys key_id=38373565313261633761303536636635:key=323439 30636136636664343264643935


    writing these links together ,how to download it
    Quote Quote  



Similar Threads

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