#How do i install the yt-dlp tool?

20 messages · Page 1 of 1 (latest)

noble spear
#

and how do i use it?

viral haven
#

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

rare gust
#

yt-dlp is lowkey easy enough i nthe terminal

#

yt-dlp <link> downloads a video

#

yt-dlp -x <link> extracts just the audio

viral haven
noble spear
rare gust
#

probably you need to install more codecs and formats... not sure how to do that on linux mint, I use arch

viral haven
#

Theres an option to install multimedia codecs

#

In the live environment

noble spear
viral haven
#

Its just a checkmark

#

On the install screen

long raft
#

yt-dlp is already included in Mint, but it is an old version and doesn't work

viral haven
#

Have you tried the ytDownloader app in the software manager?

long raft
#

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