diff --git a/README.rst b/README.rst index b56acc9c..1f679288 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/config.json b/gallery-dl.conf similarity index 61% rename from config.json rename to gallery-dl.conf index deba0cef..3cb8d403 100644 --- a/config.json +++ b/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.+)"] } } }