1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 10:42:34 +01:00
gallery-dl/gallery-dl.conf

45 lines
1.0 KiB
Plaintext
Raw Normal View History

2015-10-05 15:55:11 +02:00
{
"base-directory": "/tmp/",
"extractor":
{
"pixiv":
{
"directory": ["{category}", "{artist-id}"],
2015-11-03 22:15:25 +01:00
"username": null,
"password": null
2015-10-05 15:55:11 +02:00
},
2015-11-03 22:15:25 +01:00
"exhentai":
2015-10-05 15:55:11 +02:00
{
"cookies":
{
2015-11-03 22:15:25 +01:00
"ipb_member_id": null,
"ipb_pass_hash": null
2015-10-05 15:55:11 +02:00
}
},
2015-11-03 22:15:25 +01:00
"nijie":
2015-10-05 15:55:11 +02:00
{
2015-11-03 22:15:25 +01:00
"cookies":
{
"NIJIEIJIEID": null,
"nijie_email_hash": null,
"nijie_login_hash": null
}
2015-10-05 15:55:11 +02:00
},
"danbooru":
{
"pattern": ["d(?:anbooru)?[.:-_](\\w.+)"],
"filename": "{category}_{id:>07}_{md5}.{extension}"
},
"gelbooru":
{
"pattern": ["g(?:elbooru)?[.:-_](\\w.+)"],
"filename": "{category}_{id:>07}_{md5}.{extension}",
"cookies":
{
"user_id": null,
"pass_hash": null,
}
2015-10-05 15:55:11 +02:00
}
}
}