Windows PowerShell / CMD · Copia e incolla · Aggiornato 2026
Tutti i comandi yt-dlp comuni in un unico posto. Incolla direttamente in PowerShell o CMD. Sostituisci l'URL con il tuo link video o playlist.
Essenziali
yt-dlp "URL"
yt-dlp -f "bestvideo+bestaudio/best" "URL"
yt-dlp --version
yt-dlp -U
yt-dlp -F "URL"
yt-dlp --simulate "URL"
Qualità & selezione formato
yt-dlp -f "bestvideo[height<=1080]+bestaudio/best" "URL"
yt-dlp -f "bestvideo[height>=2160]+bestaudio/best" "URL"
yt-dlp -f "bestvideo[ext=mp4][vcodec*=h264]+bestaudio[ext=m4a]/best[ext=mp4]" "URL"
yt-dlp -f "bestvideo[vcodec^=av01]/bestvideo[vcodec^=vp9]/bestvideo+bestaudio/best" "URL"
Audio & MP3
yt-dlp -x --audio-format mp3 --audio-quality 0 --embed-thumbnail --embed-metadata "URL"
yt-dlp -f ba -x --audio-format best "URL"
yt-dlp -x --audio-format mp3 --audio-quality 0 --embed-thumbnail --embed-metadata --yes-playlist -o "%(playlist_index)02d-%(title)s.%(ext)s" "PLAYLIST_URL"
yt-dlp -a links.txt -x --audio-format mp3 --audio-quality 0
Playlist & canali
yt-dlp --yes-playlist -o "%(playlist_index)02d-%(title)s.%(ext)s" "PLAYLIST_URL"
yt-dlp --playlist-items 1,5,10-12 "PLAYLIST_URL"
yt-dlp --continue --download-archive downloaded.txt "PLAYLIST_URL"
yt-dlp "https://www.youtube.com/@NomeCanale/videos" -o "%(upload_date>%Y-%m-%d)s-%(title)s.%(ext)s"
Sottotitoli
yt-dlp --write-sub --write-auto-sub --sub-langs it --sub-format srt "URL"
yt-dlp -f "bv+ba/best" --write-auto-sub --sub-langs "it,*" --embed-subs --merge-output-format mkv "URL"
yt-dlp --write-sub --write-auto-sub --sub-langs it --skip-download "URL"
Template di output
-o "C:/Video/%(title)s.%(ext)s"
-o "C:/Video/%(playlist)s/%(playlist_index)02d-%(title)s.%(ext)s"
-o "C:/Musica/%(artist,channel)s/%(title)s.%(ext)s"
-o "C:/Video/%(channel)s/%(upload_date>%Y-%m-%d)s-%(title)s.%(ext)s"
Variabili template comuni:
%(title)s%(ext)s%(id)s%(upload_date)s%(channel)s%(playlist_index)02dAvanzato
-N 4
--limit-rate 5M
--retries 10 --fragment-retries 10
--cookies-from-browser chrome
--embed-thumbnail --embed-metadata
--dateafter today-30days