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>
40 lines
754 B
JSON
40 lines
754 B
JSON
{
|
|
"stadiums": [
|
|
{
|
|
"name": "River Plate Stadium",
|
|
"city": "Buenos Aires"
|
|
},
|
|
{
|
|
"name": "Estadio José María Minella",
|
|
"city": "Mar del Plata"
|
|
},
|
|
{
|
|
"name": "Estadio Monumental",
|
|
"city": "Buenos Aires"
|
|
},
|
|
{
|
|
"name": "Estadio Gigante de Arroyito",
|
|
"city": "Rosario"
|
|
},
|
|
{
|
|
"name": "Estadio Chateau Carreras",
|
|
"city": "Córdoba"
|
|
},
|
|
{
|
|
"name": "Estadio Olímpico Chateau Carreras",
|
|
"city": "Córdoba"
|
|
},
|
|
{
|
|
"name": "Chateau Carreras",
|
|
"city": "Córdoba"
|
|
},
|
|
{
|
|
"name": "Estadio Ciudad de Mendoza",
|
|
"city": "Mendoza"
|
|
},
|
|
{
|
|
"name": "Estadio Malvinas Argentinas",
|
|
"city": "Mendoza"
|
|
}
|
|
]
|
|
} |