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
994 B
JSON
67 lines
994 B
JSON
{
|
|
"groups": [
|
|
{
|
|
"name": "Group A",
|
|
"teams": [
|
|
"France",
|
|
"Senegal",
|
|
"Uruguay",
|
|
"Denmark"
|
|
]
|
|
},
|
|
{
|
|
"name": "Group B",
|
|
"teams": [
|
|
"Paraguay",
|
|
"South Africa",
|
|
"Spain",
|
|
"Slovenia"
|
|
]
|
|
},
|
|
{
|
|
"name": "Group C",
|
|
"teams": [
|
|
"Brazil",
|
|
"Turkey",
|
|
"China",
|
|
"Costa Rica"
|
|
]
|
|
},
|
|
{
|
|
"name": "Group D",
|
|
"teams": [
|
|
"South Korea",
|
|
"Poland",
|
|
"United States",
|
|
"Portugal"
|
|
]
|
|
},
|
|
{
|
|
"name": "Group F",
|
|
"teams": [
|
|
"Argentina",
|
|
"Nigeria",
|
|
"England",
|
|
"Sweden"
|
|
]
|
|
},
|
|
{
|
|
"name": "Group G",
|
|
"teams": [
|
|
"Croatia",
|
|
"Mexico",
|
|
"Italy",
|
|
"Ecuador"
|
|
]
|
|
},
|
|
{
|
|
"name": "Group H",
|
|
"teams": [
|
|
"Japan",
|
|
"Belgium",
|
|
"Russia",
|
|
"Tunisia"
|
|
]
|
|
}
|
|
]
|
|
} |