Adjust yt-dlp retry parameter

This commit is contained in:
Yan Lin 2025-09-16 22:48:26 +02:00
parent ee82dd245b
commit 5b3f88347c

View file

@ -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() {