====== yt-dlp ====== * https://github.com/yt-dlp/yt-dlp ====== Download ====== * Expects ''yt-dlp.exe'' in ''%UserProfile%\Downloads'' * https://github.com/yt-dlp/yt-dlp/releases ====== 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