diff --git a/docs/supportedsites.md b/docs/supportedsites.md
index 057515c9..92a4cee0 100644
--- a/docs/supportedsites.md
+++ b/docs/supportedsites.md
@@ -811,6 +811,12 @@ Consider all listed sites to potentially be NSFW.
Presentations |
|
+
+ | SteamGridDB |
+ https://www.steamgriddb.com |
+ Individual Assets, Grids, Heroes, Icons, Logos |
+ |
+
| SubscribeStar |
https://www.subscribestar.com/ |
diff --git a/scripts/supportedsites.py b/scripts/supportedsites.py
index 798a6830..d4ce3eed 100755
--- a/scripts/supportedsites.py
+++ b/scripts/supportedsites.py
@@ -121,6 +121,7 @@ CATEGORY_MAP = {
"slideshare" : "SlideShare",
"smugmug" : "SmugMug",
"speakerdeck" : "Speaker Deck",
+ "steamgriddb" : "SteamGridDB",
"subscribestar" : "SubscribeStar",
"tbib" : "The Big ImageBoard",
"tcbscans" : "TCB Scans",
@@ -262,6 +263,9 @@ SUBCATEGORY_MAP = {
"smugmug": {
"path": "Images from Users and Folders",
},
+ "steamgriddb": {
+ "asset": "Individual Assets",
+ },
"tumblr": {
"day": "Days",
},