Updates gdltool.sh

This commit is contained in:
2025-04-15 20:04:14 -03:00
parent 62f2dc66be
commit 3c9d935602

View File

@@ -56,6 +56,7 @@ if [ ${#commands_not_found[@]} -ne 0 ]; then
fi fi
furry_commission_ideas_path=/mnt/e/clouds/nextcloud/furry-downloads furry_commission_ideas_path=/mnt/e/clouds/nextcloud/furry-downloads
# furry_commission_ideas_path=/mnt/e/home/documents-unsorted/data-hoarding/furry-downloads
# furry_commission_ideas_path=/mnt/e/home/downloads/furry-downloads # furry_commission_ideas_path=/mnt/e/home/downloads/furry-downloads
furry_commission_ideas_urls_filename="urls.txt" furry_commission_ideas_urls_filename="urls.txt"
scripts_path=/home/cloud/repos/personal-devboot/scripts/shell scripts_path=/home/cloud/repos/personal-devboot/scripts/shell
@@ -231,7 +232,7 @@ existing_folders=()
fill_existing_folders_array() { fill_existing_folders_array() {
ignore_paths=("artists" "kinks" "ideas") ignore_paths=("artists" "kinks" "ideas")
ignore_paths_depth_2=("artists" "favorites") ignore_paths_depth_2=("artists" "favorites")
ignore_paths_depth_last=("no-source" ".bsky.social") ignore_paths_depth_last=("no-source" ".bsky.social" "old" "mine")
find_command="find * -type d" find_command="find * -type d"