aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index aa0764c..a4adc33 100644
--- a/main.go
+++ b/main.go
@@ -2293,7 +2293,7 @@ func GetActorInstance(path string) (string, string) {
if(len(match) > 2) {
return match[2], match[3]
}
- }
+ }
re = regexp.MustCompile(`(https?:\\)?(www)?([\w\d-_.:]+)\/([\w\d-_.]+)`)
httpFormat := re.MatchString(path)