From 4503971110aeece45003ce6e6f15e22a10268dbd Mon Sep 17 00:00:00 2001 From: AustrianToast Date: Wed, 17 Jul 2024 19:24:01 +0200 Subject: [PATCH] site name is now input for script for example: downloaded_kemono.txt -> gallery-dl.sh kemono --- gallery-dl/.gitignore | 2 +- gallery-dl/gallery-dl.sh | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/gallery-dl/.gitignore b/gallery-dl/.gitignore index 1fb190b..7184985 100644 --- a/gallery-dl/.gitignore +++ b/gallery-dl/.gitignore @@ -1,5 +1,5 @@ downloaded_kemono.txt -downloaded_r34.txt +downloaded_rule34.txt gallery-dl/*.sqlite3 gallery-dl/log.txt Artists diff --git a/gallery-dl/gallery-dl.sh b/gallery-dl/gallery-dl.sh index 6ff270d..2c66822 100755 --- a/gallery-dl/gallery-dl.sh +++ b/gallery-dl/gallery-dl.sh @@ -2,7 +2,7 @@ IGREEN="\033[0;92m" # Intense Green IYELLOW="\033[0;93m" # Intense Yellow -NO_COLOR="\033[0m" # Text Reset +NO_COLOR="\033[0m" # Text Reset trap interrupt_function INT @@ -42,5 +42,4 @@ download() { } [[ $(hostname) == \s\a\t\a\n ]] && setup_test -download r34 -download kemono \ No newline at end of file +download $1 \ No newline at end of file