diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/gallery-dl.conf | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/docs/gallery-dl.conf b/docs/gallery-dl.conf index 6541030..97b5564 100644 --- a/docs/gallery-dl.conf +++ b/docs/gallery-dl.conf @@ -63,6 +63,7 @@ "path-replace" : "_", "path-remove" : "\\u0000-\\u001f\\u007f", "path-strip" : "auto", + "path-convert" : null, "path-extended": true, "metadata-extractor": null, @@ -182,6 +183,12 @@ "metadata": false, "videos" : true }, + "booth": + { + "sleep-request": "0.5-1.5", + + "strategy": "webpage" + }, "bunkr": { "endpoint": "/api/_001_v2", @@ -205,6 +212,10 @@ "quality" : "original=true", "quality-videos": "quality=100" }, + "comick": + { + "lang": "" + }, "coomer": { "username": "", @@ -360,6 +371,7 @@ }, "hentaifoundry": { + "descriptions": "text", "include": ["pictures"] }, "hitomi": @@ -370,8 +382,9 @@ { "username": "", "password": "", - "referer" : false, - "sleep-request": "3.0-6.0" + + "refresh" : false, + "tags" : false }, "imagechest": { @@ -632,8 +645,8 @@ "username": "", "password": "", - "refresh" : false, - "tags" : false + "refresh" : false, + "tags" : false }, "sankakucomplex": { @@ -663,6 +676,7 @@ "skeb": { "article" : false, + "include" : ["works"], "sent-requests": false, "thumbnails" : false, |
