mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-04 02:34:11 +02:00
handle roster history without steam group
This commit is contained in:
parent
22366e957f
commit
c81cc2f717
5 changed files with 2460 additions and 10 deletions
|
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
source: tests/snapshot.rs
|
||||
expression: parsed
|
||||
---
|
||||
{
|
||||
"steam_group": null,
|
||||
"history": [
|
||||
{
|
||||
"name": "elwood",
|
||||
"steam_id": "76561197961197074",
|
||||
"joined": "2007-10-04",
|
||||
"left": "2008-01-14"
|
||||
},
|
||||
{
|
||||
"name": "crumbles",
|
||||
"steam_id": "76561197963844061",
|
||||
"joined": "2007-10-04",
|
||||
"left": "2008-01-14"
|
||||
},
|
||||
{
|
||||
"name": "AO",
|
||||
"steam_id": "76561197960464501",
|
||||
"joined": "2007-10-04",
|
||||
"left": "2008-01-14"
|
||||
},
|
||||
{
|
||||
"name": "Klone",
|
||||
"steam_id": "76561197961272077",
|
||||
"joined": "2007-10-04",
|
||||
"left": "2008-01-14"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue