Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
add --yes arg to uld to avoid crash
Browse files Browse the repository at this point in the history
  • Loading branch information
pkejval committed Sep 25, 2023
1 parent e0c9243 commit 62c2321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function run_uld() {
LAST_OUTPUT=0

(
python3 /app/ulozto-downloader/ulozto-downloader.py $ENFORCE_TOR --frontend JSON --auto-captcha --parts "$PARTS" --output "/downloads" "$1"
python3 /app/ulozto-downloader/ulozto-downloader.py $ENFORCE_TOR --yes --frontend JSON --auto-captcha --parts "$PARTS" --output "/downloads" "$1"
) | while read -r OUTPUT
do
[[ $DEBUG == 1 ]] && echo "$OUTPUT"
Expand Down

0 comments on commit 62c2321

Please sign in to comment.