mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-25 04:02:32 +01:00
update example configuration
This commit is contained in:
parent
36bcdc9fe0
commit
8a07ccfc6e
@ -42,5 +42,5 @@ gallery-dl searches for configuration files in the following paths:
|
||||
|
||||
Values in later configuration files will override previous ones.
|
||||
|
||||
.. _gallery-dl.conf: https://github.com/mikf/gallery-dl/blob/master/config.json
|
||||
.. _gallery-dl.conf: https://github.com/mikf/gallery-dl/blob/master/gallery-dl.conf
|
||||
|
||||
|
@ -5,22 +5,26 @@
|
||||
"pixiv":
|
||||
{
|
||||
"directory": ["{category}", "{artist-id}"],
|
||||
"username": "XXX",
|
||||
"password": "XXX"
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"exhentai":
|
||||
{
|
||||
"cookies":
|
||||
{
|
||||
"ipb_member_id": null,
|
||||
"ipb_pass_hash": null
|
||||
}
|
||||
},
|
||||
"nijie":
|
||||
{
|
||||
"cookies":
|
||||
{
|
||||
"NIJIEIJIEID": "XXX",
|
||||
"nijie_email_hash": "XXX",
|
||||
"nijie_login_hash": "XXX"
|
||||
"NIJIEIJIEID": null,
|
||||
"nijie_email_hash": null,
|
||||
"nijie_login_hash": null
|
||||
}
|
||||
},
|
||||
"4chan":
|
||||
{
|
||||
"directory": ["{category}", "{board}", "{thread} - {title}"]
|
||||
},
|
||||
"danbooru":
|
||||
{
|
||||
"pattern": ["d(?:anbooru)?[.:-_](\\w.+)"],
|
||||
@ -30,10 +34,6 @@
|
||||
{
|
||||
"pattern": ["g(?:elbooru)?[.:-_](\\w.+)"],
|
||||
"filename": "{category}_{id:>07}_{md5}.{extension}"
|
||||
},
|
||||
"e621":
|
||||
{
|
||||
"pattern": ["e(?:621)?[.:-_](\\w.+)"]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user