diff --git a/scripts/shell/gdl-update-todo.sh b/scripts/shell/gdl-update-todo.sh index 94a215c..17a6fd1 100755 --- a/scripts/shell/gdl-update-todo.sh +++ b/scripts/shell/gdl-update-todo.sh @@ -5,4 +5,4 @@ cd "$gallery_dl_path" urls=($(grep -Eo "(http|https)://[a-zA-Z0-9./?=_%:-]*" -i "$gallery_dl_path/todo.md")) -for url in ${urls[@]}; do gallery-dl $url; done +for url in ${urls[@]}; do gallery-dl --abort 1 $url; done