diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-02 19:11:13 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-02 19:11:13 +0200 |
commit | c557d03352a990cce73216e23c9c50da17ac8d8a (patch) | |
tree | 79fa72e7b3c2b0e1c3aa7812ce03e46e90e40274 /src | |
parent | 4d3826c3686e2fdf9e2540bd27584f80a17eece2 (diff) |
Add extwiki to extract Wikipedia links
Diffstat (limited to 'src')
-rw-r--r-- | src/wikipedia/links.gen.go | 10 |
1 files changed, 5 insertions, 5 deletions
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", } |