diff options
| author | 2022-10-03 04:08:46 -0400 | |
|---|---|---|
| committer | 2022-10-03 04:08:46 -0400 | |
| commit | 5332d6e46e13f9f2807b916495408e0254e9aa5b (patch) | |
| tree | e965763469b8a2c79fd333705673d98ddf2953fa /docs | |
| parent | cc039f9455c6bfa9c10f207527f2f7cb9f4ab216 (diff) | |
| parent | b2d8a54ecf4157570d00a8b974a779766822bf4b (diff) | |
Update upstream source from tag 'upstream/1.23.2'
Update to upstream version '1.23.2'
with Debian dir 670af94791ae20b711fd3f59c2cb908c0f08ee69
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/gallery-dl-example.conf | 17 | ||||
| -rw-r--r-- | docs/gallery-dl.conf | 15 |
2 files changed, 26 insertions, 6 deletions
diff --git a/docs/gallery-dl-example.conf b/docs/gallery-dl-example.conf index 89bfd0c..279aeef 100644 --- a/docs/gallery-dl-example.conf +++ b/docs/gallery-dl-example.conf @@ -127,6 +127,23 @@ ] }, + "kemonoparty": { + "postprocessors": [ + { + "name": "metadata", + "event": "post", + "filename": "{id} {title}.txt", + + "#": "write text content and external URLs", + "mode": "custom", + "format": "{content}\n{embed[url]:?/\n/}", + + "#": "onlx write file if there is an external link present", + "filter": "embed.get('url') or re.search(r'(?i)(gigafile|xgf|1drv|mediafire|mega|google|drive)', content)" + } + ] + }, + "flickr": { "access-token": "1234567890-abcdef", diff --git a/docs/gallery-dl.conf b/docs/gallery-dl.conf index 6ba50f2..1c565ec 100644 --- a/docs/gallery-dl.conf +++ b/docs/gallery-dl.conf @@ -156,8 +156,9 @@ { "username": null, "password": null, + "api": "auto", "include": "posts", - "sleep-request": 8.0, + "sleep-request": [6.0, 12.0], "videos": true }, "khinsider": @@ -244,19 +245,21 @@ { "format": ["hd", "sd", "gif"] }, + "sankaku": + { + "username": null, + "password": null, + "refresh": false + }, "sankakucomplex": { "embeds": false, "videos": true }, - "sankaku": - { - "username": null, - "password": null - }, "skeb": { "article": false, + "filters": null, "sent-requests": false, "thumbnails": false }, |
