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>
58 lines
902 B
JSON
58 lines
902 B
JSON
{
|
|
"groups": [
|
|
{
|
|
"name": "Group A",
|
|
"teams": [
|
|
"Italy",
|
|
"Austria",
|
|
"United States",
|
|
"Czechoslovakia"
|
|
]
|
|
},
|
|
{
|
|
"name": "Group B",
|
|
"teams": [
|
|
"Argentina",
|
|
"Cameroon",
|
|
"Soviet Union",
|
|
"Romania"
|
|
]
|
|
},
|
|
{
|
|
"name": "Group C",
|
|
"teams": [
|
|
"Brazil",
|
|
"Sweden",
|
|
"Costa Rica",
|
|
"Scotland"
|
|
]
|
|
},
|
|
{
|
|
"name": "Group D",
|
|
"teams": [
|
|
"United Arab Emirates",
|
|
"Colombia",
|
|
"Germany",
|
|
"Yugoslavia"
|
|
]
|
|
},
|
|
{
|
|
"name": "Group E",
|
|
"teams": [
|
|
"Belgium",
|
|
"South Korea",
|
|
"Uruguay",
|
|
"Spain"
|
|
]
|
|
},
|
|
{
|
|
"name": "Group F",
|
|
"teams": [
|
|
"England",
|
|
"Republic of Ireland",
|
|
"Netherlands",
|
|
"Egypt"
|
|
]
|
|
}
|
|
]
|
|
} |