aboutsummaryrefslogtreecommitdiffstats
path: root/docs/gallery-dl-example.conf
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2024-01-08 03:22:30 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2024-01-08 03:22:30 -0500
commit8646342be01c70ec97eacb16f6b88e4360aa585e (patch)
tree7e39f7daad35df3cae62e51073d3a79e79411c92 /docs/gallery-dl-example.conf
parent0e6f612882a06d191e8d56bbe2bc05020009e379 (diff)
parente949aaf6f6ac93896947d5b736e48e7911926efb (diff)
Update upstream source from tag 'upstream/1.26.6'
Update to upstream version '1.26.6' with Debian dir 5409f55ee0db2818bae3ba157a2f17afdb377c21
Diffstat (limited to 'docs/gallery-dl-example.conf')
-rw-r--r--docs/gallery-dl-example.conf19
1 files changed, 9 insertions, 10 deletions
diff --git a/docs/gallery-dl-example.conf b/docs/gallery-dl-example.conf
index c3f8049..cda584e 100644
--- a/docs/gallery-dl-example.conf
+++ b/docs/gallery-dl-example.conf
@@ -176,16 +176,15 @@
"imgur":
{
- "#": "use different directory and filename formats when coming from a reddit post",
- "directory":
- {
- "'_reddit' in locals()": []
- },
- "filename":
- {
- "'_reddit' in locals()": "{_reddit[id]} {id}.{extension}",
- "" : "{id}.{extension}"
- }
+ "#": "general imgur settings",
+ "filename": "{id}.{extension}"
+ },
+
+ "reddit>imgur":
+ {
+ "#": "special settings for imgur URLs found in reddit posts",
+ "directory": [],
+ "filename": "{_reddit[id]} {_reddit[title]} {id}.{extension}"
},
"tumblr":