programs:windows:yt-dlp
Table of Contents
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 tobestvideo
for just video, orbest
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: by 127.0.0.1