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>https://booru.borvar.art/</td>
|
||||
<td>Pools, Popular Images, Posts, Tag Searches</td>
|
||||
<td></td>
|
||||
<td>Supported</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
@ -1125,7 +1125,7 @@ Consider all listed sites to potentially be NSFW.
|
||||
<td>e6AI</td>
|
||||
<td>https://e6ai.net/</td>
|
||||
<td>Favorites, Pools, Popular Images, Posts, Tag Searches</td>
|
||||
<td></td>
|
||||
<td>Supported</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
@ -1331,7 +1331,7 @@ Consider all listed sites to potentially be NSFW.
|
||||
<td>Furbooru</td>
|
||||
<td>https://furbooru.org/</td>
|
||||
<td>Galleries, Posts, Search Results</td>
|
||||
<td></td>
|
||||
<td>API Key</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
@ -354,11 +354,13 @@ AUTH_MAP = {
|
||||
"atfbooru" : "Supported",
|
||||
"baraag" : _OAUTH,
|
||||
"bluesky" : "Supported",
|
||||
"booruvar" : "Supported",
|
||||
"coomerparty" : "Supported",
|
||||
"danbooru" : "Supported",
|
||||
"derpibooru" : _APIKEY_DB,
|
||||
"deviantart" : _OAUTH,
|
||||
"e621" : "Supported",
|
||||
"e6ai" : "Supported",
|
||||
"e926" : "Supported",
|
||||
"e-hentai" : "Supported",
|
||||
"exhentai" : "Supported",
|
||||
@ -366,6 +368,7 @@ AUTH_MAP = {
|
||||
"fantia" : _COOKIES,
|
||||
"flickr" : _OAUTH,
|
||||
"furaffinity" : _COOKIES,
|
||||
"furbooru" : "API Key",
|
||||
"horne" : "Required",
|
||||
"idolcomplex" : "Supported",
|
||||
"imgbb" : "Supported",
|
||||
@ -386,7 +389,6 @@ AUTH_MAP = {
|
||||
"reddit" : _OAUTH,
|
||||
"sankaku" : "Supported",
|
||||
"seiga" : _COOKIES,
|
||||
"seisoparty" : "Supported",
|
||||
"smugmug" : _OAUTH,
|
||||
"subscribestar" : "Supported",
|
||||
"tapas" : "Supported",
|
||||
|
Loading…
Reference in New Issue
Block a user