Adjust yt-dlp retry parameter
This commit is contained in:
parent
ee82dd245b
commit
5b3f88347c
1 changed files with 2 additions and 2 deletions
|
|
@ -92,8 +92,8 @@ in
|
||||||
DOWNLOAD_DIR="''${DOWNLOAD_DIR/#\~/$HOME}"
|
DOWNLOAD_DIR="''${DOWNLOAD_DIR/#\~/$HOME}"
|
||||||
|
|
||||||
# Retry configuration
|
# Retry configuration
|
||||||
MAX_RETRIES=5
|
MAX_RETRIES=10
|
||||||
BASE_DELAY=5
|
BASE_DELAY=10
|
||||||
|
|
||||||
# Helper function to create writable cookie file
|
# Helper function to create writable cookie file
|
||||||
_setup_temp_cookies() {
|
_setup_temp_cookies() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue