diff --git a/docs/supportedsites.md b/docs/supportedsites.md
index b004d7dc..e5665688 100644
--- a/docs/supportedsites.md
+++ b/docs/supportedsites.md
@@ -1103,7 +1103,7 @@ Consider all listed sites to potentially be NSFW.
Booruvar |
https://booru.borvar.art/ |
Pools, Popular Images, Posts, Tag Searches |
- |
+ Supported |
@@ -1125,7 +1125,7 @@ Consider all listed sites to potentially be NSFW.
e6AI |
https://e6ai.net/ |
Favorites, Pools, Popular Images, Posts, Tag Searches |
- |
+ Supported |
@@ -1331,7 +1331,7 @@ Consider all listed sites to potentially be NSFW.
Furbooru |
https://furbooru.org/ |
Galleries, Posts, Search Results |
- |
+ API Key |
diff --git a/scripts/supportedsites.py b/scripts/supportedsites.py
index 47d7ef92..9748f00a 100755
--- a/scripts/supportedsites.py
+++ b/scripts/supportedsites.py
@@ -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",