mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 18:24:10 +02:00
map history current season
This commit is contained in:
parent
7f85e52c71
commit
02ba1b2b9f
13 changed files with 19626 additions and 6 deletions
78
tests/snapshots/snapshot__parse_maps_2_html.snap
Normal file
78
tests/snapshots/snapshot__parse_maps_2_html.snap
Normal file
|
|
@ -0,0 +1,78 @@
|
|||
---
|
||||
source: tests/snapshot.rs
|
||||
expression: parsed
|
||||
---
|
||||
{
|
||||
"current": {
|
||||
"season": 12,
|
||||
"maps": [
|
||||
{
|
||||
"week": 1,
|
||||
"map": "ultiduo_lookout_b1",
|
||||
"date": "Tue, Oct 10",
|
||||
"na_date": null
|
||||
},
|
||||
{
|
||||
"week": 2,
|
||||
"map": "ultiduo_obsidiian_a10",
|
||||
"date": "Tue, Oct 17",
|
||||
"na_date": null
|
||||
},
|
||||
{
|
||||
"week": 3,
|
||||
"map": "ultiduo_baloo_v2",
|
||||
"date": "Tue, Oct 24",
|
||||
"na_date": null
|
||||
},
|
||||
{
|
||||
"week": 5,
|
||||
"map": "ultiduo_spytech_rc4",
|
||||
"date": "Tue, Oct 31",
|
||||
"na_date": null
|
||||
},
|
||||
{
|
||||
"week": 6,
|
||||
"map": "koth_ultiduo_r_b7",
|
||||
"date": "Tue, Nov 07",
|
||||
"na_date": null
|
||||
},
|
||||
{
|
||||
"week": 7,
|
||||
"map": "ultiduo_furnace_b2",
|
||||
"date": "Tue, Nov 14",
|
||||
"na_date": null
|
||||
},
|
||||
{
|
||||
"week": 8,
|
||||
"map": "ultiduo_gullywash_b2",
|
||||
"date": "Tue, Nov 21",
|
||||
"na_date": null
|
||||
},
|
||||
{
|
||||
"week": 9,
|
||||
"map": "ulti_fira_b2a",
|
||||
"date": "Tue, Nov 28",
|
||||
"na_date": null
|
||||
},
|
||||
{
|
||||
"week": 10,
|
||||
"map": "Best of 3 Maps",
|
||||
"date": "Tue, Dec 05",
|
||||
"na_date": null
|
||||
},
|
||||
{
|
||||
"week": 11,
|
||||
"map": "Best of 3 Maps",
|
||||
"date": "Tue, Dec 12",
|
||||
"na_date": null
|
||||
},
|
||||
{
|
||||
"week": 12,
|
||||
"map": "Best of 3 Maps",
|
||||
"date": "Tue, Dec 19",
|
||||
"na_date": null
|
||||
}
|
||||
]
|
||||
},
|
||||
"previous": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue