yt‐dlp - s50600822/Notes GitHub Wiki

code ~/.config/yt-dlp/config

# Download the best quality WebM video and best audio
--format "bestvideo[ext=webm]+bestaudio"

# Merge video and audio into WebM format
--merge-output-format webm

# Output directory and file name
--output "~/Downloads/%(title)s.%(ext)s"