VideoHelp Forum





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



+ Reply to Thread
Results 1 to 12 of 12
  1. Widevine proxy 2 does it
    Quote Quote  
  2. Hi, thank you.
    I am new in this area, so please be understanding.
    I try to follow instruction to install extension Widevine proxy 2 based on the below.
    https://forum.videohelp.com/threads/416316-%5BRelease%5D-WidevineProxy2-Extension-Bypa...s-Lic-wrapping

    I believe that I have extension added in the Firefox (screen)

    Than, I have selected "Widevine device" from this page https://forum.videohelp.com/threads/413719-Ready-to-use-CDMs-available-here%21

    I go to the ABC page with the video, and click play.
    And no "Keys" are visible.
    Image
    [Attachment 91150 - Click to enlarge]

    Please advise what should I do differently.
    Quote Quote  
  3. Member
    Join Date
    Dec 2021
    Location
    england
    Search Comp PM
    because you didnt enabled wvp2
    Image
    [Attachment 91154 - Click to enlarge]
    Quote Quote  
  4. you may need to use real l3 cdm also
    Quote Quote  
  5. Thank you for continuous help.
    I have ticked "Enables" wvp2
    I have changed to real l3 cdm from this site https://forum.videohelp.com/threads/417425-Real-Device-L3-Cdms
    Finally, I have list of keys (screen below)

    Questions:
    What are the final steps?
    Should I "clear keys" next by ticking "clear"?
    Can I downlooad video to my computer with Widevine proxy 2? What I need to click?
    Image
    [Attachment 91159 - Click to enlarge]
    Quote Quote  
  6. Member
    Join Date
    Dec 2021
    Location
    england
    Search Comp PM
    you will need binaries
    https://files.videohelp.com/u/301156/downloader.zip
    run cmd
    click on cmd from wvp2 to copy, paste on command prompt, then enter.
    Quote Quote  
  7. I have downloaded CMD
    Image
    [Attachment 91160 - Click to enlarge]

    I undestand that in this CMD I should write prompt
    I understand that I should copy CMD from Widevine proxy 2 and paste to CMD
    Image
    [Attachment 91162 - Click to enlarge]


    I did that and this is current massage that I received
    Image
    [Attachment 91163 - Click to enlarge]


    Maybe it is worth to mentioned, that I am using Urban VPN to open videos from ABC.com
    And when I open CDM, I am receiving this message first.
    Image
    [Attachment 91164 - Click to enlarge]
    Last edited by Bolly; 11th Feb 2026 at 18:07.
    Quote Quote  
  8. Member
    Join Date
    Dec 2021
    Location
    england
    Search Comp PM
    why did you save file i give you in appdata/.......
    move it to your desktop or download folder
    and why did you open cmd in path - system32 folder
    open cmd in binaries folder, run from there
    Image
    [Attachment 91167 - Click to enlarge]

    Image
    [Attachment 91166 - Click to enlarge]
    Quote Quote  
  9. Hi, I have extracted it to desktop and it works. thank you to All,

    additional point, each time when I want to download video, I need to press play for video to start playing, so video is readable by program. Is it possible to turn on autoplay for every ABC.com videos in firefox, so video is starting playing when I only enter the page
    e.g. https://abc.com/shows/general-hospital/episode-guide/2023-02/19-tue-feb-03-2026
    Quote Quote  
  10. Originally Posted by Bolly View Post
    Hi, I have extracted it to desktop and it works. thank you to All,

    additional point, each time when I want to download video, I need to press play for video to start playing, so video is readable by program. Is it possible to turn on autoplay for every ABC.com videos in firefox, so video is starting playing when I only enter the page
    e.g. https://abc.com/shows/general-hospital/episode-guide/2023-02/19-tue-feb-03-2026
    Download Tampermonkey, Violentmonkey or Greasemonkey and put this script:
    Code:
    // ==UserScript==
    // @name         Auto-Click Play Button
    // @version      1.0
    // @description  Press the play button automatically
    // @match        https://abc.com/*
    // ==/UserScript==
    
    (function() {
        'use strict';
    
        // Search and click function
        const clickPlayButton = () => {
            // We search for the button by its aria-label attribute
            const playButton = document.querySelector('button[aria-label="Play"]');
    
            if (playButton) {
                playButton.click();
                console.log("Play button pressed automatically.");
                // We stop the observer once we achieve it
                observer.disconnect();
            }
        };
    
        // We use MutationObserver in case the button takes a long time to load (AJAX/JS)
        const observer = new MutationObserver((mutations) => {
            clickPlayButton();
        });
    
        // Start observing the body of the page
        observer.observe(document.body, {
            childList: true,
            subtree: true
        });
    
        // Initial attempt to see if it already exists
        clickPlayButton();
    })();
    Quote Quote  
  11. dzięki za kod
    Quote Quote  



Similar Threads

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