diff options
| author | 2025-01-12 21:27:12 -0500 | |
|---|---|---|
| committer | 2025-01-12 21:27:12 -0500 | |
| commit | 24396b3f2e5a36d8e4025356a83714ad23eb9e99 (patch) | |
| tree | 2bbdcbf3041ccd6281e660d1aa0229f9a4b1645b /docs/gallery-dl.conf | |
| parent | 1e091e400b9b5deef442a98964973f3f773c0cfd (diff) | |
| parent | 0532a387ef5b7fcb4507a9b094dca37a5f635fe1 (diff) | |
Update upstream source from tag 'upstream/1.28.4'
Update to upstream version '1.28.4'
with Debian dir d626d095a33a207a16a16bc5e7338ae96431483f
Diffstat (limited to 'docs/gallery-dl.conf')
| -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 3d73869..0d0c412 100644 --- a/docs/gallery-dl.conf +++ b/docs/gallery-dl.conf @@ -128,7 +128,7 @@ }, "bilibili": { - "sleep-request": "2.0-4.0" + "sleep-request": "3.0-6.0" }, "bluesky": { @@ -435,7 +435,12 @@ { "cookies": null, - "files" : ["images", "image_large", "attachments", "postfile", "content"] + "files" : ["images", "image_large", "attachments", "postfile", "content"], + "format-images": "download_url" + }, + "pexels": + { + "sleep-request": "1.0-2.0" }, "pillowfort": { @@ -691,6 +696,8 @@ "wallhaven": { "api-key" : null, + "sleep-request": "1.4", + "include" : ["uploads"], "metadata": false }, @@ -699,6 +706,10 @@ "api-key" : null, "metadata": false }, + "weebcentral": + { + "sleep-request": "0.5-1.5" + }, "weibo": { "sleep-request": "1.0-2.0", |
