d37ebe201e
Merge data/wikipedia/{year}/ into data/{year}/ so there is a single
canonical location for World Cup JSON files. Update scrape and seed
scripts to use data/ instead of data/wikipedia/.
Re-scraped all 22 years (1930-2022) with fixed player name extraction
(full name from <a title="..."> rather than abbreviated display text)
so historical goals now show e.g. "Thomas Müller" not "Müller".
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
67 lines
1.0 KiB
JSON
67 lines
1.0 KiB
JSON
{
|
|
"groups": [
|
|
{
|
|
"name": "Group A",
|
|
"teams": [
|
|
"Germany",
|
|
"Costa Rica",
|
|
"Poland",
|
|
"Ecuador"
|
|
]
|
|
},
|
|
{
|
|
"name": "Group B",
|
|
"teams": [
|
|
"England",
|
|
"Paraguay",
|
|
"Trinidad and Tobago",
|
|
"Sweden"
|
|
]
|
|
},
|
|
{
|
|
"name": "Group C",
|
|
"teams": [
|
|
"Argentina",
|
|
"Ivory Coast",
|
|
"Serbia and Montenegro",
|
|
"Netherlands"
|
|
]
|
|
},
|
|
{
|
|
"name": "Group D",
|
|
"teams": [
|
|
"Mexico",
|
|
"Iran",
|
|
"Angola",
|
|
"Portugal"
|
|
]
|
|
},
|
|
{
|
|
"name": "Group E",
|
|
"teams": [
|
|
"United States",
|
|
"Czech Republic",
|
|
"Italy",
|
|
"Ghana"
|
|
]
|
|
},
|
|
{
|
|
"name": "Group F",
|
|
"teams": [
|
|
"Australia",
|
|
"Japan",
|
|
"Brazil",
|
|
"Croatia"
|
|
]
|
|
},
|
|
{
|
|
"name": "Group H",
|
|
"teams": [
|
|
"Spain",
|
|
"Ukraine",
|
|
"Tunisia",
|
|
"Saudi Arabia"
|
|
]
|
|
}
|
|
]
|
|
} |