I just did uv tool install yt-dlp[default] --with mutagen. Updates are handled automatically.
Comment on What YouTube downloader are the kids using these days?
in_my_honest_opinion@piefed.social 1 month agoMake sure you update often though. Youtube/Google/Alphabet are playing whackamole.
You can use yt-dlp -U to update if you are using the release binaries
If you installed with pip, simply re-run the same command that was used to install the program
SexualPolytope@lemmy.sdf.org 1 month ago
FlexibleToast@lemmy.world 1 month ago
I put it in a container that has a build process every week.
SatyrSack@quokk.au 1 month ago
Simply running
pip install yt-dlpdoesn’t update though, right? You need to add an upgrade flag, so either:pip install yt-dlp --upgradepip install yt-dlp -U