Skip to content

Commit c409896

Browse files
chriscrosstalkclaude
authored andcommitted
fix(collections): update Full Wikipedia URL to current Kiwix mirror
The 2024-01 all_maxi ZIM was removed from Kiwix mirrors, causing silent 404 failures for users selecting "Complete Wikipedia (Full)". Updated to 2026-02 release (115 GB). Closes #216 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f004c00 commit c409896

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

collections/wikipedia.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"spec_version": "2026-02-11",
2+
"spec_version": "2026-03-23",
33
"options": [
44
{
55
"id": "none",
@@ -45,9 +45,9 @@
4545
"id": "all-maxi",
4646
"name": "Complete Wikipedia (Full)",
4747
"description": "The complete experience with all images and media.",
48-
"size_mb": 102000,
49-
"url": "https://download.kiwix.org/zim/wikipedia/wikipedia_en_all_maxi_2024-01.zim",
50-
"version": "2024-01"
48+
"size_mb": 115000,
49+
"url": "https://download.kiwix.org/zim/wikipedia/wikipedia_en_all_maxi_2026-02.zim",
50+
"version": "2026-02"
5151
}
5252
]
5353
}

0 commit comments

Comments
 (0)