diff options
Diffstat (limited to 'docs/gallery-dl.conf')
| -rw-r--r-- | docs/gallery-dl.conf | 134 |
1 files changed, 112 insertions, 22 deletions
diff --git a/docs/gallery-dl.conf b/docs/gallery-dl.conf index eac3390..6541030 100644 --- a/docs/gallery-dl.conf +++ b/docs/gallery-dl.conf @@ -28,6 +28,7 @@ "retry-codes" : [], "timeout" : 30.0, "verify" : true, + "truststore" : false, "download" : true, "fallback" : true, @@ -87,6 +88,18 @@ "jfi" : "jpg" }, + "category-map": {}, + "config-map": { + "coomerparty" : "coomer", + "kemonoparty" : "kemono", + "koharu" : "schalenetwork", + "chzzk" : "naver-chzzk", + "naver" : "naver-blog", + "naverwebtoon": "naver-webtoon", + "pixiv" : "pixiv-novel" + }, + + "#": "===============================================================", "#": "==== Site-specific Extractor Options ====================", @@ -110,6 +123,7 @@ { "external" : false, "max-posts": null, + "mviews" : true, "previews" : false, "videos" : true, @@ -170,7 +184,7 @@ }, "bunkr": { - "endpoint": "/api/_001", + "endpoint": "/api/_001_v2", "tlds": false }, "cien": @@ -185,13 +199,13 @@ "api" : "trpc", "files" : ["image"], - "include" : ["user-models", "user-posts"], + "include" : ["user-images", "user-videos"], "metadata": false, "nsfw" : true, "quality" : "original=true", "quality-videos": "quality=100" }, - "coomerparty": + "coomer": { "username": "", "password": "", @@ -211,6 +225,10 @@ { "domain": null }, + "dankefuerslesen": + { + "zip": false + }, "deviantart": { "client-id" : null, @@ -245,6 +263,18 @@ "subfolders": true } }, + "discord": + { + "embeds" : ["image", "gifv", "video"], + "threads": true, + "token" : "" + }, + "dynastyscans": + { + "anthology": { + "metadata": false + } + }, "exhentai": { "username": "", @@ -255,19 +285,29 @@ "domain" : "auto", "fav" : null, "gp" : "resized", - "limits" : null, "metadata": false, "original": true, "source" : null, "tags" : false, + "limits" : null, + "limits-action" : "stop", "fallback-retries": 2 }, + "facebook": + { + "cookies": null, + + "author-followups": false, + "include": "photos", + "videos" : true + }, "fanbox": { "cookies" : null, "comments": false, "embeds" : true, + "fee-max" : null, "metadata": false }, "flickr": @@ -307,6 +347,11 @@ { "enabled": false }, + "girlswithmuscle": + { + "username": "", + "password": "" + }, "gofile": { "api-token": null, @@ -374,9 +419,17 @@ "itaku": { "sleep-request": "0.5-1.5", - "videos": true + "include": "gallery", + "videos" : true }, - "kemonoparty": + "iwara": + { + "username": "", + "password": "", + + "include": ["user-images", "user-images"] + }, + "kemono": { "username": "", "password": "", @@ -399,20 +452,15 @@ "covers": false, "format": "mp3" }, - "koharu": - { - "username": "", - "password": "", - "sleep-request": "0.5-1.5", - - "cbz" : true, - "format": ["0", "1600", "1280", "980", "780"], - "tags" : false - }, "luscious": { "gif": false }, + "madokami": + { + "username": "", + "password": "" + }, "mangadex": { "client-id" : "", @@ -430,10 +478,14 @@ "username": "", "password": "" }, - "naver": + "naver-blog": { "videos": true }, + "naver-chzzk": + { + "offset": 0 + }, "newgrounds": { "username": "", @@ -463,8 +515,13 @@ { "cookies": null, + "cursor" : true, "files" : ["images", "image_large", "attachments", "postfile", "content"], - "format-images": "download_url" + "format-images": "download_url", + + "user": { + "date-max" : 0 + } }, "pexels": { @@ -504,7 +561,17 @@ "metadata-bookmark": false, "sanity" : true, "tags" : "japanese", - "ugoira" : true, + "ugoira" : true + }, + "pixiv-novel": + { + "refresh-token": null, + + "comments" : false, + "max-posts": null, + "metadata" : false, + "metadata-bookmark": false, + "tags" : "japanese", "covers" : false, "embeds" : false, @@ -555,6 +622,9 @@ }, "rule34xyz": { + "username": "", + "password": "", + "format": ["10", "40", "41", "2"] }, "sankaku": @@ -562,7 +632,6 @@ "username": "", "password": "", - "id-format": "numeric", "refresh" : false, "tags" : false }, @@ -571,12 +640,26 @@ "embeds": false, "videos": true }, + "schalenetwork": + { + "username": "", + "password": "", + "sleep-request": "0.5-1.5", + + "cbz" : true, + "format": ["0", "1600", "1280", "980", "780"], + "tags" : false + }, "scrolller": { "username": "", "password": "", "sleep-request": "0.5-1.5" }, + "sexcom": + { + "gifs": true + }, "skeb": { "article" : false, @@ -755,7 +838,9 @@ { "sleep-request": "0.5-1.5", - "quality": "original" + "quality" : "original", + "banners" : false, + "thumbnails": false }, "weebcentral": { @@ -780,9 +865,11 @@ { "cmdline-args": null, "config-file" : null, + "deprecations": false, "enabled" : false, "format" : null, "generic" : true, + "generic-category": true, "logging" : true, "module" : null, "raw-options" : null @@ -889,6 +976,7 @@ "misskey": { "access-token": null, + "include" : ["notes"], "renotes" : false, "replies" : true }, @@ -987,13 +1075,15 @@ "headers" : null, "retry-codes" : [], "sleep-429" : 60.0, - "validate" : true + "validate" : true, + "validate-html" : true }, "ytdl": { "cmdline-args" : null, "config-file" : null, + "deprecations" : false, "enabled" : true, "format" : null, "forward-cookies": true, |
