diff options
| author | 2021-08-13 17:45:41 -0400 | |
|---|---|---|
| committer | 2021-08-13 17:45:41 -0400 | |
| commit | 8479f38b9345855a8f59543cfa283372bad90edd (patch) | |
| tree | d5995df6def9f62a5f091b9ba2da37ed00503ec0 /docs | |
| parent | 7461397a2974ba9d1cbd9921f7f41677e1f53aa1 (diff) | |
| parent | d50ba9cfe80f00e02ca9a4714f75699c00e67128 (diff) | |
Update upstream source from tag 'upstream/1.18.3'
Update to upstream version '1.18.3'
with Debian dir ee2931f43a63c78afa8e9359bd29ee3343026bdb
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": |
