aboutsummaryrefslogtreecommitdiffstats
path: root/docs/gallery-dl-example.conf
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2022-10-03 04:08:41 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2022-10-03 04:08:41 -0400
commitb2d8a54ecf4157570d00a8b974a779766822bf4b (patch)
treed7b6db11c9b6add2c1a714fcfc95ab62b11e126c /docs/gallery-dl-example.conf
parente6b82556343116256be047ab7099bedd9063f66a (diff)
New upstream version 1.23.2upstream/1.23.2
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",