mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-21 18:22:30 +01:00
[docs] add parent>child example (#4621)
This commit is contained in:
parent
9fa4f54c24
commit
ee65f3de43
@ -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":
|
||||
|
Loading…
Reference in New Issue
Block a user