Hi,
Which tool can I use to download video from ABC site
e.g. https://abc.com/shows/general-hospital/episode-guide/2023-02/19-tue-feb-03-2026
+ Reply to Thread
Results 1 to 12 of 12
-
-
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.
[Attachment 91150 - Click to enlarge]
Please advise what should I do differently. -
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?
[Attachment 91159 - Click to enlarge] -
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. -
I have downloaded CMD
[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
[Attachment 91162 - Click to enlarge]
I did that and this is current massage that I received
[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.
[Attachment 91164 - Click to enlarge]Last edited by Bolly; 11th Feb 2026 at 18:07.
-
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
[Attachment 91167 - Click to enlarge]
[Attachment 91166 - Click to enlarge] -
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(); })();
Similar Threads
-
Download abc.com Help
By takistexas in forum Video Streaming DownloadingReplies: 6Last Post: 30th Jul 2024, 00:43 -
abc.com Download Videos
By takistexas in forum Video Streaming DownloadingReplies: 2Last Post: 27th Jul 2024, 13:40 -
Download video from ABC
By raknitir in forum Video Streaming DownloadingReplies: 9Last Post: 24th Jul 2024, 17:11 -
Download from ABC.com
By phineferb98 in forum Video Streaming DownloadingReplies: 6Last Post: 3rd Jan 2023, 09:08 -
download from ABC
By [ss]vegeta in forum Video Streaming DownloadingReplies: 9Last Post: 29th Jul 2021, 12:44


Quote
