VideoHelp Forum



Support our site by donate $5 directly to us Thanks!!!

Try StreamFab Downloader and download streaming video from Netflix, Amazon!



+ Reply to Thread
Page 2 of 3
FirstFirst 1 2 3 LastLast
Results 31 to 60 of 75
  1. once you click ok, theres another notification saying its been copied to the clipboard though.

    it probably doesnt need this line if it doesnt copy to the clipboard
    Code:
    alert("PSSH has been copied to clipboard")
    thanks for the script!!
    Quote Quote  
  2. Originally Posted by ElCap View Post
    once you click ok, theres another notification saying its been copied to the clipboard though.

    it probably doesnt need this line if it doesnt copy to the clipboard
    Code:
    alert("PSSH has been copied to clipboard")
    thanks for the script!!
    Yeah forgot to remove it. It should be on the second version =D
    Just added now with automatic copy to clipboard
    Quote Quote  
  3. mate, i know copy to clipboard manually work.
    but your script after click OK show this:

    Image
    [Attachment 63271 - Click to enlarge]


    but this is not true. understand?

    or add feature to copy on clipboard ...

    anyway work. nice job!
    Quote Quote  
  4. Originally Posted by lomero View Post
    mate, i know copy to clipboard manually work.
    but your script after click OK show this:

    Image
    [Attachment 63271 - Click to enlarge]


    but this is not true. understand?

    or add feature to copy on clipboard ...

    anyway work. nice job!
    What do you mean? and why you need to hide the PSSH =D
    It should copy automatically
    Quote Quote  
  5. i dont hide pssh but i've hide site FROM get pssh (www.blablabla.com...)
    your script generate 2 window: the first with pssh, and second, my shot above
    and no, read post#31 by ElCap, pssh isn't copied on clipboard. need to copy manually.

    add on your script option to copy pssh to clipboard
    Quote Quote  
  6. Originally Posted by lomero View Post
    i dont hide pssh but i've hide site FROM get pssh (www.blablabla.com...)
    and no, read post#31 by ElCap, pssh isn't copied on clipboard. need to copy manually.

    add on your script option to copy pssh to clipboard
    Lol didn't you see the updated one? I won't post it without testing first
    Last edited by zackmark29; 11th Feb 2022 at 03:06.
    Quote Quote  
  7. i have this mpd file Image
    [Attachment 63279 - Click to enlarge]
    and it contains a pssh and a kid syntax is it possible i can get the keys?
    Quote Quote  
  8. yes mate, your second version work fine. many tanxs
    Quote Quote  
  9. Originally Posted by [ss]vegeta View Post
    Originally Posted by jessezveneberg View Post
    Originally Posted by ElCap View Post
    its literally the most recent thread with a reply after this one....
    https://forum.videohelp.com/threads/401717-How-are-you-going-to-respond-to-widevine-l3...th-at-May-31st
    I tried widenine l3 but it didn't work for me, I didn't understand how to work with nodrm
    Here you go, in under a minute. Watch closely and slowly.
    https://streamable.com/ysyttn
    For you to get that "gibberish" in console, init data, you need to install TamperMonkey add on and add this script to it
    Code:
    // ==UserScript==
    // @name         EME2
    // @version      0.6
    // @match        *://*/*
    // @match        http://ss-cdn1.blim.com/
    // @run-at       document-start
    // @grant        none
    // ==/UserScript==
    
    (async () => {
        const indent = (s,n=4) => s.split('\n').map(l=>Array(n).fill(' ').join('')+l).join('\n');
    
        const b64 = {
            decode: s => Uint8Array.from(atob(s), c => c.charCodeAt(0)),
            encode: b => btoa(String.fromCharCode(...new Uint8Array(b)))
        };
    
        const fnproxy = (object, func) => new Proxy(object, { apply: func });
    
        const proxy = (object, key, func) => Object.defineProperty(object, key, {
            value: fnproxy(object[key], func)
        });
    
            proxy(MediaKeySession.prototype, 'generateRequest', async (_target, _this, _args) => {
            const [initDataType, initData] = _args;
            console.groupCollapsed(
                `[EME] MediaKeySession::generateRequest\n` +
                `    Session ID: ${_this.sessionId || '(not available)'}\n` +
                `    Init Data Type: ${initDataType}\n` +
                `    Init Data: ${b64.encode(initData)}`
            );
            console.trace();
            console.groupEnd();
            return _target.apply(_this, _args);
        });
        })();
    does this method still work?

    I think I followed it, i copied the base from the tampermonkey script; i used getwvkets.cc to get the key, i then used stream detector, to get the playlist; I used "yt-dlp" to download what i found in the stream detector, then i used mp4decrypt the .mp4 file, and it doesn't look decryptped. I regenerated the key, and it is different now, i tried to decrypt the file again with the new key, but it still looks improperly decrypted (cause I see gray screen and here random bytes).
    Quote Quote  
  10. yes, this method work
    about your key: try to look directly into mpd. sometime you find pssh

    < I regenerated the key, and it is different now >
    the lic url is the same, the only variable is pssh

    but if your error persists, write here your video link
    Quote Quote  
  11. Hello, there is a solution for tvn player?
    Quote Quote  
  12. Originally Posted by marcel45143 View Post
    Hello, there is a solution for tvn player?
    Yes, probably. Do you have a link?
    Quote Quote  
  13. Oh, so tvn and player.pl is the same thing? Dude, you're in a thread with both images and video of the solution.
    Quote Quote  
  14. I would like to download the series
    Quote Quote  
  15. If you want the keys....... we'll give you.

    If you want to learn :

    You need two things for your site....

    PSSH and Licence Url.

    Luckily this site doesn't need specific headers to deliver keys.

    I let you search a little bit on the forum to get PSSH and Licence url. (use search Tab in the forum)

    Just a tip with the PSSH ....when you'll find it....go to this thread to have the good one

    https://forum.videohelp.com/threads/404052-Help-downloading-some-videos/page2#post2655888

    After that,

    You can use this site to get your keys

    https://cdrm-project.com/
    Quote Quote  
  16. I do not know if this is the key and if so how to download video with this key

    aHR0cHM6Ly9wbGF5ZXIucGwvcGxheWVycGx1cy9wcm9ncmFteS 1vbmxpbmUvemdsb3MtcmVtb250LW9kY2lua2ksNzY2NQ
    Quote Quote  
  17. Originally Posted by marcel45143 View Post
    I do not know if this is the key and if so how to download video with this key

    aHR0cHM6Ly9wbGF5ZXIucGwvcGxheWVycGx1cy9wcm9ncmFteS 1vbmxpbmUvemdsb3MtcmVtb250LW9kY2lua2ksNzY2NQ
    Yeah, that's not the key, lol
    Image
    [Attachment 70794 - Click to enlarge]
    click click2
    If I/my posts ever helped you, and you want to give back, send me a private message!
    Quote Quote  
  18. Can anyone download for me this video? I don't know a thing about coding.
    https://player.pl/seriale-online/kryminalni-odcinki,6/odcinek-89,S08E89,449
    Quote Quote  
  19. 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/tvnplayer/vod/08_400_08195_0001/LIBCODER_SMOOTH_720_PL/aca04a8a-7b6c-4f91-8002-08ecedcf9494/playlist.ism/playlist.mpd?dummyfile=" --key 10d5a8ffdcce466a8ccfd06e1687e736:db87d12e18afc5bf66241ebeefe47c30 --save-dir "media\player_pl" --save-name "Kryminalni_Zlodziej_tozsamosci_8_89" -M format=mkv
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  20. Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    Code:
    N_m3u8DL-RE "https://r.dcs.redcdn.pl/dash/o2/tvnplayer/vod/08_400_08195_0001/LIBCODER_SMOOTH_720_PL/aca04a8a-7b6c-4f91-8002-08ecedcf9494/playlist.ism/playlist.mpd?dummyfile=" --key 10d5a8ffdcce466a8ccfd06e1687e736:db87d12e18afc5bf66241ebeefe47c30 --save-dir "media\player_pl" --save-name "Kryminalni_Zlodziej_tozsamosci_8_89" -M format=mkv
    Could you please explain to me how to use this?
    Quote Quote  
  21. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Download and put in the same folder (of your choice) the following programs (if you download a zip, then search in it the right executable file):
    - N_m3u8DL-RE
    - ffmpeg
    - mp4decrypt

    Then open cmd in that folder and run the command provided in the previous post. For example if you use windows, the content of that folder should have:
    - N_m3u8DL-RE.exe
    - ffmpeg.exe
    - mp4decrypt.exe
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  22. Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    Download and put in the same folder (of your choice) the following programs (if you download a zip, then search in it the right executable file):
    - N_m3u8DL-RE
    - ffmpeg
    - mp4decrypt

    Then open cmd in that folder and run the command provided in the previous post. For example if you use windows, the content of that folder should have:
    - N_m3u8DL-RE.exe
    - ffmpeg.exe
    - mp4decrypt.exe
    Thank you!
    Best,
    Artur
    Quote Quote  
  23. Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    Download and put in the same folder (of your choice) the following programs (if you download a zip, then search in it the right executable file):
    - N_m3u8DL-RE
    - ffmpeg
    - mp4decrypt

    Then open cmd in that folder and run the command provided in the previous post. For example if you use windows, the content of that folder should have:
    - N_m3u8DL-RE.exe
    - ffmpeg.exe
    - mp4decrypt.exe
    Hi!
    I set up the folder like this Image
    [Attachment 85689 - Click to enlarge]


    But I still don't know how to open the cmd. If you can explain me that, I'm struggling to find the way to finish this
    Thank you!
    Image Attached Thumbnails Click image for larger version

Name:	Captura de pantalla 2025-02-22 215256.png
Views:	14
Size:	24.1 KB
ID:	85688  

    Best,
    Artur
    Quote Quote  
  24. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    In addition to what @cedric recommended, if you click on the path line "Descargas > FILES" (not on the actual text, but on the white space part on right side) and type cmd it will open it right in that folder with all your executables
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  25. Thanks!! I finally got it!!

    Thank you friends!!
    Best,
    Artur
    Quote Quote  



Similar Threads

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