VideoHelp Forum
+ Reply to Thread
Page 2 of 2
FirstFirst 1 2
Results 31 to 60 of 60
Thread
  1. A few months ago, this thread raised the issue of keys to materials on the 35mm.online website, I would like to continue the thread without having to open a new one, because from the publisher's announcement we know that TODAY, November 2, the material from 2000 will be removed

    This video will be not available from tommorow, whats the key for this video?

    https://35mm.online/vod/fabula/chlopaki-nie-placza

    / / /

    and please tell us about keys to these 3 movies:
    https://35mm.online/vod/fabula/trzy-kolory-bialy
    https://35mm.online/vod/fabula/superprodukcja
    https://35mm.online/vod/fabula/pociag-do-hollywood

    Thank you, so much!
    Quote Quote  
  2. your keys

    Code:
    4e96131a081f4d4aa495b2d0bd08520f:c4f22cd482777e6e836ef1bcb58217bf
    
    7ac4647510b3934ab524b2b6a322b445:9857f6d35978b1cad4e9a4bdb373586c
    c325b5986c40ce48b9fdce8f8c23a4fb:17c575f978414987908dc1ff4b77f79c
    9a46e71f13206d418c7b129319300e05:b0f49cf956390a3f5720ae8b546ff656
    Quote Quote  
  3. Member
    Join Date
    Dec 2020
    Location
    Croatia
    Search PM
    I am stumped. Can someone share a working python script for getting the right pssh for this site?

    For instance, this video here:
    https://35mm.online/en/vod/feature-films/the-wedding
    EME logger gives this pssh:
    Code:
    AAADVnBzc2gAAAAAmgTweZhAQoarkuZb4IhflQAAAzY2AwAAAQABACwDPABXAFIATQBIAEUAQQBEAEUAUgAgAHgAbQBsAG4AcwA9ACIAaAB0AHQAcAA6AC8ALwBzAGMAaABlAG0AYQBzAC4AbQBpAGMAcgBvAHMAbwBmAHQALgBjAG8AbQAvAEQAUgBNAC8AMgAwADAANwAvADAAMwAvAFAAbABhAHkAUgBlAGEAZAB5AEgAZQBhAGQAZQByACIAIAB2AGUAcgBzAGkAbwBuAD0AIgA0AC4AMAAuADAALgAwACIAPgA8AEQAQQBUAEEAPgA8AFAAUgBPAFQARQBDAFQASQBOAEYATwA+ADwASwBFAFkATABFAE4APgAxADYAPAAvAEsARQBZAEwARQBOAD4APABBAEwARwBJAEQAPgBBAEUAUwBDAFQAUgA8AC8AQQBMAEcASQBEAD4APAAvAFAAUgBPAFQARQBDAFQASQBOAEYATwA+ADwATABBAF8AVQBSAEwAPgBoAHQAdABwAHMAOgAvAC8AYwBtADIALgBhAHQAbQBpAHQAdgAuAHAAbAAvAEMAbwBuAHQAZQBuAHQATQBhAG4AYQBnAGUAcgAvAFAAcgBvAGQAdQBjAHQARwBlAHQATABpAGMAZQBuAHMAZQAuAGQAbwA8AC8ATABBAF8AVQBSAEwAPgA8AEwAVQBJAF8AVQBSAEwAPgBoAHQAdABwAHMAOgAvAC8AYwBtADIALgBhAHQAbQBpAHQAdgAuAHAAbAAvAEMAbwBuAHQAZQBuAHQATQBhAG4AYQBnAGUAcgAvAFAAcgBvAGQAdQBjAHQARwBlAHQATABpAGMAZQBuAHMAZQBVAGkALgBkAG8APAAvAEwAVQBJAF8AVQBSAEwAPgA8AEsASQBEAD4ATQA0AHIAOQBOAGMAaQBVAFEAbABTADUAaAA4AGEASABqAFoAbgBvADMAdwA9AD0APAAvAEsASQBEAD4APABDAEgARQBDAEsAUwBVAE0APgBPAG8ARQBpADYAQwBaAGkAVwByAGsAPQA8AC8AQwBIAEUAQwBLAFMAVQBNAD4APAAvAEQAQQBUAEEAPgA8AC8AVwBSAE0ASABFAEEARABFAFIAPgAAAAA7cHNzaAAAAADt74upedZKzqPIJ9zVHSHtAAAAGwgBEhA1/YozlMhUQrmHxoeNmejfKgVBVURJTw==
    which is obviously incorrect.
    So I tried a script to get a pssh from a small temp file which works on a variety of sites, here it returned this pssh:
    Code:
    AAAAMnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABISEDX9ijOUyFRCuYfGh42Z6N8=
    and this widevine key:
    Code:
    35fd8a3394c85442b987c6878d99e8df:adcf08d49b6b20b7588aecf219ec088c
    which when used with mp4decrypt on downloaded files resulted in audio and video which were playable but had no audio/video.
    I got the same keys when plugging the manifest url into a script for getting pssh from kid.
    Quote Quote  
  4. Member
    Join Date
    Dec 2021
    Location
    england
    Search Comp PM
    Code:
    N_m3u8DL-RE -M format=mkv --key 35fd8a3394c85442b987c6878d99e8df:5729c674ac1ef68b0612e76fab5952eb "https://r.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/a3b7607b-0d91-4cee-ba25-9f486cc56a70/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism?indexMode" --save-name video
    video and sound is ok
    Quote Quote  
  5. Member
    Join Date
    Dec 2020
    Location
    Croatia
    Search PM
    yeah, that works for me too, because you have a different key - the first part is the same and the second (after the colon) is different.


    edit: oh man, I think everything I set up should have worked fine except I made an incredibly dumb typo and sent a slightly different license url to the key generator...
    Last edited by ampersand; 5th Nov 2023 at 07:07.
    Quote Quote  
  6. I just read posts from "ampersand" and "iamghost", but in my case I found only first part of necessary info for N_m3u8DL-RE
    I mean kid, and I have link to license manifest, but how to receive key (second part, after the colon)?

    Code:
    # Link 1 -- https://35mm.online/vod/fabula/kiler
    eed21acefdf27746ac1f5b036249cd9f
    urn:uuid:9a04f079-9840-4286-ab92-e65be0885f95 
    https://n-22-2.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/9220c016-ef10-4984-b5f5-3c8fcd67929e/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism
    Code:
    # Link 2 -- https://35mm.online/vod/fabula/kiler-ow-2-och
    0d330530ab4f0e48863ee902a8c570e5
    urn:uuid:9a04f079-9840-4286-ab92-e65be0885f95
    https://n-22-5.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/e27ac7cc-62ab-44da-ad59-3a0e83830ccb/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism
    I read many threads here, and my question is how to convert -- urn:uuid:9a04f079-9840-4286-ab92-e65be0885f95 -- to ppsh without access to "tools.axinom PsshBox"?? With these data should I use them on another website, or can I use offline tool to receive kid : key?
    Last edited by Ufx; 6th Nov 2023 at 18:40.
    Quote Quote  
  7. Member
    Join Date
    Dec 2020
    Location
    Croatia
    Search PM
    in cases like this, where the pssh isn't found in the mpd itself, I download a test file using yt-dlp's test switch and analyze it to find the pssh
    here's the python code I have stitched together from others' work and a bit of my own figuring out that works for this:
    https://www.mediafire.com/file/u63jhati6c3nv5y
    the const import is a constants file I have made, just replace those with the path to the appropriate files on your PC

    if you're interested in an explanation of what's going on, my post where I figured out what to do is here:
    https://forum.videohelp.com/threads/404586-how-to-work-out-the-pssh-when-not-shown-in-...e3#post2673909
    the rest of the thread is great, read ridibunda's posts

    EDIT: this is for getting the pssh, to get the key you will have to first get yourself a working CDM (check out the stickied threads on this forum) and then use WKS-KEYS or pywidevine python library (which I prefer these days, it's a great little lib, except you'd have to make a wvd file for it, there is a post on this forum where that's explained as well) to get the key(s) using a pssh, a license url and headers
    Quote Quote  
  8. Originally Posted by ampersand View Post
    yeah, that works for me too, because you have a different key - the first part is the same and the second (after the colon) is different.


    edit: oh man, I think everything I set up should have worked fine except I made an incredibly dumb typo and sent a slightly different license url to the key generator...
    Hello,
    I've spent hours trying to get this process together, but still the key comes out wrong. Could you please suggest how you arrived at the correct result for 35mm.online?

    I currently need the keys for these videos:
    https://35mm.online/vod/fabula/mis
    https://35mm.online/vod/fabula/seksmisja
    Quote Quote  
  9. Member
    Join Date
    Dec 2021
    Location
    england
    Search Comp PM
    Code:
    --key 8999aceb0137d3498b78e9af12b13d82:de25b6a2e4bfb3b6a851c84e72144bc7
    Code:
    --key c77f38d57380074e8869cb275663a75f:5afaf0061cc96b080e2fd396ba95b364
    Quote Quote  
  10. Originally Posted by gutek85 View Post
    Originally Posted by ampersand View Post
    yeah, that works for me too, because you have a different key - the first part is the same and the second (after the colon) is different.


    edit: oh man, I think everything I set up should have worked fine except I made an incredibly dumb typo and sent a slightly different license url to the key generator...
    Hello,
    I've spent hours trying to get this process together, but still the key comes out wrong. Could you please suggest how you arrived at the correct result for 35mm.online?

    I currently need the keys for these videos:
    https://35mm.online/vod/fabula/mis
    https://35mm.online/vod/fabula/seksmisja
    Code:
    https://35mm.online/vod/fabula/mis
    Code:
    AAAAOHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABgIARIQiZms6wE300mLeOmvErE9gioCSEQ=
    Code:
    8999aceb0137d3498b78e9af12b13d82:de25b6a2e4bfb3b6a851c84e72144bc7
    Code:
    https://35mm.online/vod/fabula/seksmisja
    Code:
    AAAAOHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABgIARIQx3841XOAB06IacsnVmOnXyoCSEQ=
    Code:
    c77f38d57380074e8869cb275663a75f:5afaf0061cc96b080e2fd396ba95b364
    Quote Quote  
  11. Thank you both for your help!
    I spent a few extra hours and learned how to deal with this site
    If anyone would also like to learn I will hint that this post
    HTML Code:
    https://forum.videohelp.com/threads/404052-Help-downloading-some-videos/page2#post2655888
    and this video
    HTML Code:
    https://streamable.com/ysyttn
    helped me a lot
    Quote Quote  
  12. Code:
    kiler:                           eed21acefdf27746ac1f5b036249cd9f:890c3f5bf0e2653181be05eac37c51c3
    kiler-ow-2-och:                  0d330530ab4f0e48863ee902a8c570e5:9173136432763bdcbfa4a7382993a85a
    co-mi-zrobisz-jak-mnie-zlapiesz: 37ce2619bf732d4b860440883704dc94:25b8dd36d240a57c8ed822f413143df7
    nie-lubie-poniedzialku:          1bbd9a1c56bf8144909c069b9e0c91dd:681fabe04d885f9a0af8956a65642959
    czlowiek-z-marmuru:              21f5e98958023b42a959c7f415f3458e:ab294f4e1a45ab95f7fcd0c57744d442
    poszukiwany-poszukiwana:         09723a48d622764ab2f4b991b0c37867:42815eb92bfa91a0cc2e9b719e7f1437
    nie-ma-rozy-bez-ognia:           1da54627d1b76c48985752a4f0c5b615:bad081a8c8ab495ece21bd36d7c3d213
    Thanks to the Widevine L3 Guesser browser plugin a no brainer.
    Last edited by Obo; 28th May 2024 at 12:33.
    Quote Quote  
  13. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Originally Posted by provanguard View Post
    Could I kindly ask for keys to the following videos?
    Code:
    N_m3u8DL-RE "https://r.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/746135e5-8b01-4d11-9d7f-001084e96abf/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism?indexMode" --key 1bbd9a1c56bf8144909c069b9e0c91dd:681fabe04d885f9a0af8956a65642959 --save-dir "media\35mm_online" --save-name "Nie_lubie_poniedzialku" -M format=mkv 
    N_m3u8DL-RE "https://r.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/9220c016-ef10-4984-b5f5-3c8fcd67929e/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism?indexMode" --key eed21acefdf27746ac1f5b036249cd9f:890c3f5bf0e2653181be05eac37c51c3 --save-dir "media\35mm_online" --save-name "Kiler" -M format=mkv 
    N_m3u8DL-RE "https://r.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/9a43c527-e9a7-4fd1-b596-7df3aa8451b5/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism?indexMode" --key 21f5e98958023b42a959c7f415f3458e:ab294f4e1a45ab95f7fcd0c57744d442 --save-dir "media\35mm_online" --save-name "Czlowiek_z_marmuru" -M format=mkv 
    N_m3u8DL-RE "https://r.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/ac4ee0bd-d73b-448b-84b0-e5a424fda7cf/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism?indexMode" --key 1da54627d1b76c48985752a4f0c5b615:bad081a8c8ab495ece21bd36d7c3d213 --save-dir "media\35mm_online" --save-name "Nie_ma_rozy_bez_ognia" -M format=mkv 
    N_m3u8DL-RE "https://r.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/e27ac7cc-62ab-44da-ad59-3a0e83830ccb/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism?indexMode" --key 0d330530ab4f0e48863ee902a8c570e5:9173136432763bdcbfa4a7382993a85a --save-dir "media\35mm_online" --save-name "Kiler-ow_2-och" -M format=mkv 
    N_m3u8DL-RE "https://r.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/ebcd69cf-6da7-47d8-95af-82dd1cfa23a6/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism?indexMode" --key 37ce2619bf732d4b860440883704dc94:25b8dd36d240a57c8ed822f413143df7 --save-dir "media\35mm_online" --save-name "Co_mi_zrobisz_jak_mnie_zlapiesz" -M format=mkv 
    N_m3u8DL-RE "https://r.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/0e2675ea-c2da-4717-8ee7-77246a8dc2e6/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism?indexMode" --key 09723a48d622764ab2f4b991b0c37867:42815eb92bfa91a0cc2e9b719e7f1437 --save-dir "media\35mm_online" --save-name "Poszukiwany_poszukiwana" -M format=mkv
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  14. Originally Posted by Obo View Post
    Thanks to the Widevine L3 Guesser browser plugin a no brainer.
    Thank you! I hope to figure out how to get the plugin installed. In the meantime, I might have couple more requests.
    Quote Quote  
  15. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Originally Posted by provanguard View Post
    The N_m3u8DL-RE commands are super useful
    Code:
    N_m3u8DL-RE "https://r.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/6257d94c-220c-4543-a08c-d627e13173c3/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism?indexMode" --key db8c0f9c3137b646b190230efc38c796:18a9634a9196790132771c2621f668c2 --save-dir "media\35mm_online" --save-name "Ucieczka_z_kina_Wolnosc" -M format=mkv 
    N_m3u8DL-RE "https://r.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/97d829a9-3fce-45cd-83a1-9f0e4a022c8e/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism?indexMode" --key c1eef9e39f3e894e83eb2225d924f42e:aac4c3156a6099a3fd54402d82283594 --save-dir "media\35mm_online" --save-name "Czlowiek_z_zelaza" -M format=mkv 
    N_m3u8DL-RE "https://r.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/b8cbcced-6dc0-476a-a04d-24ebf1975837/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism?indexMode" --key d678d10bd011ed46aee1da56736babf9:bfa430f54c7e78d1e393795a5bae5255 --save-dir "media\35mm_online" --save-name "Deja_Vu" -M format=mkv 
    N_m3u8DL-RE "https://r.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/a844d59a-03a6-4f1e-9dc6-eaa671db472c/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism?indexMode" --key 50ed7d137e0bef4fa5c7c1ec2e6a0749:a3086b3efd3e39847e29d4f63f18d5ce --save-dir "media\35mm_online" --save-name "Faraon" -M format=mkv 
    N_m3u8DL-RE "https://r.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/a0510d37-aaff-4b49-8bf1-377ecec1f36b/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism?indexMode" --key ea313240265a6d49afb1bd8992e2628d:731e3ebc4bb1d84f0353b40b31b96429 --save-dir "media\35mm_online" --save-name "Dlug" -M format=mkv 
    N_m3u8DL-RE "https://r.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/8fc970bd-b261-4e78-8100-6afaf477f7c2/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism?indexMode" --key 8b391620d9cfb842b696387e6f41d9f9:05a0e9d19e356a5e57da8aed97dff535 --save-dir "media\35mm_online" --save-name "Brunet_wieczorowa_pora" -M format=mkv 
    N_m3u8DL-RE "https://r.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/7044abc0-00a7-4e88-a2e7-117a4c9cdeb0/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism?indexMode" --key d4b200a04c7f2947a29da2109c57dc3f:612f4b1e28bb87e35b5c25ab37f1da54 --save-dir "media\35mm_online" --save-name "Pilkarski_poker" -M format=mkv 
    N_m3u8DL-RE "https://r.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/2986f5a2-6e3c-42ff-9008-0e34ae0384d0/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism?indexMode" --key 349819cb1962cb44b6f07d9c006d2144:c853880057372febf05f7efee8d81f03 --save-dir "media\35mm_online" --save-name "Noce_i_dnie" -M format=mkv
    If you want just to download directly, you can check this
    If you just want the keys you should use what @obo said

    In both cases you should know how to get a cdm
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  16. Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    In both cases you should know how to get a cdm
    Could you point me at some description of how to get the emulated CDM?

    Thank you!
    Quote Quote  
  17. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Originally Posted by provanguard View Post
    Could you point me at some description of how to get the emulated CDM?
    Of course. Read this and reread it until you manage to get one
    https://forum.videohelp.com/threads/408031-Dumping-Your-own-L3-CDM-with-Android-Studio
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  18. Could you guys give a suggestion where to find the PSSH in the website requests/responses?

    https://35mm.online/vod/fabula/wyjscie-awaryjne
    Quote Quote  
  19. It's usually in the MPD - here "Manifest.ism" - but here the Widevine section is empty. You'd have to grab the PSSH from the init MOOV then (the first audio/video fragment downloaded). I get the following from there:
    Code:
    AAAAO3Bzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABsIARIQCc5Ygg9QYUagsVk2i0kmgSoFQVVESU8=
    Quote Quote  
  20. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Originally Posted by provanguard View Post
    Could you guys give a suggestion where to find the PSSH in the website requests/responses?

    https://35mm.online/vod/fabula/wyjscie-awaryjne
    You could try eme logger. If the pssh is too long, you're gonna have to alter it. In case you didn't get your pssh, here's your download command:
    Code:
    N_m3u8DL-RE "https://r.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/4f85b4e7-dd6e-4d23-8618-d97e951f033a/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism?indexMode" --key 09ce58820f506146a0b159368b492681:3e2b4af335c5e6abcbe7630d75a14c38 --save-dir "media\35mm_online" --save-name "Wyjscie_awaryjne" -M format=mkv
    Or if you want everything done automatically you can use:
    Code:
    python widefrog.py "https://35mm.online/vod/fabula/wyjscie-awaryjne"
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  21. Could I kindly ask for key to the following video ?

    https://35mm.online/vod/fabula/porno

    Thank you in advance !
    Quote Quote  
  22. Originally Posted by UrBi View Post
    Could I kindly ask for key to the following video ?

    https://35mm.online/vod/fabula/porno

    Thank you in advance !
    Code:
    N_m3u8DL-RE -M format=mkv --key fa09b4aa7cd8c74ea06fa8313a6af802:82c65adadf9020ea1288387e2648028c "https://r.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/dcff45e0-533c-4481-9087-ad2c26cc5e11/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism?indexMode"
    Edit: you can also use widefrog to download it: https://forum.videohelp.com/threads/414548-drm-free-content-downloader-widefrog

    @aqzs: np
    Last edited by white_snake; 7th Jun 2024 at 11:36.
    Quote Quote  
  23. Member aqzs's Avatar
    Join Date
    Mar 2024
    Location
    Paris
    Search Comp PM
    Originally Posted by UrBi View Post
    Could I kindly ask for key to the following video ?

    https://35mm.online/vod/fabula/porno

    Thank you in advance !
    HTML Code:
    fa09b4aa7cd8c74ea06fa8313a6af802:82c65adadf9020ea1288387e2648028c
    Command used :
    Code:
    N_m3u8DL-RE "https://n-6-4.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/dcff45e0-533c-4481-9087-ad2c26cc5e11/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism?indexMode" --key fa09b4aa7cd8c74ea06fa8313a6af802:82c65adadf9020ea1288387e2648028c -M mkv --save-name Porno.1080p.WEB-DL
    Your video : https://www.swisstransfer.com/d/47d92d57-30ce-45a0-9580-66e0ce1af71a

    (you gonna get me in trouble with those video name ^^)

    (Sorry @white_snake I didn't saw your message)
    Quote Quote  
  24. Originally Posted by UrBi View Post
    Could I kindly ask for key to the following video ?

    https://35mm.online/vod/fabula/porno

    Thank you in advance !



    You know that you can get the keys yourself

    https://github.com/FoxRefire/wvg/wiki



    If you want download all the SUBS and the AD as well (Linux command):

    Code:
    curl -kLO https://r-file-d1.dcs.redcdn.pl/file/o2/wfdif/cps/prod/subtitles/dcff45e0-533c-4481-9087-ad2c26cc5e11/Porno_pol.vtt
    curl -kLO https://r-file-58.dcs.redcdn.pl/file/o2/wfdif/cps/prod/subtitles/dcff45e0-533c-4481-9087-ad2c26cc5e11/Porno_eng.vtt
    curl -kLO https://r-file-02.dcs.redcdn.pl/file/o2/wfdif/cps/prod/subtitles/dcff45e0-533c-4481-9087-ad2c26cc5e11/Porno_polnd.vtt
    N_m3u8DL-RE --save-name Porno.1989.PL.1080p.35mm.Web-DL.AAC.LC2.0.H.264 \
    --key fa09b4aa7cd8c74ea06fa8313a6af802:82c65adadf9020ea1288387e2648028c \
    --mux-import path=Porno_eng.vtt:lang=en:name="English" \
    --mux-import path=Porno_pol.vtt:lang=pl:name="Polish" \
    --mux-import path=Porno_polnd.vtt:lang=pl:name="Polish ND" \
    -mt -M mp4 -sv best -sa all -ss all \
    "https://r.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/dcff45e0-533c-4481-9087-ad2c26cc5e11/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism?indexMode"

    If you want download all the SUBS and the AD as well (Windows command - providing you have cURL installed):

    Code:
    curl.exe -kLO https://r-file-d1.dcs.redcdn.pl/file/o2/wfdif/cps/prod/subtitles/dcff45e0-533c-4481-9087-ad2c26cc5e11/Porno_pol.vtt
    curl.exe -kLO https://r-file-58.dcs.redcdn.pl/file/o2/wfdif/cps/prod/subtitles/dcff45e0-533c-4481-9087-ad2c26cc5e11/Porno_eng.vtt
    curl.exe -kLO https://r-file-02.dcs.redcdn.pl/file/o2/wfdif/cps/prod/subtitles/dcff45e0-533c-4481-9087-ad2c26cc5e11/Porno_polnd.vtt
    N_m3u8DL-RE --save-name Porno.1989.PL.1080p.35mm.Web-DL.AAC.LC2.0.H.264 \
    --key fa09b4aa7cd8c74ea06fa8313a6af802:82c65adadf9020ea1288387e2648028c \
    --mux-import path=Porno_eng.vtt:lang=en:name="English" \
    --mux-import path=Porno_pol.vtt:lang=pl:name="Polish" \
    --mux-import path=Porno_polnd.vtt:lang=pl:name="Polish ND" \
    -mt -M mp4 -sv best -sa all -ss all \
    "https://r.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/dcff45e0-533c-4481-9087-ad2c26cc5e11/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism?indexMode"

    If you prefer MKV container, replace mp4 with mkv
    Last edited by pssh; 7th Jun 2024 at 14:52.
    If I was in politics I make sure you drink plenty of beer
    and watch plenty of TV to keep you busy. | Data is the new oil.
    Quote Quote  
  25. Thank you all very much for your help.
    Quote Quote  
  26. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Code:
    N_m3u8DL-RE "https://r.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/7c63ea90-3974-40ef-9ac8-aec3c56c1689/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism?indexMode" --key 990cc75d6b9eed4c8455cb4aea449bfe:f294031896cb3eae53aeeeb456129885 --save-dir "media\35mm_online" --save-name "Porwanie_Baltazara_Gabki_Zdobycie_palacu" -M format=mkv 
    N_m3u8DL-RE "https://r.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/54f246a8-e257-4711-814f-57e36c798f0c/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism?indexMode" --key d6598c0ca2e7aa46b19b0c47c4f196e0:20d9f01a151b2837055a1ba2976d426a --save-dir "media\35mm_online" --save-name "Porwanie_Baltazara_Gabki_W_zbojeckim_obozie" -M format=mkv 
    N_m3u8DL-RE "https://r.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/ce57e97f-1a22-4b3c-92d2-4ccce4e37c0c/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism?indexMode" --key 37be1b081ad40e46b869283abfc0c706:faa69fcd78eeb57dacdea96f8322d5a8 --save-dir "media\35mm_online" --save-name "Porwanie_Baltazara_Gabki_W_krainie_krola_Sloneczko" -M format=mkv 
    N_m3u8DL-RE "https://r.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/42551704-53f1-4ab8-8415-ff0cf6926f62/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism?indexMode" --key 1ffe45bb55ba9f4dad60bfe7f3453456:1a98b59a981ab17bda9ba3a44471ba1a --save-dir "media\35mm_online" --save-name "Porwanie_Baltazara_Gabki_W_krainie_Bobo" -M format=mkv 
    N_m3u8DL-RE "https://r.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/a1ab38c7-1f7a-4d90-ac2b-8a4c51301cd7/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism?indexMode" --key 2a3695f8fa49eb4aa7de6049ab52364c:2ee29c44aab8664abf56911a5ced8417 --save-dir "media\35mm_online" --save-name "Porwanie_Baltazara_Gabki_Ucieczka" -M format=mkv 
    N_m3u8DL-RE "https://r.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/9b403a88-9c9e-4399-807b-fb26589b872e/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism?indexMode" --key 9bf9f72e0237444c9f94958ec04984c1:a9c2b135aa3e1d6cd1c59dbd2fca34f5 --save-dir "media\35mm_online" --save-name "Porwanie_Baltazara_Gabki_Spotkanie_ze_smokiem_mlekopijem" -M format=mkv 
    N_m3u8DL-RE "https://r.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/c109b7e9-f76f-4672-97a1-f1f8df3dbbf9/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism?indexMode" --key 683678c898d078499a9d297f9f29e6bc:181f7b99e488008ba9e6a00f2edbe875 --save-dir "media\35mm_online" --save-name "Porwanie_Baltazara_Gabki_Przez_trzy_morza" -M format=mkv 
    N_m3u8DL-RE "https://r.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/69f6e2e9-f938-4f47-9a18-b5409fcefc2a/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism?indexMode" --key 5386fe1056f5ac42b13150ce0b2b60e2:ae55c3a436dd5cae7fe8f2f463ad65e8 --save-dir "media\35mm_online" --save-name "Porwanie_Baltazara_Gabki_Przez_kraj_Deszczowcow" -M format=mkv 
    N_m3u8DL-RE "https://r.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/41a7c383-ce27-450f-a837-7db903b1bb84/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism?indexMode" --key 4822e6fdeb08aa4ca1ddfd6716656fcc:bd8982de6a133fa7dcaabf8f4cbdedd5 --save-dir "media\35mm_online" --save-name "Porwanie_Baltazara_Gabki_Oberza_pod_wesolym_Karakonem" -M format=mkv 
    N_m3u8DL-RE "https://r.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/bd43c8d6-0a2c-433e-9374-21fdea3268ae/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism?indexMode" --key 3d1f1bcb0b7345438f32d605a1639d47:2d339099bd2396cf6f264bf527677921 --save-dir "media\35mm_online" --save-name "Porwanie_Baltazara_Gabki_Nocna_Bitwa" -M format=mkv 
    N_m3u8DL-RE "https://r.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/f636d13a-a139-4e03-8b6b-d496f9e19a56/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism?indexMode" --key 9640dcd81b5f544cae3740d6925a30a1:e440df005817122dcae6d5a212099e82 --save-dir "media\35mm_online" --save-name "Porwanie_Baltazara_Gabki_Kierunek_Krakow" -M format=mkv 
    N_m3u8DL-RE "https://r.dcs.redcdn.pl/dash/o2/wfdif/cps/prod/vod/5bea754f-57a7-4c78-a9d8-5bc535203afc/MOVIE/LIBCODER_SMOOTH_1080_WFDIF/Manifest.ism?indexMode" --key 1feb6a77666b4a4eb45bb374ec635edd:494b78f9a3390072845e3098af128788 --save-dir "media\35mm_online" --save-name "Porwanie_Baltazara_Gabki_Don_Pedro" -M format=mkv
    Code:
    python widefrog.py "urls.txt"
    Where you just can just copy your previous input URLs
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  27. 2nHxWW6GkN1l916N3ayz8HQoi

    Thank you!
    Quote Quote  



Similar Threads

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