mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 02:32:33 +01:00
[docs] add parent>child example (#4621)
This commit is contained in:
parent
9fa4f54c24
commit
ee65f3de43
@ -176,16 +176,15 @@
|
|||||||
|
|
||||||
"imgur":
|
"imgur":
|
||||||
{
|
{
|
||||||
"#": "use different directory and filename formats when coming from a reddit post",
|
"#": "general imgur settings",
|
||||||
"directory":
|
"filename": "{id}.{extension}"
|
||||||
{
|
|
||||||
"'_reddit' in locals()": []
|
|
||||||
},
|
},
|
||||||
"filename":
|
|
||||||
|
"reddit>imgur":
|
||||||
{
|
{
|
||||||
"'_reddit' in locals()": "{_reddit[id]} {id}.{extension}",
|
"#": "special settings for imgur URLs found in reddit posts",
|
||||||
"" : "{id}.{extension}"
|
"directory": [],
|
||||||
}
|
"filename": "{_reddit[id]} {_reddit[title]} {id}.{extension}"
|
||||||
},
|
},
|
||||||
|
|
||||||
"tumblr":
|
"tumblr":
|
||||||
|
Loading…
Reference in New Issue
Block a user