rename Rule34 to gallery-dl
This commit is contained in:
44
gallery-dl/config.json
Normal file
44
gallery-dl/config.json
Normal file
@ -0,0 +1,44 @@
|
||||
{
|
||||
"extractor":
|
||||
{
|
||||
"base-directory": "./Download",
|
||||
"archive": "./archive.sqlite3",
|
||||
|
||||
"rule34":
|
||||
{
|
||||
"archive": "./archive-rule34.sqlite3",
|
||||
|
||||
"filename": "{md5}.{extension}",
|
||||
"directory": ["{search_tags}", "Rule34"]
|
||||
}
|
||||
},
|
||||
|
||||
"downloader":
|
||||
{
|
||||
"part-directory": "/tmp",
|
||||
"rate": "30M",
|
||||
"retries": 3,
|
||||
"timeout": 10
|
||||
},
|
||||
|
||||
"output":
|
||||
{
|
||||
"ansi": true,
|
||||
"log": {
|
||||
"level": "info",
|
||||
"format": {
|
||||
"debug" : "\u001b[0;37m{name}: {message}\u001b[0m",
|
||||
"info" : "\u001b[1;37m{name}: {message}\u001b[0m",
|
||||
"warning": "\u001b[1;33m{name}: {message}\u001b[0m",
|
||||
"error" : "\u001b[1;31m{name}: {message}\u001b[0m"
|
||||
}
|
||||
},
|
||||
"logfile": {
|
||||
"path": "./log.txt",
|
||||
"mode": "w",
|
||||
"format-date": "%Y-%m-%dT%H:%M:%S",
|
||||
"level": "debug"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user