Fix coracle.social parsing
This commit is contained in:
parent
1880916418
commit
60b4af4139
2
main.go
2
main.go
|
@ -35,7 +35,7 @@ var (
|
||||||
`|iris\.to\/` +
|
`|iris\.to\/` +
|
||||||
`|highlighter\.com\/(?:a\/)?` +
|
`|highlighter\.com\/(?:a\/)?` +
|
||||||
`|nostter\.app\/` +
|
`|nostter\.app\/` +
|
||||||
`|coracle\.social\/` +
|
`|coracle\.social\/(?:notes\/)?` +
|
||||||
`|satellite\.earth\/` +
|
`|satellite\.earth\/` +
|
||||||
`|nostrudel\.ninja\/(?:#\/n\/)?` +
|
`|nostrudel\.ninja\/(?:#\/n\/)?` +
|
||||||
`)((note|nevent)[a-zA-Z0-9]+)$`)
|
`)((note|nevent)[a-zA-Z0-9]+)$`)
|
||||||
|
|
Loading…
Reference in New Issue