feat: add 2026 World Cup data (Spain champions)
Scrape all 104 matches, 48 squads, stadiums, and group data from English Wikipedia. Spain beat Argentina 1-0 a.e.t. in the final; England third, France fourth. Add 2026 to YEARS in seed.ts and scrape-wikipedia.ts. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,112 @@
|
||||
{
|
||||
"groups": [
|
||||
{
|
||||
"name": "Group A",
|
||||
"teams": [
|
||||
"Mexico",
|
||||
"South Africa",
|
||||
"South Korea",
|
||||
"Czech Republic"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Group B",
|
||||
"teams": [
|
||||
"Canada",
|
||||
"Bosnia and Herzegovina",
|
||||
"Qatar",
|
||||
"Switzerland"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Group C",
|
||||
"teams": [
|
||||
"Brazil",
|
||||
"Morocco",
|
||||
"Haiti",
|
||||
"Scotland"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Group D",
|
||||
"teams": [
|
||||
"United States",
|
||||
"Paraguay",
|
||||
"Australia",
|
||||
"Turkey"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Group E",
|
||||
"teams": [
|
||||
"Germany",
|
||||
"Curaçao",
|
||||
"Ivory Coast",
|
||||
"Ecuador"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Group F",
|
||||
"teams": [
|
||||
"Netherlands",
|
||||
"Japan",
|
||||
"Sweden",
|
||||
"Tunisia"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Group G",
|
||||
"teams": [
|
||||
"Belgium",
|
||||
"Egypt",
|
||||
"Iran",
|
||||
"New Zealand"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Group H",
|
||||
"teams": [
|
||||
"Spain",
|
||||
"Cape Verde",
|
||||
"Saudi Arabia",
|
||||
"Uruguay"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Group I",
|
||||
"teams": [
|
||||
"France",
|
||||
"Senegal",
|
||||
"Iraq",
|
||||
"Norway"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Group J",
|
||||
"teams": [
|
||||
"Argentina",
|
||||
"Algeria",
|
||||
"Austria",
|
||||
"Jordan"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Group K",
|
||||
"teams": [
|
||||
"Portugal",
|
||||
"DR Congo",
|
||||
"Uzbekistan",
|
||||
"Colombia"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Group L",
|
||||
"teams": [
|
||||
"England",
|
||||
"Croatia",
|
||||
"Ghana",
|
||||
"Panama"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user