[inkbunny] mention login support
This commit is contained in:
@@ -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
|
a username & password pair. This is necessary for
|
||||||
``pixiv``, ``nijie``, and ``seiga``
|
``pixiv``, ``nijie``, and ``seiga``
|
||||||
and optional for
|
and optional for
|
||||||
``danbooru``, ``e621``, ``exhentai``, ``idolcomplex``, ``instagram``,
|
``danbooru``, ``e621``, ``exhentai``, ``idolcomplex``, ``inkbunny``,
|
||||||
``luscious``, ``sankaku``, ``subscribestar``, ``tsumino``, and ``twitter``.
|
``instagram``, ``luscious``, ``sankaku``, ``subscribestar``, ``tsumino``,
|
||||||
|
and ``twitter``.
|
||||||
|
|
||||||
You can set the necessary information in your configuration file
|
You can set the necessary information in your configuration file
|
||||||
(cf. gallery-dl.conf_)
|
(cf. gallery-dl.conf_)
|
||||||
|
|||||||
@@ -228,6 +228,7 @@ Description The username and password to use when attempting to log in to
|
|||||||
* ``e621``
|
* ``e621``
|
||||||
* ``exhentai``
|
* ``exhentai``
|
||||||
* ``idolcomplex``
|
* ``idolcomplex``
|
||||||
|
* ``inkbunny``
|
||||||
* ``instagram``
|
* ``instagram``
|
||||||
* ``luscious``
|
* ``luscious``
|
||||||
* ``sankaku``
|
* ``sankaku``
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ ImgBB https://imgbb.com/ Albums, individual Imag
|
|||||||
imgbox https://imgbox.com/ Galleries, individual Images
|
imgbox https://imgbox.com/ Galleries, individual Images
|
||||||
imgth https://imgth.com/ Galleries
|
imgth https://imgth.com/ Galleries
|
||||||
imgur https://imgur.com/ |imgur-C|
|
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
|
Instagram https://www.instagram.com/ |instagram-C| Optional
|
||||||
Issuu https://issuu.com/ Publications, User Profiles
|
Issuu https://issuu.com/ Publications, User Profiles
|
||||||
Jaimini's Box https://jaiminisbox.com/reader/ Chapters, Manga
|
Jaimini's Box https://jaiminisbox.com/reader/ Chapters, Manga
|
||||||
|
|||||||
@@ -160,6 +160,7 @@ AUTH_MAP = {
|
|||||||
"furaffinity" : "Optional" + _COOKIES,
|
"furaffinity" : "Optional" + _COOKIES,
|
||||||
"idolcomplex" : "Optional",
|
"idolcomplex" : "Optional",
|
||||||
"imgbb" : "Optional",
|
"imgbb" : "Optional",
|
||||||
|
"inkbunny" : "Optional",
|
||||||
"instagram" : "Optional",
|
"instagram" : "Optional",
|
||||||
"mangoxo" : "Optional",
|
"mangoxo" : "Optional",
|
||||||
"mastodon.social": "Optional" + _OAUTH,
|
"mastodon.social": "Optional" + _OAUTH,
|
||||||
|
|||||||
Reference in New Issue
Block a user