add kemono support
This commit is contained in:
@ -5,6 +5,7 @@ IYELLOW="\033[0;93m" # Intense Yellow
|
||||
NO_COLOR="\033[0m" # Text Reset
|
||||
|
||||
setup_test() {
|
||||
[[ ! -d ./Artists ]]
|
||||
rm -f ./archive.sqlite3 ./archive-rule34.sqlite3 ./log.txt || exit 1
|
||||
rm -rf ./Download/* || exit 1
|
||||
}
|
||||
@ -36,5 +37,13 @@ download_r34() {
|
||||
download to_download_r34.txt
|
||||
}
|
||||
|
||||
download_kemono() {
|
||||
[[ -f downloaded_kemono.txt ]] || echo -e "${IYELLOW}download_kemono: no file to download from${NO_COLOR}" || exit 1
|
||||
cp downloaded_kemono.txt to_download_kemono.txt
|
||||
|
||||
download to_download_kemono.txt
|
||||
}
|
||||
|
||||
setup_test
|
||||
download_r34
|
||||
download_kemono
|
||||
|
Reference in New Issue
Block a user