small changes

This commit is contained in:
2024-07-09 01:36:48 +02:00
parent ee2174473a
commit 1ef3acf6d9
2 changed files with 3 additions and 4 deletions

View File

@ -11,11 +11,11 @@
"filename": "{md5}.{extension}", "filename": "{md5}.{extension}",
"directory": ["{search_tags}", "Rule34"] "directory": ["{search_tags}", "Rule34"]
}, },
"kemono": "kemonoparty":
{ {
"archive": "./archive-kemono.sqlite3", "archive": "./archive-kemono.sqlite3",
"filename": "{md5}.{extension}", "filename": "{id}_{num:>03}.{extension}",
"directory": ["{user}", "Kemono"] "directory": ["{user}", "Kemono"]
} }
}, },

View File

@ -6,8 +6,7 @@ NO_COLOR="\033[0m" # Text Reset
setup_test() { setup_test() {
[[ ! -d ./Artists ]] [[ ! -d ./Artists ]]
rm -f ./archive.sqlite3 ./archive-rule34.sqlite3 ./log.txt || exit 1 rm -rf archive*.sqlite3 ./log.txt ./Artists/* || exit 1
rm -rf ./Download/* || exit 1
} }
download() { download() {