Added Steam Group support, Added .ideadir to .gitignore

pull/161/head
Alex Crocker 6 years ago
parent febcb0718d
commit 5d2106c441

3
.gitignore vendored

@ -1,8 +1,9 @@
# Virtual Environment # Virtual Environment
venv/ venv/
# vscode # Editor Configurations
.vscode/ .vscode/
.idea/
# Python # Python
__pycache__/ __pycache__/

@ -726,6 +726,13 @@
"url": "https://steamcommunity.com/id/{}", "url": "https://steamcommunity.com/id/{}",
"urlMain": "https://steamcommunity.com/" "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": { "StreamMe": {
"errorType": "status_code", "errorType": "status_code",
"rank": 20104, "rank": 20104,

Loading…
Cancel
Save