#How do i install the yt-dlp tool?
20 messages · Page 1 of 1 (latest)
Do you want a cli or a gui?
Also make sure you have the rights to that vid being downloaded, piracy is a big nono here
And everywhere
For a gui tool id give yt-downloader a try
yt-dlp is lowkey easy enough i nthe terminal
yt-dlp <link> downloads a video
yt-dlp -x <link> extracts just the audio
Yea, but the gui tool i gave also has stupid easy settings, and has incredible metadata by default
um
probably you need to install more codecs and formats... not sure how to do that on linux mint, I use arch
how?
yt-dlp is already included in Mint, but it is an old version and doesn't work
Have you tried the ytDownloader app in the software manager?
get the upstream version: wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_linux && chmod +x ./yt-dlp_linux
move it to whatever folder you like (example moving to Downloads/Applications -> mkdir -p ~/Downloads/Applications/yt-dlp-latest && mv ./yt-dlp_linux ~/Downloads/Applications/yt-dlp-latest
you can also do echo "alias yt-dlp-latest=/home/\$USER/Downloads/Applications/yt-dlp-latest/yt-dlp_linux -U" >> ~/.bash_aliases then use yt-dlp-latest instead of yt-dlp in the command line