diff options
| author | 2021-08-13 17:45:31 -0400 | |
|---|---|---|
| committer | 2021-08-13 17:45:31 -0400 | |
| commit | d50ba9cfe80f00e02ca9a4714f75699c00e67128 (patch) | |
| tree | 01fe7b46370d5068b8c692ae5ea95cab4d734bd8 /docs | |
| parent | 873d9a628e9412a79bdc64cd962470749de3425b (diff) | |
New upstream version 1.18.3.upstream/1.18.3
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/gallery-dl.conf | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/docs/gallery-dl.conf b/docs/gallery-dl.conf index ffbed52..020b802 100644 --- a/docs/gallery-dl.conf +++ b/docs/gallery-dl.conf @@ -41,6 +41,9 @@ "password": null, "recursive": true }, + "bbc": { + "width": 1920 + }, "blogger": { "videos": true @@ -49,8 +52,9 @@ { "username": null, "password": null, - "ugoira": false, - "metadata": false + "external": false, + "metadata": false, + "ugoira": false }, "derpibooru": { @@ -95,6 +99,7 @@ "furaffinity": { "descriptions": "text", + "external": false, "include": "gallery" }, "gfycat": @@ -142,6 +147,10 @@ { "format": "mp3" }, + "luscious": + { + "gif": false + }, "mangadex": { "api-server": "https://api.mangadex.org", @@ -158,6 +167,7 @@ "username": null, "password": null, "flash": true, + "format": "original", "include": "art" }, "nijie": @@ -192,6 +202,7 @@ }, "reactor": { + "gif": false, "sleep-request": 5.0 }, "reddit": |
