[e621] document username & password support (#640)

pull/644/head
Mike Fährmann 5 years ago
parent 1b3ba86110
commit 5b676ea59d
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -182,8 +182,8 @@ Username & Password
Some extractors require you to provide valid login-credentials in the form of
a username & password pair. This is necessary for
``pixiv``, ``nijie``, and ``seiga``
and optional (but strongly recommended) for
``danbooru``, ``exhentai``, ``idolcomplex``, ``instagram``,
and optional for
``danbooru``, ``e621``, ``exhentai``, ``idolcomplex``, ``instagram``,
``luscious``, ``sankaku``, ``tsumino``, and ``twitter``.
You can set the necessary information in your configuration file

@ -196,18 +196,31 @@ Default ``null``
Description The username and password to use when attempting to log in to
another site.
Specifying username and password is required for the
``pixiv``, ``nijie``, and ``seiga``
modules and optional (but strongly recommended) for
``danbooru``, ``exhentai``, ``idolcomplex``, ``instagram``,
``luscious``, ``sankaku``, ``tsumino``, and ``twitter``.
Specifying a username and password is required for
* ``pixiv``
* ``nijie``
* ``seiga``
and optional for
* ``danbooru``
* ``e621``
* ``exhentai``
* ``idolcomplex``
* ``instagram``
* ``luscious``
* ``sankaku``
* ``tsumino``
* ``twitter``
These values can also be set via the ``-u/--username`` and
``-p/--password`` command-line options or by using a |.netrc|_ file.
(see Authentication_)
Note: The password for ``danbooru`` is the API key found in your
user profile, not the password for your account.
Note: The password values for ``danbooru`` and ``e621`` should be
the API keys found in your user profile, not your actual account
password.
=========== =====

@ -27,7 +27,7 @@ DeviantArt https://www.deviantart.com/ |deviantart-C|
Doki Reader https://kobato.hologfx.com/reader/ Chapters, Manga
Dynasty Reader https://dynasty-scans.com/ Chapters, individual Images, Search Results
E-Hentai https://e-hentai.org/ Favorites, Galleries, Search Results Optional
e621 https://e621.net/ Pools, Popular Images, Posts, Tag-Searches
e621 https://e621.net/ Pools, Popular Images, Posts, Tag-Searches Optional
ExHentai https://exhentai.org/ Favorites, Galleries, Search Results Optional
Fallen Angels Scans https://www.fascans.com/ Chapters, Manga
Fashion Nova https://www.fashionnova.com/ Collections, Products

@ -135,6 +135,7 @@ SUBCATEGORY_MAP = {
AUTH_MAP = {
"danbooru" : "Optional",
"deviantart" : "Optional (OAuth)",
"e621" : "Optional",
"e-hentai" : "Optional",
"exhentai" : "Optional",
"flickr" : "Optional (OAuth)",

Loading…
Cancel
Save