Installer yt-dlp
Choisissez votre méthode préférée : binaire, pip ou gestionnaire de paquets.
📥Binaires officiels
Téléchargez la dernière version stable depuis GitHub en un clic.
🐍Installation via pip
# Installation basique pip install yt-dlp # Installation avec
dépendances complètes pip install "yt-dlp[default]" # Mise à jour
pip install -U yt-dlp
🖥️Installation système
# Ubuntu/Debian sudo add-apt-repository ppa:tomtomtom/yt-dlp sudo
apt update && sudo apt install yt-dlp # Arch Linux sudo pacman -S
yt-dlp # macOS avec Homebrew brew install yt-dlp # Windows avec
Chocolatey choco install yt-dlp
⚙️Installer FFmpeg
FFmpeg est nécessaire pour fusionner les formats vidéo/audio et les post-traitements.
# Ubuntu/Debian sudo apt install ffmpeg # Windows avec Chocolatey
choco install ffmpeg # macOS avec Homebrew brew install ffmpeg