1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-25 04:02:32 +01:00

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
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88
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,