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":
|
"extractor":
|
||||||
{
|
{
|
||||||
|
"base-directory": "~/gallery-dl/",
|
||||||
"archive": "~/gallery-dl/archive.sqlite3",
|
"archive": "~/gallery-dl/archive.sqlite3",
|
||||||
"proxy": "http://10.10.1.10:3128",
|
"proxy": "http://10.10.1.10:3128",
|
||||||
|
|
||||||
@@ -103,9 +89,23 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"downloader":
|
||||||
|
{
|
||||||
|
"part-directory": "/tmp/.download/",
|
||||||
|
"rate": "1M",
|
||||||
|
"retries": 3,
|
||||||
|
"timeout": 8.5
|
||||||
|
},
|
||||||
|
|
||||||
"output":
|
"output":
|
||||||
{
|
{
|
||||||
"mode": "terminal",
|
"mode": "terminal",
|
||||||
"logfile": "~/gallery-dl/log.txt"
|
"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":
|
"extractor":
|
||||||
{
|
{
|
||||||
"archive": null,
|
"archive": null,
|
||||||
|
"base-directory": "./gallery-dl/",
|
||||||
"cookies": null,
|
"cookies": null,
|
||||||
"proxy": null,
|
"proxy": null,
|
||||||
"skip": true,
|
"skip": true,
|
||||||
@@ -121,6 +106,20 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"downloader":
|
||||||
|
{
|
||||||
|
"part": true,
|
||||||
|
"part-directory": null,
|
||||||
|
|
||||||
|
"http":
|
||||||
|
{
|
||||||
|
"rate": null,
|
||||||
|
"retries": 5,
|
||||||
|
"timeout": 30.0,
|
||||||
|
"verify": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
"output":
|
"output":
|
||||||
{
|
{
|
||||||
"mode": "auto",
|
"mode": "auto",
|
||||||
@@ -128,5 +127,7 @@
|
|||||||
"shorten": true,
|
"shorten": true,
|
||||||
"logfile": null,
|
"logfile": null,
|
||||||
"unsupportedfile": null
|
"unsupportedfile": null
|
||||||
}
|
},
|
||||||
|
|
||||||
|
"netrc": false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user