aboutsummaryrefslogtreecommitdiffstats
path: root/docs/gallery-dl-example.conf
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2022-10-03 04:08:46 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2022-10-03 04:08:46 -0400
commit5332d6e46e13f9f2807b916495408e0254e9aa5b (patch)
treee965763469b8a2c79fd333705673d98ddf2953fa /docs/gallery-dl-example.conf
parentcc039f9455c6bfa9c10f207527f2f7cb9f4ab216 (diff)
parentb2d8a54ecf4157570d00a8b974a779766822bf4b (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/gallery-dl-example.conf')
-rw-r--r--docs/gallery-dl-example.conf17
1 files changed, 17 insertions, 0 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",