[imagechest] add API support and 'access-token' option (#4065)

This commit is contained in:
Mike Fährmann
2023-05-20 16:21:11 +02:00
parent 77abcf5ab3
commit e6f55d1555
3 changed files with 90 additions and 0 deletions

View File

@@ -1741,6 +1741,21 @@ Description
but is most likely going to fail with ``403 Forbidden`` errors.
extractor.imagechest.access-token
---------------------------------
Type
``string``
Description
Your personal Image Chest access token.
These tokens allow using the API instead of having to scrape HTML pages,
providing more detailed metadata.
(``date``, ``description``, etc)
See https://imgchest.com/docs/api/1.0/general/authorization
for instructions on how to generate such a token.
extractor.imgur.client-id
-------------------------
Type

View File

@@ -146,6 +146,9 @@
"password": null,
"sleep-request": 5.0
},
"imagechest": {
"access-token": null
},
"imgbb":
{
"username": null,