From 64b2479cc92aed4104c9ae6beb4c89c13110917e Mon Sep 17 00:00:00 2001 From: Matheus Albino Date: Wed, 26 Jun 2024 15:41:45 -0300 Subject: [PATCH] Updates gdl-update-todo.sh's data-hoarding path --- scripts/shell/gdl-update-todo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/shell/gdl-update-todo.sh b/scripts/shell/gdl-update-todo.sh index 31e7b3c..978723b 100755 --- a/scripts/shell/gdl-update-todo.sh +++ b/scripts/shell/gdl-update-todo.sh @@ -34,7 +34,7 @@ if $should_use_parallel_downloads && $should_use_parallel_tmux; then echo " --parallel-tmux" fi -gallery_dl_path=/mnt/e/home/Documents/data-hoarding +gallery_dl_path=/mnt/e/home/data-hoarding cd "$gallery_dl_path" urls=($(grep -v "filter" -i "$gallery_dl_path/todo.md" | grep -Eo "(mastodon:)?(http|https)://[a-zA-Z0-9.(/~@)?=_%:-]*"))