From 850bfd6e68c8a256fce184dd21191bda34790ee1 Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Mon, 4 Aug 2025 23:37:56 +0300 Subject: [PATCH] Set a default configuration for yt-dlp --- .config/yt-dlp/config | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .config/yt-dlp/config diff --git a/.config/yt-dlp/config b/.config/yt-dlp/config new file mode 100644 index 0000000..2ef4b09 --- /dev/null +++ b/.config/yt-dlp/config @@ -0,0 +1,11 @@ +# Set a default output directory +--output ~/Downloads/yt-dlp/%(title)s.%(ext)s + +# Metadata embedding +--embed-info-json +--embed-metadata +--embed-thumbnail + +# Post-processing options +--extract-audio +--keep-video