From 62ff85718555d32613d3786ddab17cefc0eb16d0 Mon Sep 17 00:00:00 2001 From: inkch Date: Fri, 4 Apr 2025 17:06:47 +0900 Subject: [PATCH] yt-dlp: change output filename (include video id) --- dot_config/yt-dlp/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/yt-dlp/config b/dot_config/yt-dlp/config index d24cb65..99bedd3 100644 --- a/dot_config/yt-dlp/config +++ b/dot_config/yt-dlp/config @@ -1,5 +1,5 @@ -f b --prefer-free-formats --o /mnt/hdd/vids/yt/%(uploader)s/%(title).250s.%(ext)s +-o "/mnt/hdd/vids/yt/%(uploader)s/%(upload_date)s - %(title).200s [%(id)s].%(ext)s" --downloader 'aria2c' ---downloader-args 'aria2c:--console-log-level=warn -j 8 -x 8 -s 8 -k 4M -U "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36"' \ No newline at end of file +--downloader-args 'aria2c:--console-log-level=warn -j 8 -x 8 -s 8 -k 4M -U "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36"'