De Help Desk punt NL
Kennisbank
De Helpdesk > De Helpdesk > Kennisbank

Youtube video downloaden

Oplossing

Using the release binary

You can simply download the correct binary file for your OS

Windows Linux MacOS Other variants

In UNIX-like OSes (MacOS, Linux, BSD), you can also install the application into a location in your $PATH, such as ~/.local/bin, in one of the following ways:

curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o ~/.local/bin/yt-dlp
chmod a+rx ~/.local/bin/yt-dlp  # Make executable
 
wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -O ~/.local/bin/yt-dlp
chmod a+rx ~/.local/bin/yt-dlp  # Make executable
 
aria2c https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp --dir ~/.local/bin -o yt-dlp
chmod a+rx ~/.local/bin/yt-dlp  # Make executable
 

To update, run:

yt-dlp -U
 

To use shell completion (autocomplete), look for the completion files in the source tarball. It comes with bash, fish & zsh support.

With pip

You can install the PyPI package with:

python3 -m pip install -U yt-dlp[default]
 

You can install without any of the optional dependencies using:

python3 -m pip install --no-deps -U yt-dlp
 

 

You can also install the nightly version of yt-dlp with:

python3 -m pip install -U --pre yt-dlp[default]
 

 

If you want to be on the bleeding edge, you can also install the master branch with:

python3 -m pip install -U pip hatchling wheel
python3 -m pip install --force-reinstall "yt-dlp[default] @ https://github.com/yt-dlp/yt-dlp/archive/master.tar.gz"
 

On some systems, you may need to use py or python instead of python3

To update, run:

python3 -m pip install -U yt-dlp[default]

 

 
Was dit artikel bruikbaar? ja / nee
Gerelateerde artikelen Nagios installeren op CentOS 7
Lynis systeem tester
how to install bfd (Brute Force Detection)
Hoe installeer je Unison in CentOS 7
Scan CentOS for Malware, Viruses, and Rootkits
Nagios installeren op Fedora 12
(D)DoS Deflate
Commandline OCR
THC-Hydra 5.4 installeren in Ubuntu Karmic Koala 9.10
Speedtest internet vanaf command-line
Artikel details
Artikel ID: 794
Categorie: Internet
Zoekwoorden youtube, dl, download, local, video, opslaan
Datum toegevoegd: 20-Mar-2024 10:33:24
Aantal bekeken: 375
Beoordeling (Stemmen): Artikel nog niet beoordeeld (0)

 
« Ga terug