So lately I have been looking at different ways to get web-dl. When looking around I found the widevine-guesser. I like it but it seems like a lot of setup on the system. Instead I have been just using ytdlp with cookies being passed to it then using ffmpeg for x265 compression. All being done within a bat file that I can load a list of links and have it run over night. Is the way I am doing it over night not the proper way?
+ Reply to Thread
Results 1 to 5 of 5
-
-
What you are saying is confusing.
Widevine gusser is for getting keys. It's definitely not "a lot of setup on the system" since it's a "simple" extension for your browser.
If you are using only ytdlp and ffmpeg to get anything, it means the content is not encrypted.
You can't use ytdlp/ffmpeg INSTEAD of gusser, lol.
Anyway, whatever you are doing, if it's working, keep doing it. -
Because you can pass cookies to ytdlp you can get the file not encrypted on the system.
Code:%SN is given name %1 is link loaded from text file %2 is name of file loaded from text file
Code:yt-dlp --external-downloader aria2c --external-downloader-args "-x 16 -s 16 -k 3M" --cookies "%USERPROFILE%\Downloads\paramount\paramountplus.com_cookies.txt" -o "%USERPROFILE%\downloads\temp\%SN% %2.mp4" -f ("bestvideo[height<=720]+bestaudio/best[height<=720]") %1 title "%SN% %2"
Code:ffmpeg -i "%USERPROFILE%\downloads\temp\%SN% %2.mp4" -preset slow -pix_fmt yuv420p10le -c:v libx265 -x265-params profile=main10 -c:a copy -metadata:s:a:0 language=eng -c:s copy "%USERPROFILE%\downloads\temp\transfer\%SN% %2.mkv"
So not really any needed software other than YTDLP, FFMPEG and if a person chooses Filebot. All of this runs within CMD and batch files take care of everything.
What I was wondering is Widevine Guesser seems like you would have to grab a key file for every file you download. Instead this is just a list of a series that it can grab everything at once and run over night.
Is there anything that would make the web-dl a better copy from guesser vs ytdlp/ffmpeg?
I like the ability to use batch so I don't have to monitor. -
who knows how to download from paramount plus videos https://www.paramountplus.com/shows/video/uGPZXBptawT7eFjyWmXLuInXkSv9iN32/
Similar Threads
-
All 4 Changes Braking MPD download
By HurMummer in forum Video Streaming DownloadingReplies: 8Last Post: 21st Mar 2022, 09:03 -
How to download from zee5 site and download mpd link
By qasem1368 in forum Video Streaming DownloadingReplies: 7Last Post: 25th Nov 2021, 21:28 -
How to download this MPD?
By jdanielw in forum Video Streaming DownloadingReplies: 2Last Post: 14th Feb 2021, 04:55 -
Download this mpd... help
By leoglez29 in forum Video Streaming DownloadingReplies: 4Last Post: 17th Jul 2020, 22:25 -
how to download MPD
By gonto333 in forum Video Streaming DownloadingReplies: 1Last Post: 29th Jun 2020, 19:58