-
Notifications
You must be signed in to change notification settings - Fork 1
yt‐dlp
Phan Văn Hoà - 潘文和 - 반문화 edited this page Nov 5, 2024
·
1 revision
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"