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 and optional for
* ``aibooru`` (*)
* ``aryion`` * ``aryion``
* ``atfbooru`` (*)
* ``danbooru`` (*) * ``danbooru`` (*)
* ``e621`` (*) * ``e621`` (*)
* ``exhentai`` * ``exhentai``
@@ -398,7 +400,7 @@ Description
``-u/--username`` and ``-p/--password`` command-line options or ``-u/--username`` and ``-p/--password`` command-line options or
by using a |.netrc|_ file. (see Authentication_) 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. 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>Aibooru</td>
<td>https://aibooru.online/</td> <td>https://aibooru.online/</td>
<td>Favorites, Pools, Popular Images, Posts, Tag Searches</td> <td>Favorites, Pools, Popular Images, Posts, Tag Searches</td>
<td></td> <td>Supported</td>
</tr> </tr>
<tr> <tr>

View File

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