I've been using yt-dlp for years, with credentials to download stuff from certain networks, like ABC, or mouse themed stuff. Recently starting encountering the dreaded "HTTP Error 451". I'm wondering what my next direction should be. Is there a good workaround for this? A better toolset to use? Do I need to invest in something like StreamFab? I have no qualms diving in and learning, but just wanted to get an idea of which way to go.
My current process was to export my cookies file from my browser, then from my linux host, run yt-dlp, grabbing the video.
Eg -
orCode:yt-dlp --quiet --ap-mso $ispmso --ap-username $xusername --ap-password $xpassword --cookies=./cookies.txt $SHOWURL
Thanks!Code:yt-dlp --quiet --progress -o "$Showfilename.%(ext)s" --ap-mso $ispmso --ap-username $xusername --ap-password $xpassword --user-agent 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0' --cookies=./cookies.txt --write-sub --sub-format srt --convert-subs srt $SHOWURL
+ Reply to Thread
Results 1 to 5 of 5
-
-
If you're trying to download DRM content you should use this
https://forum.videohelp.com/threads/416316-%5BRelease%5D-WidevineProxy2-Extension-Bypa...s-Lic-wrapping
Otherwise for non-drm, yt-dlp seems to be still working
Code:yt-dlp https://abc.com/video/0e2af2ea-cae9-40da-b34c-7e2e9a7798f0/playlist/PL551344809 [Go] Extracting URL: https://abc.com/video/0e2af2ea-cae9-40da-b34c-7e2e9a7798f0/playlist/PL551344809 [Go] PL551344809: Downloading webpage [Go] vdka39216907: Downloading JSON metadata [Go] VDKA39216907: Downloading JSON metadata [Go] VDKA39216907: Downloading m3u8 information [info] VDKA39216907: Downloading 1 format(s): MP4-SOURCE [download] Destination: Luke Bryan Duets with Crews Wright on George Strait Classic! Honky Tonk Magic! [VDKA39216907].mp4 [download] 100% of 37.52MiB in 00:00:02 at 17.44MiB/s
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
Thank you. I wasn't sure if it was a DRM issue or a diff odd error. In the past, I got diff errors for DRM. But I'll start reading up on that link. Thank you.
-
If you aren't 100% sure if it's drm or not, you can load the page on firefox. If it's drm you'll get something like this little icon/popup
[Attachment 86125 - Click to enlarge]--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
Sorry, I wasn't clear. In the past, I got a message indicating it is DRM. I see it is DRM blocked, but I guess the message changed. I have some work and learning ahead of me
Similar Threads
-
yt-dlp: error: You must provide at least one URL.
By johnr283 in forum Video Streaming DownloadingReplies: 7Last Post: 9th Jun 2024, 17:42 -
403 error in yt-dlp in vimeo
By antik85 in forum Video Streaming DownloadingReplies: 3Last Post: 19th May 2024, 15:58 -
certification error with yt-dlp
By blanc in forum Video Streaming DownloadingReplies: 13Last Post: 29th Mar 2022, 07:53 -
Yt-dlp ERROR <urlopen error time out>
By Josh in forum Video Streaming DownloadingReplies: 9Last Post: 7th Jan 2022, 08:53 -
yt-dlp error "HTTP Error 403: Forbidden". MPD downloading [ABC.com site]
By nikshell29 in forum Video Streaming DownloadingReplies: 5Last Post: 26th Aug 2021, 15:18