1
0
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:
Mike Fährmann 2015-11-03 22:15:25 +01:00
parent 36bcdc9fe0
commit 8a07ccfc6e
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88
2 changed files with 14 additions and 14 deletions

View File

@ -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

View File

@ -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.+)"]
}
}
}