diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2025-11-08 02:36:17 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2025-11-08 02:36:17 +0100 |
| commit | 47d80f8d232984795753264eae3ad74913b80f93 (patch) | |
| tree | 25ee3e8f5ca5efc30932b93505c3ece19e03a8c8 /src/wikipedia/links.gen.go | |
| parent | bdd39d45e810ce71efbe7e2fe4b0173e007ca722 (diff) | |
Extract more links
Diffstat (limited to 'src/wikipedia/links.gen.go')
| -rw-r--r-- | src/wikipedia/links.gen.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wikipedia/links.gen.go b/src/wikipedia/links.gen.go index e409440..5db6b3e 100644 --- a/src/wikipedia/links.gen.go +++ b/src/wikipedia/links.gen.go @@ -4,6 +4,7 @@ package wikipedia var extractedTitles = [...]string{ "Coat of arms of Andorra", + "Coat of arms of Finland", "Coat of arms of Germany", "Dubravka (drama)", "Eurovision Song Contest", @@ -12,4 +13,5 @@ var extractedTitles = [...]string{ "Kyrenia (ship)", "Nikola Tesla", "Royal cypher", + "Whooper swan", } |