diff options
| author | 2025-09-23 07:44:37 -0400 | |
|---|---|---|
| committer | 2025-09-23 07:44:37 -0400 | |
| commit | 42b62671fabfdcf983a9575221420d85f7fbcac1 (patch) | |
| tree | fa6b2af249a7216aae5c70a926c6d08be1ac55a6 /docs | |
| parent | 3b7f8716690b7aa1994a9cb387bbc7215e01a4ed (diff) | |
New upstream version 1.30.8.upstream/1.30.8
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/gallery-dl.conf | 40 |
1 files changed, 34 insertions, 6 deletions
diff --git a/docs/gallery-dl.conf b/docs/gallery-dl.conf index 823fcc0..5a1b604 100644 --- a/docs/gallery-dl.conf +++ b/docs/gallery-dl.conf @@ -154,6 +154,11 @@ "modules": ["image", "video", "mediacollection", "embed"] }, + "bellazon": + { + "order-posts": "desc", + "quoted" : false + }, "bilibili": { "sleep-request": "3.0-6.0" @@ -386,6 +391,15 @@ "website-token": null, "recursive": false }, + "hdoujin": + { + "crt" : "", + "token": "", + "sleep-request": "0.5-1.5", + + "format": ["0", "1600", "1280", "980", "780"], + "tags" : false + }, "hentaifoundry": { "descriptions": "text", @@ -475,7 +489,11 @@ "max-posts" : null, "metadata" : true, "revisions" : false, - "order-revisions": "desc" + "order-revisions": "desc", + + "discord": { + "order-posts": "asc" + } }, "khinsider": { @@ -680,11 +698,10 @@ }, "schalenetwork": { - "username": "", - "password": "", + "crt" : "", + "token": "", "sleep-request": "0.5-1.5", - "cbz" : true, "format": ["0", "1600", "1280", "980", "780"], "tags" : false }, @@ -698,6 +715,12 @@ { "gifs": true }, + "simpcity": + { + "cookies": null, + + "order-posts": "desc" + }, "sizebooru": { "sleep-request": "0.5-1.5", @@ -761,6 +784,10 @@ { "format": ["gif", "mp4", "webm", "webp"] }, + "thehentaiworld": + { + "sleep-request": "0.5-1.5" + }, "tiktok": { "audio" : true, @@ -856,8 +883,9 @@ "password": "", "sleep-request": "0.5", - "domain" : "viper.click", - "like" : false + "domain" : "viper.click", + "like" : false, + "order-posts": "desc" }, "vk": { |
