small changes
This commit is contained in:
@ -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"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -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() {
|
||||||
|
Reference in New Issue
Block a user