mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 02:32:33 +01:00
[docs] complete Authentication info in supportedsites.md
This commit is contained in:
parent
a1e64bac73
commit
c7edeb871b
@ -1103,7 +1103,7 @@ Consider all listed sites to potentially be NSFW.
|
|||||||
<td>Booruvar</td>
|
<td>Booruvar</td>
|
||||||
<td>https://booru.borvar.art/</td>
|
<td>https://booru.borvar.art/</td>
|
||||||
<td>Pools, Popular Images, Posts, Tag Searches</td>
|
<td>Pools, Popular Images, Posts, Tag Searches</td>
|
||||||
<td></td>
|
<td>Supported</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
@ -1125,7 +1125,7 @@ Consider all listed sites to potentially be NSFW.
|
|||||||
<td>e6AI</td>
|
<td>e6AI</td>
|
||||||
<td>https://e6ai.net/</td>
|
<td>https://e6ai.net/</td>
|
||||||
<td>Favorites, Pools, Popular Images, Posts, Tag Searches</td>
|
<td>Favorites, Pools, Popular Images, Posts, Tag Searches</td>
|
||||||
<td></td>
|
<td>Supported</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
@ -1331,7 +1331,7 @@ Consider all listed sites to potentially be NSFW.
|
|||||||
<td>Furbooru</td>
|
<td>Furbooru</td>
|
||||||
<td>https://furbooru.org/</td>
|
<td>https://furbooru.org/</td>
|
||||||
<td>Galleries, Posts, Search Results</td>
|
<td>Galleries, Posts, Search Results</td>
|
||||||
<td></td>
|
<td>API Key</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -354,11 +354,13 @@ AUTH_MAP = {
|
|||||||
"atfbooru" : "Supported",
|
"atfbooru" : "Supported",
|
||||||
"baraag" : _OAUTH,
|
"baraag" : _OAUTH,
|
||||||
"bluesky" : "Supported",
|
"bluesky" : "Supported",
|
||||||
|
"booruvar" : "Supported",
|
||||||
"coomerparty" : "Supported",
|
"coomerparty" : "Supported",
|
||||||
"danbooru" : "Supported",
|
"danbooru" : "Supported",
|
||||||
"derpibooru" : _APIKEY_DB,
|
"derpibooru" : _APIKEY_DB,
|
||||||
"deviantart" : _OAUTH,
|
"deviantart" : _OAUTH,
|
||||||
"e621" : "Supported",
|
"e621" : "Supported",
|
||||||
|
"e6ai" : "Supported",
|
||||||
"e926" : "Supported",
|
"e926" : "Supported",
|
||||||
"e-hentai" : "Supported",
|
"e-hentai" : "Supported",
|
||||||
"exhentai" : "Supported",
|
"exhentai" : "Supported",
|
||||||
@ -366,6 +368,7 @@ AUTH_MAP = {
|
|||||||
"fantia" : _COOKIES,
|
"fantia" : _COOKIES,
|
||||||
"flickr" : _OAUTH,
|
"flickr" : _OAUTH,
|
||||||
"furaffinity" : _COOKIES,
|
"furaffinity" : _COOKIES,
|
||||||
|
"furbooru" : "API Key",
|
||||||
"horne" : "Required",
|
"horne" : "Required",
|
||||||
"idolcomplex" : "Supported",
|
"idolcomplex" : "Supported",
|
||||||
"imgbb" : "Supported",
|
"imgbb" : "Supported",
|
||||||
@ -386,7 +389,6 @@ AUTH_MAP = {
|
|||||||
"reddit" : _OAUTH,
|
"reddit" : _OAUTH,
|
||||||
"sankaku" : "Supported",
|
"sankaku" : "Supported",
|
||||||
"seiga" : _COOKIES,
|
"seiga" : _COOKIES,
|
||||||
"seisoparty" : "Supported",
|
|
||||||
"smugmug" : _OAUTH,
|
"smugmug" : _OAUTH,
|
||||||
"subscribestar" : "Supported",
|
"subscribestar" : "Supported",
|
||||||
"tapas" : "Supported",
|
"tapas" : "Supported",
|
||||||
|
Loading…
Reference in New Issue
Block a user