From 0949722eab30bd2ca9ed405b23faf69ffd544bfa Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sat, 20 Sep 2025 22:23:02 +0200 Subject: [PATCH] Make yt-dlp delay longer --- modules/yt-dlp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/yt-dlp.nix b/modules/yt-dlp.nix index 2351c11..57f8f97 100644 --- a/modules/yt-dlp.nix +++ b/modules/yt-dlp.nix @@ -93,7 +93,7 @@ in # Retry configuration MAX_RETRIES=10 - BASE_DELAY=10 + BASE_DELAY=60 # Helper function to create writable cookie file _setup_temp_cookies() {