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