From fb1fc1332964a679eceda9d0b251d3a1133e888c Mon Sep 17 00:00:00 2001 From: ekzyis Date: Fri, 8 Mar 2024 08:58:36 +0100 Subject: [PATCH] Fix nostr note parsing --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index f030360..83ea19d 100644 --- a/main.go +++ b/main.go @@ -35,7 +35,7 @@ var ( `|nostter\.app\/` + `|coracle\.social\/` + `|satellite\.earth\/` + - `|nostrudel\.ninja\/(#\/n\/)?` + + `|nostrudel\.ninja\/(?:#\/n\/)?` + `)((note|nevent)[a-zA-Z0-9]+)$`) NostrClients = []NostrClient{ // list from nostr.com