diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-02 18:50:00 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-02 18:50:00 +0200 |
commit | 1e275c07b6de4864f8048777e3302ded20a11b34 (patch) | |
tree | 175fdf8e31e8663d4d123ae8400827c6016abaf2 /src/wikipedia/links.gen.go | |
parent | 032d880706f4a2b3b66ab652d71455e74b5dbef6 (diff) |
Use the new Wikipedia module
Diffstat (limited to 'src/wikipedia/links.gen.go')
-rw-r--r-- | src/wikipedia/links.gen.go | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/wikipedia/links.gen.go b/src/wikipedia/links.gen.go index 2aa3c39..9e491fd 100644 --- a/src/wikipedia/links.gen.go +++ b/src/wikipedia/links.gen.go @@ -3,8 +3,11 @@ package wikipedia /* TODO: Extract these programmatically */ var extractedTitles = [...]string{ - "Coat_of_arms_of_Andorra", - "Coat_of_arms_of_Bulgaria", - "Coat_of_arms_of_Croatia", - "Coat_of_arms_of_Germany", + "Coat of arms of Andorra", + "Royal cypher", + "Coat of arms of Germany", + "Eurovision Song Contest", + "Nikola Tesla", + "Glagolitic script", + "Dubravka (drama)", } |