update Authentication support in docs

https://github.com/mikf/gallery-dl/pull/3075#issuecomment-1374723412
This commit is contained in:
Mike Fährmann
2023-01-08 16:55:28 +01:00
parent 71d3143c35
commit cb9d100bac
3 changed files with 5 additions and 2 deletions

View File

@@ -375,7 +375,9 @@ Description
and optional for
* ``aibooru`` (*)
* ``aryion``
* ``atfbooru`` (*)
* ``danbooru`` (*)
* ``e621`` (*)
* ``exhentai``
@@ -398,7 +400,7 @@ Description
``-u/--username`` and ``-p/--password`` command-line options or
by using a |.netrc|_ file. (see Authentication_)
(*) The password value for ``danbooru`` and ``e621`` should be
(*) The password value for these sites should be
the API key found in your user profile, not the actual account password.

View File

@@ -993,7 +993,7 @@ Consider all sites to be NSFW unless otherwise known.
<td>Aibooru</td>
<td>https://aibooru.online/</td>
<td>Favorites, Pools, Popular Images, Posts, Tag Searches</td>
<td></td>
<td>Supported</td>
</tr>
<tr>

View File

@@ -270,6 +270,7 @@ _APIKEY_WY = \
'<a href="configuration.rst#extractorweasylapi-key">API Key</a>'
AUTH_MAP = {
"aibooru" : "Supported",
"aryion" : "Supported",
"atfbooru" : "Supported",
"baraag" : _OAUTH,