diff options
| author | 2025-03-15 18:05:22 -0400 | |
|---|---|---|
| committer | 2025-03-15 18:05:22 -0400 | |
| commit | 4d0259149eb03b21716dbde6174f36d65c57c66c (patch) | |
| tree | 1e314b7849c4be1683809426d563a69a8131c13d /docs | |
| parent | d178d764c9cc19aef1a5cf012e3ca4c3b957879f (diff) | |
| parent | 8026a3c45446030d7af524bfc487d3462c8114ef (diff) | |
Update upstream source from tag 'upstream/1.29.2'
Update to upstream version '1.29.2'
with Debian dir a3b673d57d2a397548e1a0eb8d7a7401e09e1234
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/gallery-dl.conf | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/gallery-dl.conf b/docs/gallery-dl.conf index 0ad87c0..7887fd5 100644 --- a/docs/gallery-dl.conf +++ b/docs/gallery-dl.conf @@ -99,6 +99,13 @@ "formats": ["pdf"] }, + "arcalive": + { + "sleep-request": "0.5-1.5", + + "emoticons": false, + "gifs" : true + }, "artstation": { "external" : false, @@ -117,6 +124,10 @@ "recursive": true }, + "batoto": + { + "domain": "auto" + }, "bbc": { "width": 1920 @@ -905,7 +916,8 @@ "wikimedia": { "sleep-request": "1.0-2.0", - "limit": 50 + "limit": 50, + "subcategories": true }, "booru": |
