From c557d03352a990cce73216e23c9c50da17ac8d8a Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 2 Aug 2025 19:11:13 +0200 Subject: Add extwiki to extract Wikipedia links --- src/wikipedia/links.gen.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/wikipedia/links.gen.go b/src/wikipedia/links.gen.go index 9e491fd..42900cc 100644 --- a/src/wikipedia/links.gen.go +++ b/src/wikipedia/links.gen.go @@ -1,13 +1,13 @@ -package wikipedia +// Code generated by extwiki. DO NOT EDIT. -/* TODO: Extract these programmatically */ +package wikipedia var extractedTitles = [...]string{ "Coat of arms of Andorra", - "Royal cypher", "Coat of arms of Germany", + "Dubravka (drama)", "Eurovision Song Contest", - "Nikola Tesla", "Glagolitic script", - "Dubravka (drama)", + "Nikola Tesla", + "Royal cypher", } -- cgit v1.2.3