mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 10:42:34 +01:00
40 lines
914 B
Plaintext
40 lines
914 B
Plaintext
{
|
|
"base-directory": "/tmp/",
|
|
"extractor":
|
|
{
|
|
"pixiv":
|
|
{
|
|
"directory": ["{category}", "{artist-id}"],
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"exhentai":
|
|
{
|
|
"cookies":
|
|
{
|
|
"ipb_member_id": null,
|
|
"ipb_pass_hash": null
|
|
}
|
|
},
|
|
"nijie":
|
|
{
|
|
"cookies":
|
|
{
|
|
"NIJIEIJIEID": null,
|
|
"nijie_email_hash": null,
|
|
"nijie_login_hash": null
|
|
}
|
|
},
|
|
"danbooru":
|
|
{
|
|
"pattern": ["d(?:anbooru)?[.:-_](\\w.+)"],
|
|
"filename": "{category}_{id:>07}_{md5}.{extension}"
|
|
},
|
|
"gelbooru":
|
|
{
|
|
"pattern": ["g(?:elbooru)?[.:-_](\\w.+)"],
|
|
"filename": "{category}_{id:>07}_{md5}.{extension}"
|
|
}
|
|
}
|
|
}
|