[inkbunny] mention login support

This commit is contained in:
Mike Fährmann
2020-07-26 23:52:52 +02:00
parent c5aaa1de77
commit 901a897e6f
4 changed files with 6 additions and 3 deletions

View File

@@ -205,8 +205,9 @@ 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 for
``danbooru``, ``e621``, ``exhentai``, ``idolcomplex``, ``instagram``,
``luscious``, ``sankaku``, ``subscribestar``, ``tsumino``, and ``twitter``.
``danbooru``, ``e621``, ``exhentai``, ``idolcomplex``, ``inkbunny``,
``instagram``, ``luscious``, ``sankaku``, ``subscribestar``, ``tsumino``,
and ``twitter``.
You can set the necessary information in your configuration file
(cf. gallery-dl.conf_)

View File

@@ -228,6 +228,7 @@ Description The username and password to use when attempting to log in to
* ``e621``
* ``exhentai``
* ``idolcomplex``
* ``inkbunny``
* ``instagram``
* ``luscious``
* ``sankaku``

View File

@@ -58,7 +58,7 @@ ImgBB https://imgbb.com/ Albums, individual Imag
imgbox https://imgbox.com/ Galleries, individual Images
imgth https://imgth.com/ Galleries
imgur https://imgur.com/ |imgur-C|
Inkbunny https://inkbunny.net/ Posts, User Profiles
Inkbunny https://inkbunny.net/ Posts, User Profiles Optional
Instagram https://www.instagram.com/ |instagram-C| Optional
Issuu https://issuu.com/ Publications, User Profiles
Jaimini's Box https://jaiminisbox.com/reader/ Chapters, Manga

View File

@@ -160,6 +160,7 @@ AUTH_MAP = {
"furaffinity" : "Optional" + _COOKIES,
"idolcomplex" : "Optional",
"imgbb" : "Optional",
"inkbunny" : "Optional",
"instagram" : "Optional",
"mangoxo" : "Optional",
"mastodon.social": "Optional" + _OAUTH,