User Tools

Site Tools


programs:windows:yt-dlp

yt-dlp

Download

  • Expects yt-dlp.exe in %UserProfile%\Downloads

Show Formats

  • Change x to a URL
"%UserProfile%\Downloads\yt-dlp.exe" --list-formats x

Download Media

  • Change x to a URL
  • bestaudio can be changed to bestvideo for just video, or best for best video with audio
CD "%UserProfile%\Downloads" && "%UserProfile%\Downloads\yt-dlp.exe" --extract-audio --format "bestaudio" x

M4A Audio

  • Ideal for iOS devices
CD "%UserProfile%\Downloads" && "%UserProfile%\Downloads\yt-dlp.exe" --extract-audio --format "bestaudio" --audio-format "m4a" x

MP3 Audio

CD "%UserProfile%\Downloads" && "%UserProfile%\Downloads\yt-dlp.exe" --extract-audio --format "bestaudio" --audio-format "mp3" x
/var/www/wiki/data/pages/programs/windows/yt-dlp.txt · Last modified: 2024/08/15 00:27 by 127.0.0.1