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

This commit is contained in:
Mike Fährmann
2020-03-14 01:13:14 +01:00
parent 1b3ba86110
commit 5b676ea59d
4 changed files with 24 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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