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:
parent
71d3143c35
commit
cb9d100bac
@ -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.
|
||||
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user