reorder options in gallery-dl.conf
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user