Updates gdl-update-todo.sh's data-hoarding path

This commit is contained in:
Matheus Albino
2024-06-26 15:41:45 -03:00
parent cd3f703999
commit 64b2479cc9

View File

@@ -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.(/~@)?=_%:-]*"))