Skip to content

Commit

Permalink
Added Steam Group support, Added .ideadir to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
crock committed Feb 3, 2019
1 parent febcb07 commit 5d2106c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Virtual Environment
venv/

# vscode
# Editor Configurations
.vscode/
.idea/

# Python
__pycache__/
Expand Down
7 changes: 7 additions & 0 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5d2106c

Please sign in to comment.