[Attachment 65685 - Click to enlarge]
I found this mpd file, and tried to download it because I've already got the keys.
But ytdlp gave an http 403 error.
Any solution? Thanks~
[Attachment 65686 - Click to enlarge]
+ Reply to Thread
Results 1 to 13 of 13
Thread
-
-
I also added "--allow-u" to download unplayable formats and "--cookies-from-browser chrome" to extract cookies from chrome in case of authentication needed.
-
try to add -o video.mp4
and also --referer "http:\\link"
but from mpd i see date Prod_5April2021&exp=.... i think it's expired mpd link -
I've never done anything like that on Discovery+, I just put addresses of videos in a batch file like so:
Code:@echo off cd Movies yt-dlp.exe --cookies c:\yt-dlp\cookies.txt --output %%(title)s.%%(ext)s https://www.discoveryplus.com/video/path-to-video-1 yt-dlp.exe --cookies c:\yt-dlp\cookies.txt --output %%(title)s.%%(ext)s https://www.discoveryplus.com/video/path-to-video-2 yt-dlp.exe --cookies c:\yt-dlp\cookies.txt --output %%(title)s.%%(ext)s https://www.discoveryplus.com/video/path-to-video-3 pause
-
-
-
Discovery+ has made a larger push rolling out their DRM over the past 24 hours..
-
As in what, specifically? It doesn't seem like they would actually replace all of their shows, of which they claimed when they started that they had 55,000 episodes of many different TV shows, and I know they have a lot more than that now.
Edit: I get it... AT&T struck again. WarnerMedia and Discovery+ have merged. Whether it's a good or a bad thing remains to be seen.Last edited by Axel Slingerland; 4th Jul 2022 at 18:21.
-
use youtube-dl and add --verbose --cookies <insert cookies.txt> <add website link from the video you want>
-
Folks,
issue solved.
Just use "ytdlp <this website url> --cookies-from-browser <type the browser that you have logged in to paramountplus> -N 6"
Weird that in paramountplus, you donot need to input the mpd url, just the website url is OK.
Picture below.
[Attachment 65735 - Click to enlarge] -
So far, I've never used --verbose. What can I say? What would I do with debugging information?
I don't even have a membership there and can download a good bit of stuff. Like most sites I go to, there are some DRM files I can't download, but most of what I've tried has worked. I think that's their way of preventing people from having entire TV series they can release on DVDs somewhere...Last edited by Axel Slingerland; 4th Jul 2022 at 23:41.
-
Similar Threads
-
Download HBO Max series issue
By CrymanChen in forum Video Streaming DownloadingReplies: 3Last Post: 6th Jun 2022, 05:21 -
How to fix the streamlink download issue.
By zydjohn in forum Newbie / General discussionsReplies: 2Last Post: 26th Feb 2022, 08:54 -
Downloading from Discovery.ca (Canada)
By Hishighness420 in forum Video Streaming DownloadingReplies: 1Last Post: 28th Jul 2020, 17:52 -
Downloading video from discovery.ca
By flinch987 in forum Video Streaming DownloadingReplies: 5Last Post: 26th Jan 2020, 13:27 -
trying to download from discovery.com with youtube-dl
By Scott Zechman in forum Video Streaming DownloadingReplies: 0Last Post: 11th Jul 2019, 11:33