Updates
This commit is contained in:
8
scripts/shell/gdl-update-todo.sh
Executable file
8
scripts/shell/gdl-update-todo.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
gallery_dl_path=/mnt/e/home/Documents/Data\ hoarding
|
||||
cd "$gallery_dl_path"
|
||||
|
||||
urls=($(grep -Eo "(http|https)://[a-zA-Z0-9./?=_%:-]*" -i "$gallery_dl_path/todo.txt"))
|
||||
|
||||
for url in ${urls[@]}; do gallery-dl $url; done
|
||||
Reference in New Issue
Block a user