diff options
Diffstat (limited to 'docs/gallery-dl.conf')
| -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": { |
