Files
worldcup/data/2002/worldcup.groups.json
valknar 7e4bf2d07c fix: retry failed group subpages, add rate-limit detection in scraper
- Detect Wikipedia plain-text rate-limit response ("You are making too many
  requests") and wait 30s before retrying, rather than silently failing
- Increase inter-attempt delay from 3s to 15s per attempt
- Increase group subpage delay from 1.2s to 3s, year delay from 0.6s to 2s
- Re-scrape 1982, 1998, 2002, 2006 which had failed groups; all groups now
  complete — e.g. 2002 now has 64 matches including Group E (Germany/Klose)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-15 18:44:54 +02:00

76 lines
1.1 KiB
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 E",
"teams": [
"Republic of Ireland",
"Cameroon",
"Germany",
"Saudi Arabia"
]
},
{
"name": "Group F",
"teams": [
"Argentina",
"Nigeria",
"England",
"Sweden"
]
},
{
"name": "Group G",
"teams": [
"Croatia",
"Mexico",
"Italy",
"Ecuador"
]
},
{
"name": "Group H",
"teams": [
"Japan",
"Belgium",
"Russia",
"Tunisia"
]
}
]
}