[gelbooru] add support for api_key and user_id (#2767)

This commit is contained in:
Mike Fährmann
2022-07-18 18:46:31 +02:00
parent 77bdd8fe0f
commit f225247670
4 changed files with 25 additions and 0 deletions

View File

@@ -1313,6 +1313,18 @@ Description
* ``"new"``: Expect the *new* site layout
extractor.gelbooru.api-key & .user-id
-------------------------------------
Type
``string``
Default
``null``
Description
Values from the API Access Credentials section found at the bottom of your
`Account Options <https://gelbooru.com/index.php?page=account&s=options>`__
page.
extractor.generic.enabled
-------------------------
Type

View File

@@ -109,6 +109,11 @@
"include": "gallery",
"layout": "auto"
},
"gelbooru":
{
"api-key": null,
"user-id": null
},
"gfycat":
{
"format": ["mp4", "webm", "mobile", "gif"]