[gelbooru] support authentication to enable api access
This commit is contained in:
@@ -33,7 +33,12 @@
|
||||
"gelbooru":
|
||||
{
|
||||
"pattern": ["g(?:elbooru)?[.:-_](\\w.+)"],
|
||||
"filename": "{category}_{id:>07}_{md5}.{extension}"
|
||||
"filename": "{category}_{id:>07}_{md5}.{extension}",
|
||||
"cookies":
|
||||
{
|
||||
"user_id": null,
|
||||
"pass_hash": null,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user