mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-12-14 22:25:11 +01:00
Try to add a quality selector (WIP), see #4
This commit is contained in:
@@ -40,7 +40,7 @@ var (
|
||||
templates *template.Template
|
||||
|
||||
// Precompile regex
|
||||
validPath = regexp.MustCompile("^\\/[a-z0-9_-]*\\/?$")
|
||||
validPath = regexp.MustCompile("^/[a-z0-9@_\\-]*/?$")
|
||||
)
|
||||
|
||||
// Load templates with pkger
|
||||
|
||||
Reference in New Issue
Block a user