diff options
| author | 2025-08-25 02:01:07 -0400 | |
|---|---|---|
| committer | 2025-08-25 02:01:07 -0400 | |
| commit | 1df55d9de48105dace9cc16f1511dba3c9a6da6f (patch) | |
| tree | 6f6af90bd15a453d7fd1f5253cf01e1db801222f /docs | |
| parent | 3c1539bde1b47fff0ba81c9d92801fa700fedc3b (diff) | |
New upstream version 1.30.5.upstream/1.30.5
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/gallery-dl.conf | 27 |
1 files changed, 20 insertions, 7 deletions
diff --git a/docs/gallery-dl.conf b/docs/gallery-dl.conf index 97b5564..1890b72 100644 --- a/docs/gallery-dl.conf +++ b/docs/gallery-dl.conf @@ -91,13 +91,14 @@ "category-map": {}, "config-map": { - "coomerparty" : "coomer", - "kemonoparty" : "kemono", - "koharu" : "schalenetwork", - "chzzk" : "naver-chzzk", - "naver" : "naver-blog", - "naverwebtoon": "naver-webtoon", - "pixiv" : "pixiv-novel" + "coomerparty" : "coomer", + "kemonoparty" : "kemono", + "giantessbooru": "sizebooru", + "koharu" : "schalenetwork", + "chzzk" : "naver-chzzk", + "naver" : "naver-blog", + "naverwebtoon" : "naver-webtoon", + "pixiv" : "pixiv-novel" }, @@ -633,6 +634,12 @@ { "format": ["hd", "sd", "gif"] }, + "rule34": + { + "api-key": null, + "user-id": null, + "sleep-request": "1.0" + }, "rule34xyz": { "username": "", @@ -673,6 +680,12 @@ { "gifs": true }, + "sizebooru": + { + "sleep-request": "0.5-1.5", + + "metadata": false + }, "skeb": { "article" : false, |
