reorder options in gallery-dl.conf

pull/86/head
Mike Fährmann 7 years ago
parent f5c6a2d7f5
commit b25ae30a95
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -1,21 +1,7 @@
{
"base-directory": "~/gallery-dl/",
"netrc": true,
"cache": {
"file": "~/gallery-dl/cache.sqlite3"
},
"downloader":
{
"part-directory": "/tmp/.download/",
"rate": "1M",
"retries": 3,
"timeout": 8.5
},
"extractor":
{
"base-directory": "~/gallery-dl/",
"archive": "~/gallery-dl/archive.sqlite3",
"proxy": "http://10.10.1.10:3128",
@ -103,9 +89,23 @@
}
},
"downloader":
{
"part-directory": "/tmp/.download/",
"rate": "1M",
"retries": 3,
"timeout": 8.5
},
"output":
{
"mode": "terminal",
"logfile": "~/gallery-dl/log.txt"
}
},
"cache": {
"file": "~/gallery-dl/cache.sqlite3"
},
"netrc": true
}

@ -1,23 +1,8 @@
{
"base-directory": "./gallery-dl/",
"netrc": false,
"downloader":
{
"part": true,
"part-directory": null,
"http":
{
"rate": null,
"retries": 5,
"timeout": 30.0,
"verify": true
}
},
"extractor":
{
"archive": null,
"base-directory": "./gallery-dl/",
"cookies": null,
"proxy": null,
"skip": true,
@ -121,6 +106,20 @@
}
},
"downloader":
{
"part": true,
"part-directory": null,
"http":
{
"rate": null,
"retries": 5,
"timeout": 30.0,
"verify": true
}
},
"output":
{
"mode": "auto",
@ -128,5 +127,7 @@
"shorten": true,
"logfile": null,
"unsupportedfile": null
}
},
"netrc": false
}

Loading…
Cancel
Save