From cb9d100baccf86d1ddeb8e02f2cb7c3ed87696ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Sun, 8 Jan 2023 16:55:28 +0100 Subject: [PATCH] update Authentication support in docs https://github.com/mikf/gallery-dl/pull/3075#issuecomment-1374723412 --- docs/configuration.rst | 4 +++- docs/supportedsites.md | 2 +- scripts/supportedsites.py | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index cc71359b..3f0744cd 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -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. diff --git a/docs/supportedsites.md b/docs/supportedsites.md index f5938dce..5572c0fc 100644 --- a/docs/supportedsites.md +++ b/docs/supportedsites.md @@ -993,7 +993,7 @@ Consider all sites to be NSFW unless otherwise known. Aibooru https://aibooru.online/ Favorites, Pools, Popular Images, Posts, Tag Searches - + Supported diff --git a/scripts/supportedsites.py b/scripts/supportedsites.py index ff7e68f7..b6e76c60 100755 --- a/scripts/supportedsites.py +++ b/scripts/supportedsites.py @@ -270,6 +270,7 @@ _APIKEY_WY = \ 'API Key' AUTH_MAP = { + "aibooru" : "Supported", "aryion" : "Supported", "atfbooru" : "Supported", "baraag" : _OAUTH,