From 5b3f88347cd5bd5e94406a8b267726b39b9fd1bf Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Tue, 16 Sep 2025 22:48:26 +0200 Subject: [PATCH] Adjust yt-dlp retry parameter --- modules/yt-dlp.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/yt-dlp.nix b/modules/yt-dlp.nix index df36ae1..2351c11 100644 --- a/modules/yt-dlp.nix +++ b/modules/yt-dlp.nix @@ -92,8 +92,8 @@ in DOWNLOAD_DIR="''${DOWNLOAD_DIR/#\~/$HOME}" # Retry configuration - MAX_RETRIES=5 - BASE_DELAY=5 + MAX_RETRIES=10 + BASE_DELAY=10 # Helper function to create writable cookie file _setup_temp_cookies() {