From 618fe4a9ce055a231ebc5277a9e3b0c243ee934e Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Sun, 1 Mar 2026 00:29:16 +0100 Subject: [PATCH] Fix yt-dlp download folder --- yt-dlp/.config/yt-dlp/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt-dlp/.config/yt-dlp/config b/yt-dlp/.config/yt-dlp/config index 0358374..cc3b7e5 100755 --- a/yt-dlp/.config/yt-dlp/config +++ b/yt-dlp/.config/yt-dlp/config @@ -2,7 +2,7 @@ # --no-playlist # Save in ~/Videos --o ~/Videos/%(title)s.%(ext)s +-o ~/Video/%(title)s.%(ext)s # Prefer 1080p or lower resolutions -f bestvideo[ext=mp4][width<2000][height<=1200]+bestaudio[ext=m4a]/bestvideo[ext=webm][width<2000][height<=1200]+bestaudio[ext=webm]/bestvideo[width<2000][height<=1200]+bestaudio/best[width<2000][height<=1200]/best