diff options
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 }, |
