Skip to content

Commit

Permalink
add more options
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Nov 28, 2024
1 parent beaa249 commit 6b0ae4e
Showing 1 changed file with 60 additions and 17 deletions.
77 changes: 60 additions & 17 deletions docs/gallery-dl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,54 @@

"base-directory": "./gallery-dl/",
"postprocessors": null,
"archive": null,
"skip": true,

"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0",
"browser": null,
"proxy": null,
"retries": 4,
"user-agent" : "auto",
"referer" : true,
"headers" : {},
"ciphers" : null,
"browser" : null,
"proxy" : null,
"retries" : 4,
"retry-codes": [],
"timeout": 30.0,
"verify": true,
"fallback": true,
"timeout" : 30.0,
"verify" : true,
"fallback" : true,

"archive" : null,
"archive-format": null,
"archive-prefix": null,
"archive-pragma": [],
"archive-event" : ["file"],
"archive-mode" : "file",

"cookies": null,
"cookies-select": null,
"cookies-update": true,

"parent-directory": false,
"parent-metadata": false,
"parent-skip": false,
"parent-metadata" : false,
"parent-skip" : false,

"path-restrict": "auto",
"path-replace": "_",
"path-remove": "\\u0000-\\u001f\\u007f",
"path-strip": "auto",
"path-replace" : "_",
"path-remove" : "\\u0000-\\u001f\\u007f",
"path-strip" : "auto",
"path-extended": true,

"sleep": 0,
"sleep-request": 0,
"keywords" : {},
"keywords-eval" : false,
"keywords-default" : null,

"metadata-extractor": null,
"metadata-http" : null,
"metadata-parent" : null,
"metadata-path" : null,
"metadata-url" : null,
"metadata-version" : null,

"sleep" : 0,
"sleep-request" : 0,
"sleep-extractor": 0,

"extension-map": {
Expand Down Expand Up @@ -182,7 +203,11 @@
"previews" : false,
"public" : true,
"quality" : 100,
"wait-min" : 0
"wait-min" : 0,

"avatar": {
"formats": null
}
},
"exhentai":
{
Expand All @@ -197,6 +222,7 @@
"limits" : null,
"metadata": false,
"original": true,
"source" : null,
"tags" : false,
"fallback-retries": 2
},
Expand Down Expand Up @@ -232,7 +258,11 @@
"gelbooru":
{
"api-key": null,
"user-id": null
"user-id": null,

"favorite": {
"order-posts": "desc"
}
},
"generic":
{
Expand All @@ -256,6 +286,7 @@
{
"username": null,
"password": null,
"referer" : false,
"sleep-request": "3.0-6.0"
},
"imagechest":
Expand Down Expand Up @@ -361,6 +392,10 @@
"format" : "original",
"include": ["art"]
},
"nsfwalbum":
{
"referer": false
},
"oauth":
{
"browser": true,
Expand Down Expand Up @@ -559,6 +594,10 @@
"fallback-delay" : 120.0,
"fallback-retries": 2
},
"tumblrgallery":
{
"referer": false
},
"twitter":
{
"username" : null,
Expand Down Expand Up @@ -735,6 +774,10 @@
{
"sleep-request": "0.5-1.5"
},
"archivedmoe":
{
"referer": false
},

"mastodon":
{
Expand Down

0 comments on commit 6b0ae4e

Please sign in to comment.