731
Google is intentionally throttling YouTube videos, slowing down users with ad blockers
(www.windowscentral.com)
This is a most excellent place for technology news and articles.
I’m new to yt-dlp. Care to share your flags? I’m a little confused on which ones I actually need.
I mean, you don't need anything; it'll work with no flags. I have these:
That'll just embed some useful metadata in the file.
Also if you just want the audio to listen to (I like to do this with TTRPGs) you can do:
yt-dlp -x -f bestaudio
Also works great in a pinch for getting sounds and music for FoundryVTT.
I'm pretty sure that it defaults to best quality.
goes looking at man page
So I think that it should normally pull down the best audio unless you get into some situation where YouTube doesn't offer a format that simultaneously has the combination of highest audio quality with the highest video quality; if it has to do so to get the highest video quality then, it'll sacrifice audio quality.
EDIT: Hmm. I could have sworn that there was more text about prioritizing relative audio and video quality at one point in the man page, but I don't see anything there now. Maybe it can just always get the best audio quality, regardless of video quality, can pull 'em entirely separately.
Note that subtitles doesn't include automatic subtitles. For that you have to do --write-auto-subs in conjunction
Thanks.
EDIT: There isn't an
--embed-auto-subs
, but there is a--write-auto-subs
.Fixed thanks.
I'm a filthy Windows user that's too lazy to migrate my main PC to Fedora.
Multiple URLs can be separated by spaces. Put any URLs with ampersands in quotes or remove the ampersand and following arguments.
You can find a list of all the arguments on the yt-dlp github page
I like https://github.com/ArabCoders/ytptube gui. Only started using it yesterday, so far for indovidual videos. However it looks like it can also watch new videos being uploaded, thought not tried it myself.
Use docker compose for quick deployment