Added Steam Group support, Added .ideadir to .gitignore
This commit is contained in:
parent
febcb0718d
commit
5d2106c441
|
|
@ -1,8 +1,9 @@
|
|||
# Virtual Environment
|
||||
venv/
|
||||
|
||||
# vscode
|
||||
# Editor Configurations
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue