From 5d2106c4412604a91429c1d33e77a32f0710720f Mon Sep 17 00:00:00 2001 From: Alex Crocker Date: Sun, 3 Feb 2019 12:12:46 -0500 Subject: [PATCH] Added Steam Group support, Added .ideadir to .gitignore --- .gitignore | 3 ++- data.json | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d1db3b66..03c3fad6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,9 @@ # Virtual Environment venv/ -# vscode +# Editor Configurations .vscode/ +.idea/ # Python __pycache__/ diff --git a/data.json b/data.json index d650ee2d..5cc3d9e7 100644 --- a/data.json +++ b/data.json @@ -726,6 +726,13 @@ "url": "https://steamcommunity.com/id/{}", "urlMain": "https://steamcommunity.com/" }, + "SteamGroup": { + "errorMsg": "No group could be retrieved for the given URL", + "errorType": "message", + "rank": 162, + "url": "https://steamcommunity.com/groups/{}", + "urlMain": "https://steamcommunity.com/" + }, "StreamMe": { "errorType": "status_code", "rank": 20104,